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