rename test network (#871)

Co-authored-by: novikovmu <novikovmu@elocont.ru>
This commit is contained in:
meshnyan 2022-02-11 11:32:58 +03:00 committed by GitHub
parent 76df19fc93
commit dbe564c78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,17 @@
{ {
"name": "Mos elections testnet", "name": "Meshnyan testnet",
"chain": "METestChain", "chain": "MeshTestChain",
"rpc": [ "rpc": [
], ],
"faucets": [ "faucets": [
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Mos Elections Testnet Native Token", "name": "Meshnyan Testnet Native Token",
"symbol": "METNT", "symbol": "MESHT",
"decimals": 18 "decimals": 18
}, },
"infoURL": "", "infoURL": "",
"shortName": "me-chain-testnet", "shortName": "mesh-chain-testnet",
"chainId": 600, "chainId": 600,
"networkId": 600 "networkId": 600
} }