/** * Creates a common configuration for the immutableZkEvmTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 13473 * Chain Name: Immutable zkEVM Testnet * Default Block Explorer: https://explorer.testnet.immutable.com/ * Default RPC URL: https://rpc.testnet.immutable.com * @example * import { createMemoryClient } from 'tevm' * import { immutableZkEvmTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: immutableZkEvmTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const immutableZkEvmTestnet: import("../Common.js").Common; //# sourceMappingURL=immutableZkEvmTestnet.d.ts.map