mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@9b36e6c94b 🚀
This commit is contained in:
parent
650000a6c3
commit
c10ca4ad12
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -776,7 +776,20 @@
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"rpc": ["https://rpc.meter.io"],
|
"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"
|
"infoURL": "https://www.meter.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "GateChain Testnet",
|
"name": "GateChain Testnet",
|
||||||
|
|
|
@ -1019,7 +1019,7 @@
|
||||||
"chain": "METER",
|
"chain": "METER",
|
||||||
"network": "mainnet",
|
"network": "mainnet",
|
||||||
"rpc": ["https://rpc.meter.io"],
|
"rpc": ["https://rpc.meter.io"],
|
||||||
"faucets": [],
|
"faucets": ["https://faucet.meter.io"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Meter",
|
"name": "Meter",
|
||||||
"symbol": "MTR",
|
"symbol": "MTR",
|
||||||
|
@ -1028,7 +1028,32 @@
|
||||||
"infoURL": "https://www.meter.io",
|
"infoURL": "https://www.meter.io",
|
||||||
"shortName": "Meter",
|
"shortName": "Meter",
|
||||||
"chainId": 82,
|
"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",
|
"name": "GateChain Testnet",
|
||||||
"chainId": 85,
|
"chainId": 85,
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
"primuschain": "eip155:78",
|
"primuschain": "eip155:78",
|
||||||
"GeneChain": "eip155:80",
|
"GeneChain": "eip155:80",
|
||||||
"Meter": "eip155:82",
|
"Meter": "eip155:82",
|
||||||
|
"MeterTest": "eip155:83",
|
||||||
"gttest": "eip155:85",
|
"gttest": "eip155:85",
|
||||||
"gt": "eip155:86",
|
"gt": "eip155:86",
|
||||||
"tomo": "eip155:88",
|
"tomo": "eip155:88",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user