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

This commit is contained in:
ligi 2022-04-24 15:07:44 +00:00
parent e5e49a5374
commit 4f5f5215cc
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

@ -3911,6 +3911,19 @@
"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": "MultiVAC Mainnet",
"chainId": 62621,
"shortName": "mtv",
"networkId": 62621,
"nativeCurrency": {
"name": "MultiVAC",
"symbol": "MTV",
"decimals": 18
},
"rpc": ["https://rpc.mtv.ac", "https://rpc-eu.mtv.ac"],
"faucets": [],
"infoURL": "https://mtv.ac"
}, {
"name": "eCredits Mainnet",
"chainId": 63000,

View File

@ -5449,6 +5449,26 @@
"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": "MultiVAC Mainnet",
"chain": "MultiVAC",
"icon": "multivac",
"rpc": ["https://rpc.mtv.ac", "https://rpc-eu.mtv.ac"],
"faucets": [],
"nativeCurrency": {
"name": "MultiVAC",
"symbol": "MTV",
"decimals": 18
},
"infoURL": "https://mtv.ac",
"shortName": "mtv",
"chainId": 62621,
"networkId": 62621,
"explorers": [{
"name": "MultiVAC Explorer",
"url": "https://e.mtv.ac",
"standard": "none"
}]
}, {
"name": "eCredits Mainnet",
"chain": "ECS",

View File

@ -300,6 +300,7 @@
"TKM-test2": "eip155:60002",
"TKM-test103": "eip155:60103",
"BKLV": "eip155:62320",
"mtv": "eip155:62621",
"ecs": "eip155:63000",
"ecs-testnet": "eip155:63001",
"cndr": "eip155:69420",