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

This commit is contained in:
ligi 2022-02-04 18:25:16 +00:00
parent 2bbb2cd92d
commit e139c63d8f
5 changed files with 70 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

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

View File

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

View File

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