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