mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add kava evm testnet (#1014)
This commit is contained in:
parent
461ecb34c2
commit
0c9aca9912
25
_data/chains/eip155-2221.json
Normal file
25
_data/chains/eip155-2221.json
Normal 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
6
_data/icons/kava.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmdpRTk6oL1HRW9xC6cAc4Rnf9gs6zgdAcr4Z3HcLztusm",
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user