chains/_data/chains/eip155-20.json
MButcho 41d1e5c0e4
Fix Elastos data (#1781)
* Fix Elastos data

* Update _data/chains/eip155-20.json

* Update _data/chains/eip155-21.json

Co-authored-by: ligi <ligi@ligi.de>
2022-10-26 16:24:51 +02:00

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"
}
]
}