/** * Creates a common configuration for the confluxESpaceTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 71 * Chain Name: Conflux eSpace Testnet * Default Block Explorer: https://evmtestnet.confluxscan.io * Default RPC URL: https://evmtestnet.confluxrpc.com * @example * import { createMemoryClient } from 'tevm' * import { confluxESpaceTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: confluxESpaceTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const confluxESpaceTestnet: import("../Common.js").Common; //# sourceMappingURL=confluxESpaceTestnet.d.ts.map