mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
21 lines
422 B
JSON
21 lines
422 B
JSON
{
|
|
"name": "MetaDot Testnet",
|
|
"chain": "MTTTest",
|
|
"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
|
|
}
|
|
|