import type { Chain } from "../src/types"; export default { "chain": "PHA", "chainId": 2035, "explorers": [], "faucets": [], "infoURL": "https://phala.network", "name": "Phala Network", "nativeCurrency": { "name": "Phala", "symbol": "PHA", "decimals": 18 }, "networkId": 2035, "rpc": [], "shortName": "pha", "slug": "phala-network", "testnet": false } as const satisfies Chain;