/** * Creates a common configuration for the metachainIstanbul chain. * @type {import('../Common.js').Common} * @description * Chain ID: 1453 * Chain Name: MetaChain Istanbul * Default Block Explorer: https://istanbul-explorer.metachain.dev * Default RPC URL: https://istanbul-rpc.metachain.dev * @example * import { createMemoryClient } from 'tevm' * import { metachainIstanbul } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: metachainIstanbul, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const metachainIstanbul: import("../Common.js").Common; //# sourceMappingURL=metachainIstanbul.d.ts.map