/** * Creates a common configuration for the arbitrumGoerli chain. * @type {import('../Common.js').Common} * @description * Chain ID: 421613 * Chain Name: Arbitrum Goerli * Default Block Explorer: https://goerli.arbiscan.io * Default RPC URL: https://goerli-rollup.arbitrum.io/rpc * @example * import { createMemoryClient } from 'tevm' * import { arbitrumGoerli } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: arbitrumGoerli, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const arbitrumGoerli: import("../Common.js").Common; //# sourceMappingURL=arbitrumGoerli.d.ts.map