import type { Chain } from "../src/types"; export default { "chain": "MIND", "chainId": 9996, "explorers": [ { "name": "Mind Chain explorer", "url": "https://mainnet.mindscan.info", "standard": "EIP3091" } ], "faucets": [], "icon": { "url": "ipfs://QmX2b4CzNyrNgy4ERBEteSS9MsuYNVYeq2sSMMiogGjbFP", "width": 732, "height": 732, "format": "jpg" }, "infoURL": "https://mindchain.info", "name": "Mind Smart Chain Mainnet", "nativeCurrency": { "name": "MIND Coin", "symbol": "MIND", "decimals": 18 }, "networkId": 9996, "rpc": [ "https://9996.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://rpc-msc.mindchain.info/", "https://seednode.mindchain.info", "https://archive.mindchain.info/", "wss://archive.mindchain.info/ws", "wss://seednode.mindchain.info/ws" ], "shortName": "MIND", "slug": "mind-smart-chain", "testnet": false } as const satisfies Chain;