/** * Creates a common configuration for the inEVM chain. * @type {import('../Common.js').Common} * @description * Chain ID: 2525 * Chain Name: inEVM Mainnet * Default Block Explorer: https://inevm.calderaexplorer.xyz * Default RPC URL: https://mainnet.rpc.inevm.com/http * @example * import { createMemoryClient } from 'tevm' * import { inEVM } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: inEVM, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const inEVM: import("../Common.js").Common; //# sourceMappingURL=inEVM.d.ts.map