mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
493 B
JSON
26 lines
493 B
JSON
{
|
|
"name": "Meter Testnet",
|
|
"chain": "METER Testnet",
|
|
"rpc": [
|
|
"https://rpctest.meter.io"
|
|
],
|
|
"faucets": [
|
|
"https://faucet-warringstakes.meter.io"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Meter",
|
|
"symbol": "MTR",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.meter.io",
|
|
"shortName": "MeterTest",
|
|
"chainId": 83,
|
|
"networkId": 83,
|
|
"explorers": [{
|
|
"name": "Meter Testnet Scan",
|
|
"url": "https://scan-warringstakes.meter.io",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|
|
|