Skip to content

Conversation

@pxrl
Copy link
Collaborator

@pxrl pxrl commented Nov 24, 2025

Tested predominantly on Monad, where inbound send() transactions need to specify a higher gas fee via the extraOptions field. This is not supported by protocol rebalancing, so this finalizer will be needed as a safety net.

Tested predominantly on Monad, where inbound send() transactions need to
specify a higher gas fee via the extraOptions field. This is not
supported by protocol rebalancing, so this finalizer will be needed as a
safety net.
@pxrl pxrl changed the title [WIP] feat(finalizer): Support OFT retries feat(finalizer): Support OFT retries Nov 25, 2025
@pxrl pxrl marked this pull request as ready for review November 25, 2025 11:21
// Monad needs a boosted gas limit over the default 80k. The default may be lifted by LZ. @todo: Check.
const gas = {
[PRODUCTION_OFT_EIDs.MONAD]: 500000,
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why 500k tho?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch - should be closer to 120k.

Copy link
Contributor

@bmzig bmzig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants