import type { Chain } from "../src/types"; export default { "chain": "PF", "chainId": 909, "explorers": [], "faucets": [], "icon": { "url": "ipfs://QmeMa6aw3ebUKJdGgbzDgcVtggzp7cQdfSrmzMYmnt5ywc", "width": 200, "height": 200, "format": "png" }, "infoURL": "https://portalfantasy.io", "name": "Portal Fantasy Chain", "nativeCurrency": { "name": "Portal Fantasy Token", "symbol": "PFT", "decimals": 18 }, "networkId": 909, "rpc": [], "shortName": "PF", "slug": "portal-fantasy-chain", "status": "incubating", "testnet": false } as const satisfies Chain;