import type { Chain } from "../src/types"; export default { "chain": "kek", "chainId": 420666, "explorers": [ { "name": "blockscout", "url": "https://testnet-explorer.kekchain.com", "standard": "EIP3091", "icon": { "url": "ipfs://QmNzwHAmaaQyuvKudrzGkrTT2GMshcmCmJ9FH8gG2mNJtM", "width": 401, "height": 401, "format": "svg" } } ], "faucets": [], "icon": { "url": "ipfs://QmNzwHAmaaQyuvKudrzGkrTT2GMshcmCmJ9FH8gG2mNJtM", "width": 401, "height": 401, "format": "svg" }, "infoURL": "https://kekchain.com", "name": "Kekchain (kektest)", "nativeCurrency": { "name": "tKEK", "symbol": "tKEK", "decimals": 18 }, "networkId": 1, "rpc": [ "https://420666.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://testnet.kekchain.com" ], "shortName": "tKEK", "slip44": 1, "slug": "kekchain-kektest", "testnet": true } as const satisfies Chain;