Deploying to gh-pages from @ ethereum-lists/chains@9b36e6c94b 🚀

This commit is contained in:
ligi 2021-11-08 16:34:29 +00:00
parent 650000a6c3
commit c10ca4ad12
5 changed files with 44 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -776,7 +776,20 @@
"decimals": 18
},
"rpc": ["https://rpc.meter.io"],
"faucets": [],
"faucets": ["https://faucet.meter.io"],
"infoURL": "https://www.meter.io"
}, {
"name": "Meter Testnet",
"chainId": 83,
"shortName": "MeterTest",
"networkId": 83,
"nativeCurrency": {
"name": "Meter",
"symbol": "MTR",
"decimals": 18
},
"rpc": ["https://rpctest.meter.io"],
"faucets": ["https://faucet-warringstakes.meter.io"],
"infoURL": "https://www.meter.io"
}, {
"name": "GateChain Testnet",

View File

@ -1019,7 +1019,7 @@
"chain": "METER",
"network": "mainnet",
"rpc": ["https://rpc.meter.io"],
"faucets": [],
"faucets": ["https://faucet.meter.io"],
"nativeCurrency": {
"name": "Meter",
"symbol": "MTR",
@ -1028,7 +1028,32 @@
"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"
}]
}, {
"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"
}]
}, {
"name": "GateChain Testnet",
"chainId": 85,

View File

@ -59,6 +59,7 @@
"primuschain": "eip155:78",
"GeneChain": "eip155:80",
"Meter": "eip155:82",
"MeterTest": "eip155:83",
"gttest": "eip155:85",
"gt": "eip155:86",
"tomo": "eip155:88",