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