mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add id 22 23 for elastos did sidechain mainnet and testnet (#195)
* add id 22 23 for elastos did sidechain mainnet and testnet * assign unique short name for new added chainid
This commit is contained in:
parent
98ebbcca5c
commit
1c10c155e1
16
_data/chains/eip155-22.json
Normal file
16
_data/chains/eip155-22.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "ELA-DID-Sidechain Mainnet",
|
||||
"chain": "ETH",
|
||||
"network": "mainnet",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Elastos",
|
||||
"symbol": "ELA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.elastos.org/",
|
||||
"shortName": "eladid",
|
||||
"chainId": 22,
|
||||
"networkId": 22
|
||||
}
|
16
_data/chains/eip155-23.json
Normal file
16
_data/chains/eip155-23.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "ELA-DID-Sidechain Testnet",
|
||||
"chain": "ETH",
|
||||
"network": "testnet",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Elastos",
|
||||
"symbol": "tELA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://elaeth.io/",
|
||||
"shortName": "eladidt",
|
||||
"chainId": 23,
|
||||
"networkId": 23
|
||||
}
|
Loading…
Reference in New Issue
Block a user