/** * Creates a common configuration for the yooldoVerse chain. * @type {import('../Common.js').Common} * @description * Chain ID: 50005 * Chain Name: Yooldo Verse * Default Block Explorer: https://explorer.yooldo-verse.xyz * Default RPC URL: https://rpc.yooldo-verse.xyz * @example * import { createMemoryClient } from 'tevm' * import { yooldoVerse } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: yooldoVerse, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const yooldoVerse: import("../Common.js").Common; //# sourceMappingURL=yooldoVerse.d.ts.map