chains/_data/chains/eip155-20.json
LtSnakePlissken 1adb8b2172
Updated Elastos RPC/Info (#798)
* Updated Elastos RPC/Info

* Update _data/chains/eip155-20.json

* Update _data/chains/eip155-20.json

Co-authored-by: ligi <ligi@ligi.de>
2022-01-23 09:47:41 +01:00

23 lines
464 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": "elaeth",
"chainId": 20,
"networkId": 20,
"explorers": [{
"name": "elastos eth explorer",
"url": "https://eth.elastos.io",
"standard": "EIP3091"
}]
}