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@6fd3b5f564 🚀
This commit is contained in:
parent
98206cf4c8
commit
572f9c4eea
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3872,6 +3872,19 @@
|
||||||
"rpc": ["https://rpc.tst.ecredits.com"],
|
"rpc": ["https://rpc.tst.ecredits.com"],
|
||||||
"faucets": ["https://faucet.tst.ecredits.com"],
|
"faucets": ["https://faucet.tst.ecredits.com"],
|
||||||
"infoURL": "https://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",
|
"name": "Thinkium Mainnet Chain 0",
|
||||||
"chainId": 70000,
|
"chainId": 70000,
|
||||||
|
|
|
@ -5370,6 +5370,26 @@
|
||||||
"url": "https://explorer.tst.ecredits.com",
|
"url": "https://explorer.tst.ecredits.com",
|
||||||
"standard": "EIP3091"
|
"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",
|
"name": "Thinkium Mainnet Chain 0",
|
||||||
"chain": "Thinkium",
|
"chain": "Thinkium",
|
||||||
|
|
|
@ -297,6 +297,7 @@
|
||||||
"BKLV": "eip155:62320",
|
"BKLV": "eip155:62320",
|
||||||
"ecs": "eip155:63000",
|
"ecs": "eip155:63000",
|
||||||
"ecs-testnet": "eip155:63001",
|
"ecs-testnet": "eip155:63001",
|
||||||
|
"cndr": "eip155:69420",
|
||||||
"TKM0": "eip155:70000",
|
"TKM0": "eip155:70000",
|
||||||
"TKM1": "eip155:70001",
|
"TKM1": "eip155:70001",
|
||||||
"TKM2": "eip155:70002",
|
"TKM2": "eip155:70002",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user