import type { Chain } from "../src/types"; export default { "chain": "Avalanche", "chainId": 93017, "explorers": [], "faucets": [], "features": [], "icon": { "url": "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg", "width": 256, "height": 256, "format": "svg" }, "infoURL": "https://avacloud.io", "name": "QIS0313 Testnet", "nativeCurrency": { "name": "QIS0313 Testnet Token", "symbol": "NCG", "decimals": 18 }, "networkId": 93017, "redFlags": [], "rpc": [ "https://93017.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc" ], "shortName": "QIS0313 Testnet", "slug": "qis0313-testnet", "testnet": true } as const satisfies Chain;