mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@41d1e5c0e4 🚀
This commit is contained in:
parent
0323f632e6
commit
3c5db8353e
File diff suppressed because one or more lines are too long
|
@ -9,13 +9,13 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.elastos.org/",
|
||||
"shortName": "elaeth",
|
||||
"shortName": "esc",
|
||||
"chainId": 20,
|
||||
"networkId": 20,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "elastos eth explorer",
|
||||
"url": "https://eth.elastos.io",
|
||||
"name": "elastos esc explorer",
|
||||
"url": "https://esc.elastos.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,15 +1,22 @@
|
|||
{
|
||||
"name": "ELA-ETH-Sidechain Testnet",
|
||||
"name": "Elastos Smart Chain Testnet",
|
||||
"chain": "ETH",
|
||||
"rpc": ["https://rpc.elaeth.io"],
|
||||
"faucets": ["https://faucet.elaeth.io/"],
|
||||
"rpc": ["https://api-testnet.elastos.io/eth"],
|
||||
"faucets": ["https://esc-faucet.elastos.io/"],
|
||||
"nativeCurrency": {
|
||||
"name": "Elastos",
|
||||
"symbol": "tELA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://elaeth.io/",
|
||||
"shortName": "elaetht",
|
||||
"infoURL": "https://www.elastos.org/",
|
||||
"shortName": "esct",
|
||||
"chainId": 21,
|
||||
"networkId": 21
|
||||
"networkId": 21,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "elastos esc explorer",
|
||||
"url": "https://esc-testnet.elastos.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -248,7 +248,7 @@
|
|||
}, {
|
||||
"name": "Elastos Smart Chain",
|
||||
"chainId": 20,
|
||||
"shortName": "elaeth",
|
||||
"shortName": "esc",
|
||||
"networkId": 20,
|
||||
"nativeCurrency": {
|
||||
"name": "Elastos",
|
||||
|
@ -259,18 +259,18 @@
|
|||
"faucets": ["https://faucet.elastos.org/"],
|
||||
"infoURL": "https://www.elastos.org/"
|
||||
}, {
|
||||
"name": "ELA-ETH-Sidechain Testnet",
|
||||
"name": "Elastos Smart Chain Testnet",
|
||||
"chainId": 21,
|
||||
"shortName": "elaetht",
|
||||
"shortName": "esct",
|
||||
"networkId": 21,
|
||||
"nativeCurrency": {
|
||||
"name": "Elastos",
|
||||
"symbol": "tELA",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.elaeth.io"],
|
||||
"faucets": ["https://faucet.elaeth.io/"],
|
||||
"infoURL": "https://elaeth.io/"
|
||||
"rpc": ["https://api-testnet.elastos.io/eth"],
|
||||
"faucets": ["https://esc-faucet.elastos.io/"],
|
||||
"infoURL": "https://www.elastos.org/"
|
||||
}, {
|
||||
"name": "ELA-DID-Sidechain Mainnet",
|
||||
"chainId": 22,
|
||||
|
|
|
@ -347,28 +347,33 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.elastos.org/",
|
||||
"shortName": "elaeth",
|
||||
"shortName": "esc",
|
||||
"chainId": 20,
|
||||
"networkId": 20,
|
||||
"explorers": [{
|
||||
"name": "elastos eth explorer",
|
||||
"url": "https://eth.elastos.io",
|
||||
"name": "elastos esc explorer",
|
||||
"url": "https://esc.elastos.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "ELA-ETH-Sidechain Testnet",
|
||||
"name": "Elastos Smart Chain Testnet",
|
||||
"chain": "ETH",
|
||||
"rpc": ["https://rpc.elaeth.io"],
|
||||
"faucets": ["https://faucet.elaeth.io/"],
|
||||
"rpc": ["https://api-testnet.elastos.io/eth"],
|
||||
"faucets": ["https://esc-faucet.elastos.io/"],
|
||||
"nativeCurrency": {
|
||||
"name": "Elastos",
|
||||
"symbol": "tELA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://elaeth.io/",
|
||||
"shortName": "elaetht",
|
||||
"infoURL": "https://www.elastos.org/",
|
||||
"shortName": "esct",
|
||||
"chainId": 21,
|
||||
"networkId": 21
|
||||
"networkId": 21,
|
||||
"explorers": [{
|
||||
"name": "elastos esc explorer",
|
||||
"url": "https://esc-testnet.elastos.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "ELA-DID-Sidechain Mainnet",
|
||||
"chain": "ETH",
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
"tfi": "eip155:17",
|
||||
"TST": "eip155:18",
|
||||
"sgb": "eip155:19",
|
||||
"elaeth": "eip155:20",
|
||||
"elaetht": "eip155:21",
|
||||
"esc": "eip155:20",
|
||||
"esct": "eip155:21",
|
||||
"eladid": "eip155:22",
|
||||
"eladidt": "eip155:23",
|
||||
"dthmainnet": "eip155:24",
|
||||
|
|
Loading…
Reference in New Issue
Block a user