import type { Chain } from "../src/types"; export default { "chain": "KAVA", "chainId": 2221, "explorers": [ { "name": "Kava Testnet Explorer", "url": "http://testnet.kavascan.com", "standard": "EIP3091", "icon": { "url": "ipfs://QmdpRTk6oL1HRW9xC6cAc4Rnf9gs6zgdAcr4Z3HcLztusm", "width": 1186, "height": 360, "format": "svg" } } ], "faucets": [ "https://faucet.kava.io" ], "icon": { "url": "ipfs://QmdpRTk6oL1HRW9xC6cAc4Rnf9gs6zgdAcr4Z3HcLztusm", "width": 1186, "height": 360, "format": "svg" }, "infoURL": "https://www.kava.io", "name": "Kava Testnet", "nativeCurrency": { "name": "TKava", "symbol": "TKAVA", "decimals": 18 }, "networkId": 2221, "rpc": [ "https://2221.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://evm.testnet.kava.io", "wss://wevm.testnet.kava.io", "https://kava-testnet.drpc.org", "wss://kava-testnet.drpc.org" ], "shortName": "tkava", "slug": "kava-testnet", "testnet": true } as const satisfies Chain;