/** * Creates a common configuration for the bahamut chain. * @type {import('../Common.js').Common} * @description * Chain ID: 5165 * Chain Name: Bahamut * Default Block Explorer: https://www.ftnscan.com * Default RPC URL: https://rpc1.bahamut.io * @example * import { createMemoryClient } from 'tevm' * import { bahamut } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: bahamut, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const bahamut: import("../Common.js").Common; //# sourceMappingURL=bahamut.d.ts.map