Skip to content

Commit

Permalink
feat(protocol): bump GAS_RESERVE to 800_000 (#16840)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Apr 25, 2024
1 parent 9b8383b commit 63035fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/bridge/Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contract Bridge is EssentialContract, IBridge {

/// @dev The amount of gas that will be deducted from message.gasLimit before calculating the
/// invocation gas limit. This value should be fine-tuned with production data.
uint32 public constant GAS_RESERVE = 650_000;
uint32 public constant GAS_RESERVE = 800_000;

/// @dev The gas overhead for both receiving and invoking a message, as well as the proof
/// calldata cost.
Expand Down

0 comments on commit 63035fd

Please sign in to comment.