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@981a238c3c 🚀
This commit is contained in:
parent
2bbb2cd92d
commit
e139c63d8f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3066,6 +3066,32 @@
|
|||
"rpc": ["https://baklava-forno.celo-testnet.org"],
|
||||
"faucets": ["https://docs.google.com/forms/d/e/1FAIpQLSdfr1BwUTYepVmmvfVUDRCwALejZ-TUva2YujNpvrEmPAX2pg/viewform", "https://cauldron.pretoriaresearchlab.io/baklava-faucet"],
|
||||
"infoURL": "https://docs.celo.org/"
|
||||
}, {
|
||||
"name": "eCredits Mainnet",
|
||||
"chainId": 63000,
|
||||
"shortName": "ecs",
|
||||
"networkId": 63000,
|
||||
"nativeCurrency": {
|
||||
"name": "eCredits",
|
||||
"symbol": "ECS",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.ecredits.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://ecredits.com"
|
||||
}, {
|
||||
"name": "eCredits Testnet",
|
||||
"chainId": 63001,
|
||||
"shortName": "ecs-testnet",
|
||||
"networkId": 63001,
|
||||
"nativeCurrency": {
|
||||
"name": "eCredits",
|
||||
"symbol": "ECS",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.tst.ecredits.com"],
|
||||
"faucets": ["https://faucet.tst.ecredits.com"],
|
||||
"infoURL": "https://ecredits.com"
|
||||
}, {
|
||||
"name": "Thinkium Mainnet Chain 0",
|
||||
"chainId": 70000,
|
||||
|
|
|
@ -4129,6 +4129,46 @@
|
|||
"rpc": ["https://baklava-forno.celo-testnet.org"],
|
||||
"faucets": ["https://docs.google.com/forms/d/e/1FAIpQLSdfr1BwUTYepVmmvfVUDRCwALejZ-TUva2YujNpvrEmPAX2pg/viewform", "https://cauldron.pretoriaresearchlab.io/baklava-faucet"],
|
||||
"infoURL": "https://docs.celo.org/"
|
||||
}, {
|
||||
"name": "eCredits Mainnet",
|
||||
"chain": "ECS",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://rpc.ecredits.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "eCredits",
|
||||
"symbol": "ECS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://ecredits.com",
|
||||
"shortName": "ecs",
|
||||
"chainId": 63000,
|
||||
"networkId": 63000,
|
||||
"explorers": [{
|
||||
"name": "eCredits MainNet Explorer",
|
||||
"url": "https://explorer.ecredits.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "eCredits Testnet",
|
||||
"chain": "ECS",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://rpc.tst.ecredits.com"],
|
||||
"faucets": ["https://faucet.tst.ecredits.com"],
|
||||
"nativeCurrency": {
|
||||
"name": "eCredits",
|
||||
"symbol": "ECS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://ecredits.com",
|
||||
"shortName": "ecs-testnet",
|
||||
"chainId": 63001,
|
||||
"networkId": 63001,
|
||||
"explorers": [{
|
||||
"name": "eCredits TestNet Explorer",
|
||||
"url": "https://explorer.tst.ecredits.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Thinkium Mainnet Chain 0",
|
||||
"chain": "Thinkium",
|
||||
|
|
|
@ -235,6 +235,8 @@
|
|||
"TKM-test2": "eip155:60002",
|
||||
"TKM-test103": "eip155:60103",
|
||||
"BKLV": "eip155:62320",
|
||||
"ecs": "eip155:63000",
|
||||
"ecs-testnet": "eip155:63001",
|
||||
"TKM0": "eip155:70000",
|
||||
"TKM1": "eip155:70001",
|
||||
"TKM2": "eip155:70002",
|
||||
|
|
Loading…
Reference in New Issue
Block a user