/** * Creates a common configuration for the mainnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 1 * Chain Name: Ethereum * Default Block Explorer: https://etherscan.io * Default RPC URL: https://cloudflare-eth.com * @example * import { createMemoryClient } from 'tevm' * import { mainnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: mainnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const mainnet: import("../Common.js").Common; //# sourceMappingURL=mainnet.d.ts.map