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