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
- This method is intended for off-chain integration to add additional instructions and/or payment in the event that the initial request was underpaid or underpriced (e.g. too low of a gasLimit)
151
-
- MUST meet all the requirements of `requestExecution`
152
149
153
150
In order to minimize cost, this contract MUST NOT verify the signature on the Quote. The Quote SHOULD be verified by the submitting client code before being used in a transaction.
154
151
@@ -270,7 +267,7 @@ uint16 destinationChain; // Wormhole Chain ID
270
267
uint64 expiryTime; // The unix time, in seconds, after which this quote should no longer be considered valid for requesting an execution
0 commit comments