import type { Chain } from "../src/types"; export default { "chain": "WEB", "chainId": 24484, "explorers": [], "faucets": [], "infoURL": "https://webchain.network", "name": "Webchain", "nativeCurrency": { "name": "Webchain Ether", "symbol": "WEB", "decimals": 18 }, "networkId": 37129, "rpc": [], "shortName": "web", "slip44": 227, "slug": "webchain", "testnet": false } as const satisfies Chain;