-
Notifications
You must be signed in to change notification settings - Fork 293
Open
Description
Hey,
When simulating a bundle, everything works just fine, however, when submitting it using:
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
flashbotsProvideras follows:
const flashbotsProvider = await FlashbotsBundleProvider.create(
await alchemy.config.getProvider(),
new Wallet(process.env.SIGNER_PRIVATE_KEY, alchemy)
);Any thoughts?
Metadata
Metadata
Assignees
Labels
No labels