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