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@c39c5f0579 🚀
This commit is contained in:
parent
df9f3cc7b0
commit
0323f632e6
File diff suppressed because one or more lines are too long
15
chains/eip155-8889.json
Normal file
15
chains/eip155-8889.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "Vyvo Smart Chain",
|
||||
"chain": "VSC",
|
||||
"rpc": ["https://vsc-dataseed.vyvo.org:8889"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "VSC",
|
||||
"symbol": "VSC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://vsc-dataseed.vyvo.org",
|
||||
"shortName": "vsc",
|
||||
"chainId": 8889,
|
||||
"networkId": 8889
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -4301,6 +4301,19 @@
|
|||
"rpc": ["https://api.testnet.ambros.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://test.ambros.network"
|
||||
}, {
|
||||
"name": "Vyvo Smart Chain",
|
||||
"chainId": 8889,
|
||||
"shortName": "vsc",
|
||||
"networkId": 8889,
|
||||
"nativeCurrency": {
|
||||
"name": "VSC",
|
||||
"symbol": "VSC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://vsc-dataseed.vyvo.org:8889"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://vsc-dataseed.vyvo.org"
|
||||
}, {
|
||||
"name": "Mammoth Mainnet",
|
||||
"chainId": 8898,
|
||||
|
|
|
@ -6121,6 +6121,20 @@
|
|||
"url": "https://testnet.ambrosscan.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Vyvo Smart Chain",
|
||||
"chain": "VSC",
|
||||
"rpc": ["https://vsc-dataseed.vyvo.org:8889"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "VSC",
|
||||
"symbol": "VSC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://vsc-dataseed.vyvo.org",
|
||||
"shortName": "vsc",
|
||||
"chainId": 8889,
|
||||
"networkId": 8889
|
||||
}, {
|
||||
"name": "Mammoth Mainnet",
|
||||
"title": "Mammoth Chain",
|
||||
|
|
|
@ -330,6 +330,7 @@
|
|||
"tolo": "eip155:8724",
|
||||
"alph": "eip155:8738",
|
||||
"ambrostestnet": "eip155:8888",
|
||||
"vsc": "eip155:8889",
|
||||
"mmt": "eip155:8898",
|
||||
"berg": "eip155:8995",
|
||||
"evmos-testnet": "eip155:9000",
|
||||
|
|
Loading…
Reference in New Issue
Block a user