update data for Meter Mainnet, add data for Meter Testnet

This commit is contained in:
Simon Zhang 2021-11-04 10:09:46 +08:00
parent b85fcbf761
commit 07344ccf89
2 changed files with 35 additions and 2 deletions

View File

@ -5,7 +5,9 @@
"rpc": [
"https://rpc.meter.io"
],
"faucets": [],
"faucets": [
"https://faucet.meter.io"
],
"nativeCurrency": {
"name": "Meter",
"symbol": "MTR",
@ -14,6 +16,11 @@
"infoURL": "https://www.meter.io",
"shortName": "Meter",
"chainId": 82,
"networkId": 82
"networkId": 82,
"explorers": [{
"name": "Meter Mainnet Scan",
"url": "https://scan.meter.io",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,26 @@
{
"name": "Meter Testnet",
"chain": "METER Testnet",
"network": "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": "Meter",
"chainId": 83,
"networkId": 83,
"explorers": [{
"name": "Meter Testnet Scan",
"url": "https://scan-warringstakes.meter.io",
"standard": "EIP3091"
}]
}