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