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

This commit is contained in:
ligi 2022-04-19 12:03:49 +00:00
parent b21f43619f
commit dd6b45367f
5 changed files with 35 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

@ -2806,6 +2806,19 @@
"rpc": ["https://evm.evm-alpha.kava.io", "wss://evm-ws.evm-alpha.kava.io"],
"faucets": ["https://faucet.kava.io"],
"infoURL": "https://www.kava.io"
}, {
"name": "VChain Mainnet",
"chainId": 2223,
"shortName": "VChain",
"networkId": 2223,
"nativeCurrency": {
"name": "VNDT",
"symbol": "VNDT",
"decimals": 18
},
"rpc": ["https://bc.vcex.xyz"],
"faucets": [],
"infoURL": "https://bo.vcex.xyz/"
}, {
"name": "Kortho Mainnet",
"chainId": 2559,

View File

@ -3849,6 +3849,25 @@
"standard": "EIP3091",
"icon": "kava"
}]
}, {
"name": "VChain Mainnet",
"chain": "VChain",
"rpc": ["https://bc.vcex.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "VNDT",
"symbol": "VNDT",
"decimals": 18
},
"infoURL": "https://bo.vcex.xyz/",
"shortName": "VChain",
"chainId": 2223,
"networkId": 2223,
"explorers": [{
"name": "VChain Scan",
"url": "https://scan.vcex.xyz",
"standard": "EIP3091"
}]
}, {
"name": "Kortho Mainnet",
"chain": "Kortho Chain",

View File

@ -215,6 +215,7 @@
"findora-testnet": "eip155:2153",
"evanesco": "eip155:2213",
"kava": "eip155:2221",
"VChain": "eip155:2223",
"ktoc": "eip155:2559",
"cennz-r": "eip155:3000",
"cennz-n": "eip155:3001",