add Meter Testnet, update Meter Mainnet (#538)

* update data for Meter Mainnet, add data for Meter Testnet

* update shortName to avoid duplicate
This commit is contained in:
Simon Zhang 2021-11-09 00:32:03 +08:00 committed by GitHub
parent c87ab28513
commit 9b36e6c94b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": "MeterTest",
"chainId": 83,
"networkId": 83,
"explorers": [{
"name": "Meter Testnet Scan",
"url": "https://scan-warringstakes.meter.io",
"standard": "EIP3091"
}]
}