Skip to content

Commit

Permalink
Fixing runBundler
Browse files Browse the repository at this point in the history
  • Loading branch information
shahafn committed Dec 22, 2024
1 parent 8e8e810 commit aefe937
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/bundler/src/runBundler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ export async function runBundler (argv: string[], overrideExit = true): Promise<
process.exit(1)
}
const tracerProvider = new ethers.providers.JsonRpcProvider(config.tracerRpcUrl)
if (!await supportsNativeTracer(tracerProvider)) {
console.error('FATAL: --tracerRpcUrl requires a provider to support bundlerCollectorTracer')
process.exit(1)
}
} else {
// check standard javascript tracer:
if (!await supportsDebugTraceCall(provider as any, config.rip7560)) {
Expand Down

0 comments on commit aefe937

Please sign in to comment.