import type { Chain } from "../src/types"; export default { "chain": "ETH", "chainId": 69420, "explorers": [ { "name": "Condrieu explorer", "url": "https://explorer.condrieu.ethdevops.io", "standard": "none" } ], "faucets": [ "https://faucet.condrieu.ethdevops.io" ], "infoURL": "https://condrieu.ethdevops.io", "name": "Condrieu", "nativeCurrency": { "name": "Condrieu Testnet Ether", "symbol": "CTE", "decimals": 18 }, "networkId": 69420, "rpc": [ "https://69420.rpc.thirdweb.com/${THIRDWEB_API_KEY}", "https://rpc.condrieu.ethdevops.io:8545" ], "shortName": "cndr", "slip44": 1, "slug": "condrieu", "testnet": true, "title": "Ethereum Verkle Testnet Condrieu" } as const satisfies Chain;