chains/_data/chains/eip155-16001.json
bengbengle f777280724
add the metadot chain info (#381)
* add the metadot chain info

* Update eip155-16001.json

* add metadot chain info
2021-08-25 16:14:33 +02:00

22 lines
447 B
JSON

{
"name": "MetaDot Testnet",
"chain": "MTTTest",
"network": "devnet",
"rpc": [
"https://testnet.metadot.network"
],
"faucets": [
"https://faucet.metadot.network/"
],
"nativeCurrency": {
"name": "MetaDot Token TestNet",
"symbol": "MTT-test",
"decimals": 18
},
"infoURL": "https://metadot.network",
"shortName": "mtttest",
"chainId": 16001,
"networkId": 16001
}