/** * Creates a common configuration for the evmos chain. * @type {import('../Common.js').Common} * @description * Chain ID: 9001 * Chain Name: Evmos * Default Block Explorer: https://escan.live * Default RPC URL: https://eth.bd.evmos.org:8545 * @example * import { createMemoryClient } from 'tevm' * import { evmos } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: evmos, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const evmos: import("../Common.js").Common; //# sourceMappingURL=evmos.d.ts.map