import type { Chain } from "../src/types"; export default { "chain": "PLT", "chainId": 17180, "explorers": [ { "name": "Palettescan", "url": "https://testnet.palettescan.com", "standard": "none", "icon": { "url": "ipfs://QmPCEGZD1p1keTT2YfPp725azx1r9Ci41hejeUuGL2whFA", "width": 800, "height": 800, "format": "png" } } ], "faucets": [], "features": [], "icon": { "url": "ipfs://QmPCEGZD1p1keTT2YfPp725azx1r9Ci41hejeUuGL2whFA", "width": 800, "height": 800, "format": "png" }, "infoURL": "https://hashpalette.com/", "name": "Palette Chain Testnet", "nativeCurrency": { "name": "Palette Token", "symbol": "PLT", "decimals": 18 }, "networkId": 17180, "rpc": [ "https://17180.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://palette-opennet.com:22000" ], "shortName": "PCT", "slip44": 1, "slug": "palette-chain-testnet", "testnet": true } as const satisfies Chain;