import type { Chain } from "../src/types"; export default { "chain": "GTON Testnet", "chainId": 50021, "explorers": [ { "name": "GTON Testnet Network Explorer", "url": "https://explorer.testnet.gton.network", "standard": "EIP3091" } ], "faucets": [], "infoURL": "https://gton.capital", "name": "GTON Testnet", "nativeCurrency": { "name": "GCD", "symbol": "GCD", "decimals": 18 }, "networkId": 50021, "parent": { "type": "L2", "chain": "eip155-3" }, "rpc": [ "https://50021.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://testnet.gton.network/" ], "shortName": "tgton", "slip44": 1, "slug": "gton-testnet", "testnet": true } as const satisfies Chain;