mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* update data for Meter Mainnet, add data for Meter Testnet * update shortName to avoid duplicate
27 lines
473 B
JSON
27 lines
473 B
JSON
{
|
|
"name": "Meter Mainnet",
|
|
"chain": "METER",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://rpc.meter.io"
|
|
],
|
|
"faucets": [
|
|
"https://faucet.meter.io"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Meter",
|
|
"symbol": "MTR",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.meter.io",
|
|
"shortName": "Meter",
|
|
"chainId": 82,
|
|
"networkId": 82,
|
|
"explorers": [{
|
|
"name": "Meter Mainnet Scan",
|
|
"url": "https://scan.meter.io",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|
|
|