/** * Creates a common configuration for the dreyerxMainnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 23451 * Chain Name: DreyerX Mainnet * Default Block Explorer: https://scan.dreyerx.com * Default RPC URL: https://rpc.dreyerx.com * @example * import { createMemoryClient } from 'tevm' * import { dreyerxMainnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: dreyerxMainnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const dreyerxMainnet: import("../Common.js").Common; //# sourceMappingURL=dreyerxMainnet.d.ts.map