Add Kava EVM Mainnet (#1181)

* add kava evm mainnet

* rename kava testnet names

* add some more rpc endpoints
This commit is contained in:
Draco Li 2022-06-13 07:44:55 -04:00 committed by GitHub
parent 6d959b87c5
commit a01d0aff17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 3 deletions

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

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"
}
]
}