import type { Chain } from "../src/types"; export default { "chain": "FTN", "chainId": 424242, "explorers": [ { "name": "blockscout", "url": "https://testnet.ftnscan.com", "standard": "none" } ], "faucets": [], "features": [ { "name": "EIP155" }, { "name": "EIP1559" } ], "infoURL": "https://fastex.com", "name": "Fastex Chain testnet", "nativeCurrency": { "name": "FTN", "symbol": "FTN", "decimals": 18 }, "networkId": 424242, "rpc": [ "https://424242.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://rpc.testnet.fastexchain.com" ], "shortName": "fastexTestnet", "slip44": 1, "slug": "fastex-chain-testnet", "testnet": true, "title": "Fastex Chain testnet" } as const satisfies Chain;