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

This commit is contained in:
ligi 2022-10-25 20:32:02 +00:00
parent df9f3cc7b0
commit 0323f632e6
6 changed files with 45 additions and 2 deletions

File diff suppressed because one or more lines are too long

15
chains/eip155-8889.json Normal file
View 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

View File

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

View File

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

View File

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