import type { Chain } from "../src/types"; export default { "chain": "BTTC", "chainId": 1028, "explorers": [ { "name": "testbttcscan", "url": "https://testscan.bittorrentchain.io", "standard": "none" } ], "faucets": [], "infoURL": "https://bittorrentchain.io/", "name": "BitTorrent Chain Testnet", "nativeCurrency": { "name": "BitTorrent", "symbol": "BTT", "decimals": 18 }, "networkId": 1028, "rpc": [ "https://1028.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://testrpc.bittorrentchain.io/" ], "shortName": "tbtt", "slip44": 1, "slug": "bittorrent-chain-testnet", "testnet": true } as const satisfies Chain;