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