change networkId of elastos ethereum sidechain mainnet/testnet (#114)

This commit is contained in:
lichangli 2020-11-03 00:24:57 +08:00 committed by GitHub
parent 0c33278128
commit 8d45036dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,5 +14,5 @@
"infoURL": "https://www.elastos.org/", "infoURL": "https://www.elastos.org/",
"shortName": "ELAETHSC", "shortName": "ELAETHSC",
"chainId": 20, "chainId": 20,
"networkId": 1 "networkId": 20
} }

View File

@ -16,5 +16,5 @@
"infoURL": "https://elaeth.io/", "infoURL": "https://elaeth.io/",
"shortName": "ELAETHSC", "shortName": "ELAETHSC",
"chainId": 21, "chainId": 21,
"networkId": 2 "networkId": 21
} }