import type { Chain } from "../src/types"; export default { "chain": "ARTIS", "chainId": 246785, "explorers": [], "faucets": [], "infoURL": "https://artis.network", "name": "ARTIS Testnet tau1", "nativeCurrency": { "name": "ARTIS tau1 Ether", "symbol": "tATS", "decimals": 18 }, "networkId": 246785, "rpc": [ "https://246785.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://rpc.tau1.artis.network" ], "shortName": "atstau", "slip44": 1, "slug": "artis-testnet-tau1", "testnet": true } as const satisfies Chain;