import type { Chain } from "../src/types"; export default { "chain": "HPB", "chainId": 269, "explorers": [ { "name": "hscan", "url": "https://hscan.org", "standard": "EIP3091" } ], "faucets": [ "https://myhpbwallet.com/" ], "infoURL": "https://hpb.io", "name": "High Performance Blockchain", "nativeCurrency": { "name": "High Performance Blockchain Ether", "symbol": "HPB", "decimals": 18 }, "networkId": 269, "rpc": [ "https://269.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://hpbnode.com", "wss://ws.hpbnode.com" ], "shortName": "hpb", "slip44": 269, "slug": "high-performance-blockchain", "testnet": false } as const satisfies Chain;