/** * Creates a common configuration for the jbc chain. * @type {import('../Common.js').Common} * @description * Chain ID: 8899 * Chain Name: JIBCHAIN L1 * Default Block Explorer: https://exp-l1.jibchain.net * Default RPC URL: https://rpc-l1.jibchain.net * @example * import { createMemoryClient } from 'tevm' * import { jbc } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: jbc, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const jbc: import("../Common.js").Common; //# sourceMappingURL=jbc.d.ts.map