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