mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
41d1e5c0e4
* Fix Elastos data * Update _data/chains/eip155-20.json * Update _data/chains/eip155-21.json Co-authored-by: ligi <ligi@ligi.de>
23 lines
469 B
JSON
23 lines
469 B
JSON
{
|
|
"name": "Elastos Smart Chain",
|
|
"chain": "ETH",
|
|
"rpc": ["https://api.elastos.io/eth"],
|
|
"faucets": ["https://faucet.elastos.org/"],
|
|
"nativeCurrency": {
|
|
"name": "Elastos",
|
|
"symbol": "ELA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.elastos.org/",
|
|
"shortName": "esc",
|
|
"chainId": 20,
|
|
"networkId": 20,
|
|
"explorers": [
|
|
{
|
|
"name": "elastos esc explorer",
|
|
"url": "https://esc.elastos.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|