/** * Creates a common configuration for the beamTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 13337 * Chain Name: Beam Testnet * Default Block Explorer: https://subnets-test.avax.network/beam * Default RPC URL: https://build.onbeam.com/rpc/testnet * @example * import { createMemoryClient } from 'tevm' * import { beamTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: beamTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const beamTestnet: import("../Common.js").Common; //# sourceMappingURL=beamTestnet.d.ts.map