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

This commit is contained in:
ligi 2023-03-03 09:41:46 +00:00
parent 9e56067f15
commit 3fb12a5800
7 changed files with 60 additions and 3 deletions

File diff suppressed because one or more lines are too long

23
chains/eip155-1967.json Normal file
View 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

View File

@ -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,

View File

@ -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

View File

@ -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",