import type { Chain } from "../src/types"; export default { "chain": "Jambon's Devnet", "chainId": 72605, "explorers": [], "faucets": [], "features": [], "icon": { "url": "", "width": 256, "height": 256, "format": ".svg" }, "name": "Jambon's Devnet", "nativeCurrency": { "name": "Jambon's Devnet", "symbol": "DOB", "decimals": 18 }, "networkId": 72605, "redFlags": [], "rpc": [], "shortName": "Jambon's Devnet", "slug": "jambon-s-devnet", "testnet": true } as const satisfies Chain;