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