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

This commit is contained in:
ligi 2022-04-13 12:08:10 +00:00
parent 98206cf4c8
commit 572f9c4eea
5 changed files with 36 additions and 2 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

@ -3872,6 +3872,19 @@
"rpc": ["https://rpc.tst.ecredits.com"],
"faucets": ["https://faucet.tst.ecredits.com"],
"infoURL": "https://ecredits.com"
}, {
"name": "Condrieu",
"chainId": 69420,
"shortName": "cndr",
"networkId": 69420,
"nativeCurrency": {
"name": "Condrieu Testnet Ether",
"symbol": "CTE",
"decimals": 18
},
"rpc": ["https://rpc.condrieu.ethdevops.io:8545"],
"faucets": ["https://faucet.condrieu.ethdevops.io"],
"infoURL": "https://condrieu.ethdevops.io"
}, {
"name": "Thinkium Mainnet Chain 0",
"chainId": 70000,

View File

@ -5370,6 +5370,26 @@
"url": "https://explorer.tst.ecredits.com",
"standard": "EIP3091"
}]
}, {
"name": "Condrieu",
"title": "Ethereum Verkle Testnet Condrieu",
"chain": "ETH",
"rpc": ["https://rpc.condrieu.ethdevops.io:8545"],
"faucets": ["https://faucet.condrieu.ethdevops.io"],
"nativeCurrency": {
"name": "Condrieu Testnet Ether",
"symbol": "CTE",
"decimals": 18
},
"infoURL": "https://condrieu.ethdevops.io",
"shortName": "cndr",
"chainId": 69420,
"networkId": 69420,
"explorers": [{
"name": "Condrieu explorer",
"url": "https://explorer.condrieu.ethdevops.io",
"standard": "none"
}]
}, {
"name": "Thinkium Mainnet Chain 0",
"chain": "Thinkium",

View File

@ -297,6 +297,7 @@
"BKLV": "eip155:62320",
"ecs": "eip155:63000",
"ecs-testnet": "eip155:63001",
"cndr": "eip155:69420",
"TKM0": "eip155:70000",
"TKM1": "eip155:70001",
"TKM2": "eip155:70002",