change the shortname and chain (#265)

This commit is contained in:
Vincent Shen 2021-07-08 21:55:23 +08:00 committed by GitHub
parent bce2324d8f
commit ad6f073612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{ {
"name": "GateChain Testnet", "name": "GateChain Testnet",
"chainId": 85, "chainId": 85,
"shortName": "GTC-T", "shortName": "gttest",
"chain": "gatechain", "chain": "GTTEST",
"network": "testnet", "network": "testnet",
"networkId": 85, "networkId": 85,
"nativeCurrency": { "nativeCurrency": {

View File

@ -1,8 +1,8 @@
{ {
"name": "GateChain Mainnet", "name": "GateChain Mainnet",
"chainId": 86, "chainId": 86,
"shortName": "GTC", "shortName": "gt",
"chain": "gatechain", "chain": "GT",
"network": "mainnet", "network": "mainnet",
"networkId": 86, "networkId": 86,
"nativeCurrency": { "nativeCurrency": {