Skip to content

Commit

Permalink
update RELAY_RESERVED_GAS and RELAY_GAS_CHECK_BUFFER
Browse files Browse the repository at this point in the history
  • Loading branch information
abelliumnt committed Mar 12, 2024
1 parent 4d75b0b commit 92ebaf9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -154,13 +154,13 @@ abstract contract CrossDomainMessenger is
/**
* @notice Gas reserved for finalizing the execution of `relayMessage` after the safe call.
*/
uint64 public constant RELAY_RESERVED_GAS = 140_000;
uint64 public constant RELAY_RESERVED_GAS = 90_000;

/**
* @notice Gas reserved for the execution between the `hasMinGas` check and the external
* call in `relayMessage`.
*/
uint64 public constant RELAY_GAS_CHECK_BUFFER = 5_000;
uint64 public constant RELAY_GAS_CHECK_BUFFER = 55_000;

/**
* @notice BASE gas reserved for Hashing.hashCrossDomainMessage
Expand Down

0 comments on commit 92ebaf9

Please sign in to comment.