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

This commit is contained in:
ligi 2022-07-07 16:30:52 +00:00
parent 5fb46eea29
commit f547dd476c
5 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
"name": "Kava EVM Testnet", "name": "Kava EVM Testnet",
"chain": "KAVA", "chain": "KAVA",
"network": "testnet", "network": "testnet",
"rpc": ["https://evm.evm-alpha.kava.io", "wss://evm-ws.evm-alpha.kava.io"], "rpc": ["https://evm.testnet.kava.io", "wss://wevm.testnet.kava.io"],
"faucets": ["https://faucet.kava.io"], "faucets": ["https://faucet.kava.io"],
"nativeCurrency": { "nativeCurrency": {
"name": "TKava", "name": "TKava",
@ -17,7 +17,7 @@
"explorers": [ "explorers": [
{ {
"name": "Kava Testnet Explorer", "name": "Kava Testnet Explorer",
"url": "https://explorer.evm-alpha.kava.io", "url": "https://explorer.testnet.kava.io",
"standard": "EIP3091", "standard": "EIP3091",
"icon": "kava" "icon": "kava"
} }

File diff suppressed because one or more lines are too long

View File

@ -3076,7 +3076,7 @@
"symbol": "TKAVA", "symbol": "TKAVA",
"decimals": 18 "decimals": 18
}, },
"rpc": ["https://evm.evm-alpha.kava.io", "wss://evm-ws.evm-alpha.kava.io"], "rpc": ["https://evm.testnet.kava.io", "wss://wevm.testnet.kava.io"],
"faucets": ["https://faucet.kava.io"], "faucets": ["https://faucet.kava.io"],
"infoURL": "https://www.kava.io" "infoURL": "https://www.kava.io"
}, { }, {

View File

@ -4244,7 +4244,7 @@
"name": "Kava EVM Testnet", "name": "Kava EVM Testnet",
"chain": "KAVA", "chain": "KAVA",
"network": "testnet", "network": "testnet",
"rpc": ["https://evm.evm-alpha.kava.io", "wss://evm-ws.evm-alpha.kava.io"], "rpc": ["https://evm.testnet.kava.io", "wss://wevm.testnet.kava.io"],
"faucets": ["https://faucet.kava.io"], "faucets": ["https://faucet.kava.io"],
"nativeCurrency": { "nativeCurrency": {
"name": "TKava", "name": "TKava",
@ -4258,7 +4258,7 @@
"icon": "kava", "icon": "kava",
"explorers": [{ "explorers": [{
"name": "Kava Testnet Explorer", "name": "Kava Testnet Explorer",
"url": "https://explorer.evm-alpha.kava.io", "url": "https://explorer.testnet.kava.io",
"standard": "EIP3091", "standard": "EIP3091",
"icon": "kava" "icon": "kava"
}] }]