/** * Creates a common configuration for the dfk chain. * @type {import('../Common.js').Common} * @description * Chain ID: 53935 * Chain Name: DFK Chain * Default Block Explorer: https://subnets.avax.network/defi-kingdoms * Default RPC URL: https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc * @example * import { createMemoryClient } from 'tevm' * import { dfk } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: dfk, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const dfk: import("../Common.js").Common; //# sourceMappingURL=dfk.d.ts.map