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