You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Basically this is achieved by mapping each destination to an "additional gas overhead" and automatically adding the overhead to any payForGas request.
Relevant docs from hyperlane:
Behind the scenes, the DefaultIsmInterchainGasPaymaster is configured to automatically add to the provided _gasAmount all overhead gas amounts that your message will use at its destination-- this includes any gas used by the Mailbox or the default ISM (for example, verifying validator signatures). This allows messages to be fully paid for without requiring any knowledge of the internal gas usage of the destination's Mailbox contract or default ISM when a message is processed.
The text was updated successfully, but these errors were encountered:
Hyperlane's default IGP pays overhead gas.
Basically this is achieved by mapping each destination to an "additional gas overhead" and automatically adding the overhead to any
payForGas
request.Relevant docs from hyperlane:
The text was updated successfully, but these errors were encountered: