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