import type { Chain } from "../src/types"; export default { "chain": "PixieChain", "chainId": 666, "explorers": [], "faucets": [ "https://chain.pixie.xyz/faucet" ], "infoURL": "https://scan-testnet.chain.pixie.xyz", "name": "Pixie Chain Testnet", "nativeCurrency": { "name": "Pixie Chain Testnet Native Token", "symbol": "PCTT", "decimals": 18 }, "networkId": 666, "rpc": [ "https://666.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://http-testnet.chain.pixie.xyz", "wss://ws-testnet.chain.pixie.xyz" ], "shortName": "pixie-chain-testnet", "slip44": 1, "slug": "pixie-chain-testnet", "testnet": true } as const satisfies Chain;