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