import type { Chain } from "../src/types"; export default { "chain": "PLAY", "chainId": 161212, "explorers": [], "faucets": [], "infoURL": "https://www.playfi.ai/", "name": "PlayFi Mainnet", "nativeCurrency": { "name": "Play", "symbol": "PLAY", "decimals": 18 }, "networkId": 161212, "rpc": [], "shortName": "playfi", "slug": "playfi", "status": "incubating", "testnet": false } as const satisfies Chain;