/** * Creates a common configuration for the fibo chain. * @type {import('../Common.js').Common} * @description * Chain ID: 12306 * Chain Name: Fibo Chain * Default Block Explorer: https://scan.fibochain.org * Default RPC URL: https://network.hzroc.art * @example * import { createMemoryClient } from 'tevm' * import { fibo } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: fibo, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const fibo: import("../Common.js").Common; //# sourceMappingURL=fibo.d.ts.map