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