Make WanChain shortName and name unique

This commit is contained in:
ligi 2021-03-04 09:42:00 +01:00
parent 38d411e27a
commit 7a49528ae1
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -1,5 +1,5 @@
{ {
"name": "Wanchain", "name": "Wanchain Testnet",
"chain": "WAN", "chain": "WAN",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": [
@ -12,7 +12,7 @@
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://testnet.wanscan.org", "infoURL": "https://testnet.wanscan.org",
"shortName": "wan", "shortName": "twan",
"chainId": 999, "chainId": 999,
"networkId": 999 "networkId": 999
} }