/** * Creates a common configuration for the iota chain. * @type {import('../Common.js').Common} * @description * Chain ID: 8822 * Chain Name: IOTA EVM * Default Block Explorer: https://explorer.evm.iota.org * Default RPC URL: https://json-rpc.evm.iotaledger.net * @example * import { createMemoryClient } from 'tevm' * import { iota } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: iota, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const iota: import("../Common.js").Common; //# sourceMappingURL=iota.d.ts.map