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@b7860c2431 🚀
This commit is contained in:
parent
e5e49a5374
commit
4f5f5215cc
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user