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@ce0e1cf3ea 🚀
This commit is contained in:
parent
9e56067f15
commit
3fb12a5800
File diff suppressed because one or more lines are too long
23
chains/eip155-1967.json
Normal file
23
chains/eip155-1967.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Eleanor",
|
||||||
|
"title": "Metatime Testnet Eleanor",
|
||||||
|
"chain": "MTC",
|
||||||
|
"rpc": ["https://rpc.metatime.com/eleanor", "wss://ws.metatime.com/eleanor"],
|
||||||
|
"faucets": ["https://faucet.metatime.com/eleanor"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Eleanor Metacoin",
|
||||||
|
"symbol": "MTC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://eleanor.metatime.com",
|
||||||
|
"shortName": "mtc",
|
||||||
|
"chainId": 1967,
|
||||||
|
"networkId": 1967,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "metaexplorer-eleanor",
|
||||||
|
"url": "https://explorer.metatime.com/eleanor",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -4340,6 +4340,19 @@
|
||||||
"rpc": ["https://mainnet.d-chain.network/ext/bc/2ZiR1Bro5E59siVuwdNuRFzqL95NkvkbzyLBdrsYR9BLSHV7H4/rpc"],
|
"rpc": ["https://mainnet.d-chain.network/ext/bc/2ZiR1Bro5E59siVuwdNuRFzqL95NkvkbzyLBdrsYR9BLSHV7H4/rpc"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": ""
|
"infoURL": ""
|
||||||
|
}, {
|
||||||
|
"name": "Eleanor",
|
||||||
|
"chainId": 1967,
|
||||||
|
"shortName": "mtc",
|
||||||
|
"networkId": 1967,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Eleanor Metacoin",
|
||||||
|
"symbol": "MTC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.metatime.com/eleanor", "wss://ws.metatime.com/eleanor"],
|
||||||
|
"faucets": ["https://faucet.metatime.com/eleanor"],
|
||||||
|
"infoURL": "https://eleanor.metatime.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "Atelier",
|
"name": "Atelier",
|
||||||
"chainId": 1971,
|
"chainId": 1971,
|
||||||
|
|
|
@ -6336,6 +6336,26 @@
|
||||||
"icon": "dchain",
|
"icon": "dchain",
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": ""
|
"infoURL": ""
|
||||||
|
}, {
|
||||||
|
"name": "Eleanor",
|
||||||
|
"title": "Metatime Testnet Eleanor",
|
||||||
|
"chain": "MTC",
|
||||||
|
"rpc": ["https://rpc.metatime.com/eleanor", "wss://ws.metatime.com/eleanor"],
|
||||||
|
"faucets": ["https://faucet.metatime.com/eleanor"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Eleanor Metacoin",
|
||||||
|
"symbol": "MTC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://eleanor.metatime.com",
|
||||||
|
"shortName": "mtc",
|
||||||
|
"chainId": 1967,
|
||||||
|
"networkId": 1967,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "metaexplorer-eleanor",
|
||||||
|
"url": "https://explorer.metatime.com/eleanor",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Atelier",
|
"name": "Atelier",
|
||||||
"title": "Atelier Test Network",
|
"title": "Atelier Test Network",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -333,6 +333,7 @@
|
||||||
"tbitci": "eip155:1908",
|
"tbitci": "eip155:1908",
|
||||||
"onus-testnet": "eip155:1945",
|
"onus-testnet": "eip155:1945",
|
||||||
"dchain-mainnet": "eip155:1951",
|
"dchain-mainnet": "eip155:1951",
|
||||||
|
"mtc": "eip155:1967",
|
||||||
"atlr": "eip155:1971",
|
"atlr": "eip155:1971",
|
||||||
"onus-mainnet": "eip155:1975",
|
"onus-mainnet": "eip155:1975",
|
||||||
"euntest": "eip155:1984",
|
"euntest": "eip155:1984",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user