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

This commit is contained in:
ligi 2022-06-13 11:48:05 +00:00
parent 09894b1276
commit 3d55974597
7 changed files with 78 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,12 +5,12 @@
"rpc": ["https://evm.evm-alpha.kava.io", "wss://evm-ws.evm-alpha.kava.io"],
"faucets": ["https://faucet.kava.io"],
"nativeCurrency": {
"name": "Kava",
"symbol": "KAVA",
"name": "TKava",
"symbol": "TKAVA",
"decimals": 18
},
"infoURL": "https://www.kava.io",
"shortName": "kava",
"shortName": "tkava",
"chainId": 2221,
"networkId": 2221,
"icon": "kava",

30
chains/eip155-2222.json Normal file
View File

@ -0,0 +1,30 @@
{
"name": "Kava EVM",
"chain": "KAVA",
"network": "mainnet",
"rpc": [
"https://evm.kava.io",
"https://evm2.kava.io",
"wss://wevm.kava.io",
"wss://wevm2.kava.io"
],
"faucets": [],
"nativeCurrency": {
"name": "Kava",
"symbol": "KAVA",
"decimals": 18
},
"infoURL": "https://www.kava.io",
"shortName": "kava",
"chainId": 2222,
"networkId": 2222,
"icon": "kava",
"explorers": [
{
"name": "Kava EVM Explorer",
"url": "https://explorer.kava.io",
"standard": "EIP3091",
"icon": "kava"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3017,15 +3017,28 @@
}, {
"name": "Kava EVM Testnet",
"chainId": 2221,
"shortName": "kava",
"shortName": "tkava",
"networkId": 2221,
"nativeCurrency": {
"name": "TKava",
"symbol": "TKAVA",
"decimals": 18
},
"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": "Kava EVM",
"chainId": 2222,
"shortName": "kava",
"networkId": 2222,
"nativeCurrency": {
"name": "Kava",
"symbol": "KAVA",
"decimals": 18
},
"rpc": ["https://evm.evm-alpha.kava.io", "wss://evm-ws.evm-alpha.kava.io"],
"faucets": ["https://faucet.kava.io"],
"rpc": ["https://evm.kava.io", "https://evm2.kava.io", "wss://wevm.kava.io", "wss://wevm2.kava.io"],
"faucets": [],
"infoURL": "https://www.kava.io"
}, {
"name": "VChain Mainnet",

View File

@ -4166,12 +4166,12 @@
"rpc": ["https://evm.evm-alpha.kava.io", "wss://evm-ws.evm-alpha.kava.io"],
"faucets": ["https://faucet.kava.io"],
"nativeCurrency": {
"name": "Kava",
"symbol": "KAVA",
"name": "TKava",
"symbol": "TKAVA",
"decimals": 18
},
"infoURL": "https://www.kava.io",
"shortName": "kava",
"shortName": "tkava",
"chainId": 2221,
"networkId": 2221,
"icon": "kava",
@ -4181,6 +4181,28 @@
"standard": "EIP3091",
"icon": "kava"
}]
}, {
"name": "Kava EVM",
"chain": "KAVA",
"network": "mainnet",
"rpc": ["https://evm.kava.io", "https://evm2.kava.io", "wss://wevm.kava.io", "wss://wevm2.kava.io"],
"faucets": [],
"nativeCurrency": {
"name": "Kava",
"symbol": "KAVA",
"decimals": 18
},
"infoURL": "https://www.kava.io",
"shortName": "kava",
"chainId": 2222,
"networkId": 2222,
"icon": "kava",
"explorers": [{
"name": "Kava EVM Explorer",
"url": "https://explorer.kava.io",
"standard": "EIP3091",
"icon": "kava"
}]
}, {
"name": "VChain Mainnet",
"chain": "VChain",

View File

@ -231,7 +231,8 @@
"fra": "eip155:2152",
"findora-testnet": "eip155:2153",
"evanesco": "eip155:2213",
"kava": "eip155:2221",
"tkava": "eip155:2221",
"kava": "eip155:2222",
"VChain": "eip155:2223",
"ktoc": "eip155:2559",
"tpc": "eip155:2569",