import type { Chain } from "../src/types"; export default { "chain": "OCTA", "chainId": 800001, "explorers": [ { "name": "blockscout", "url": "https://explorer.octa.space", "standard": "EIP3091", "icon": { "url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM", "width": 551, "height": 540, "format": "png" } } ], "faucets": [], "infoURL": "https://octa.space", "name": "OctaSpace", "nativeCurrency": { "name": "OctaSpace", "symbol": "OCTA", "decimals": 18 }, "networkId": 800001, "rpc": [ "https://800001.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://rpc.octa.space", "wss://rpc.octa.space" ], "shortName": "octa", "slug": "octaspace", "testnet": false } as const satisfies Chain;