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