mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
498 B
JSON
23 lines
498 B
JSON
{
|
|
"name": "Elastos Smart Chain Testnet",
|
|
"chain": "ETH",
|
|
"rpc": ["https://api-testnet.elastos.io/eth"],
|
|
"faucets": ["https://esc-faucet.elastos.io/"],
|
|
"nativeCurrency": {
|
|
"name": "Elastos",
|
|
"symbol": "tELA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.elastos.org/",
|
|
"shortName": "esct",
|
|
"chainId": 21,
|
|
"networkId": 21,
|
|
"explorers": [
|
|
{
|
|
"name": "elastos esc explorer",
|
|
"url": "https://esc-testnet.elastos.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|