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