Replies: 4 comments
This comment was marked as spam.
This comment was marked as spam.
-
It is possible Anvil does not support the tracing mode Stackup requires - would you mind running Anvil with |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @TSKHot, I've transformed this question into a ticket here: #10977 - let's continue our conversation there |
Beta Was this translation helpful? Give feedback.
0 replies
-
is this using the javascript tracer? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're trying to test our ERC-4337 based contracts. So far we've been using Geth running in dev mode with the Stackup Bundler running in private mode. Everything works successfully - contract deployment, making direct contract calls, submitting user operations through Stackup, etc.
Now we need to start testing using a mainnet fork (to add functionality for interacting with on-chain DAOs such as Uniswap), so we're trying to use Anvil (v1.2.3-stable). However, when running against the Anvil node and submitting user operations via Stackup we're getting the error "Error: Invalid params: unsupported tracer type".
Can anyone tell me if there's a way around this?
Beta Was this translation helpful? Give feedback.
All reactions