import type { Chain } from "../src/types"; export default { "chain": "ZetaChain", "chainId": 7000, "explorers": [ { "name": "ZetaChain Mainnet Explorer", "url": "https://explorer.zetachain.com", "standard": "none" } ], "faucets": [], "icon": { "url": "ipfs://QmP4Gnf4Lkp8q5LQVePNjAWxSqrw8vU2JAf7amcFz4vEUy", "width": 712, "height": 712, "format": "png" }, "infoURL": "https://zetachain.com/docs/", "name": "ZetaChain Mainnet", "nativeCurrency": { "name": "Zeta", "symbol": "ZETA", "decimals": 18 }, "networkId": 7000, "rpc": [ "https://7000.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://zetachain-evm.blockpi.network/v1/rpc/public", "https://zetachain-mainnet-archive.allthatnode.com:8545" ], "shortName": "zetachain-mainnet", "slug": "zetachain", "status": "active", "testnet": false } as const satisfies Chain;