mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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>
This commit is contained in:
parent
c39c5f0579
commit
41d1e5c0e4
|
@ -9,13 +9,13 @@
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://www.elastos.org/",
|
"infoURL": "https://www.elastos.org/",
|
||||||
"shortName": "elaeth",
|
"shortName": "esc",
|
||||||
"chainId": 20,
|
"chainId": 20,
|
||||||
"networkId": 20,
|
"networkId": 20,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "elastos eth explorer",
|
"name": "elastos esc explorer",
|
||||||
"url": "https://eth.elastos.io",
|
"url": "https://esc.elastos.io",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,15 +1,22 @@
|
||||||
{
|
{
|
||||||
"name": "ELA-ETH-Sidechain Testnet",
|
"name": "Elastos Smart Chain Testnet",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"rpc": ["https://rpc.elaeth.io"],
|
"rpc": ["https://api-testnet.elastos.io/eth"],
|
||||||
"faucets": ["https://faucet.elaeth.io/"],
|
"faucets": ["https://esc-faucet.elastos.io/"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Elastos",
|
"name": "Elastos",
|
||||||
"symbol": "tELA",
|
"symbol": "tELA",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://elaeth.io/",
|
"infoURL": "https://www.elastos.org/",
|
||||||
"shortName": "elaetht",
|
"shortName": "esct",
|
||||||
"chainId": 21,
|
"chainId": 21,
|
||||||
"networkId": 21
|
"networkId": 21,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "elastos esc explorer",
|
||||||
|
"url": "https://esc-testnet.elastos.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user