import type { Chain } from "../src/types"; export default { "chain": "OCASH", "chainId": 660868, "explorers": [], "faucets": [], "features": [], "icon": { "url": "https://ipfs.io/ipfs/QmbwuoezvkfZBY9nrZ65n3iHGyhJG6yDRyhPjqE6k3uCiM", "width": 350, "height": 350, "format": "PNG" }, "infoURL": "https://www.overline.network", "name": "Ocash testnet", "nativeCurrency": { "name": "OCASH", "symbol": "OCASH", "decimals": 18 }, "networkId": 660868, "redFlags": [], "rpc": [], "shortName": "ocash", "slug": "ocash-testnet", "testnet": true } as const satisfies Chain;