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:
lichangli 2021-04-15 00:50:05 +08:00 committed by GitHub
parent 98ebbcca5c
commit 1c10c155e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View 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
}

View 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
}