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