import type { Chain } from "../src/types"; export default { "chain": "CLO", "chainId": 821, "explorers": [], "faucets": [], "infoURL": "https://callisto.network", "name": "Callisto Testnet Deprecated", "nativeCurrency": { "name": "Callisto Testnet Ether", "symbol": "TCLO", "decimals": 18 }, "networkId": 2, "rpc": [], "shortName": "tclo", "slip44": 1, "slug": "callisto-testnet-deprecated", "status": "deprecated", "testnet": true } as const satisfies Chain;