We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
When simulating a bundle, everything works just fine, however, when submitting it using:
bundle
const bundleReceipt = await flashbotsProvider.sendRawBundle( signedBundle, targetBlockNumber );
Then I get the following error message:
{ error: { message: 'unable to decode bundle', code: -32000 } }
I instantiate my flashbotsProvider as follows:
flashbotsProvider
const flashbotsProvider = await FlashbotsBundleProvider.create( await alchemy.config.getProvider(), new Wallet(process.env.SIGNER_PRIVATE_KEY, alchemy) );
Any thoughts?
The text was updated successfully, but these errors were encountered:
Hey apologies for the late reply. Are you still getting this issue.If so please dm in Discord @euler6.
Sorry, something went wrong.
No branches or pull requests
Hey,
When simulating a
bundle
, everything works just fine, however, when submitting it using:Then I get the following error message:
{ error: { message: 'unable to decode bundle', code: -32000 } }
Any thoughts?
The text was updated successfully, but these errors were encountered: