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