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