add kava evm testnet (#1014)

This commit is contained in:
Draco Li 2022-03-30 08:01:32 -04:00 committed by GitHub
parent 461ecb34c2
commit 0c9aca9912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"name": "Kava EVM Testnet",
"chain": "KAVA",
"network": "testnet",
"rpc": ["https://evm.evm-alpha.kava.io", "wss://evm-ws.evm-alpha.kava.io"],
"faucets": ["https://faucet.kava.io"],
"nativeCurrency": {
"name": "Kava",
"symbol": "KAVA",
"decimals": 18
},
"infoURL": "https://www.kava.io",
"shortName": "kava",
"chainId": 2221,
"networkId": 2221,
"icon": "kava",
"explorers": [
{
"name": "Kava Testnet Explorer",
"url": "https://explorer.evm-alpha.kava.io",
"standard": "EIP3091",
"icon": "kava"
}
]
}

6
_data/icons/kava.json Normal file
View File

@ -0,0 +1,6 @@
[
{
"url": "ipfs://QmdpRTk6oL1HRW9xC6cAc4Rnf9gs6zgdAcr4Z3HcLztusm",
"format": "svg"
}
]