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