mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
545 B
JSON
25 lines
545 B
JSON
{
|
|
"name": "Kava EVM Testnet",
|
|
"chain": "KAVA",
|
|
"rpc": ["https://evm.testnet.kava.io", "wss://wevm.testnet.kava.io"],
|
|
"faucets": ["https://faucet.kava.io"],
|
|
"nativeCurrency": {
|
|
"name": "TKava",
|
|
"symbol": "TKAVA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.kava.io",
|
|
"shortName": "tkava",
|
|
"chainId": 2221,
|
|
"networkId": 2221,
|
|
"icon": "kava",
|
|
"explorers": [
|
|
{
|
|
"name": "Kava Testnet Explorer",
|
|
"url": "https://explorer.testnet.kava.io",
|
|
"standard": "EIP3091",
|
|
"icon": "kava"
|
|
}
|
|
]
|
|
}
|