Skip to content

Commit

Permalink
chore: wrap up gas limit estimation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kfastov committed Jul 9, 2024
1 parent a9ed950 commit 9d86d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified bun.lockb
100644 → 100755
Binary file not shown.
3 changes: 2 additions & 1 deletion src/LineaStateBridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ contract LineaStateBridge is Ownable2Step {
/// @notice Amount of gas purchased on the Linea Stack chain for transferOwnershipLinea
uint32 internal _gasLimitTransferOwnership;

// Approximate gas limit. Will be refined through testnet testing
/// @notice The default gas limit amount to buy on an Linea stack chain to do simple transactions
/// @dev For estimation see https://github.com/kfastov/worldcoin-bridge-linea/pull/9
uint32 public constant DEFAULT_LINEA_GAS_LIMIT = 1_000_000;

///////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 9d86d6b

Please sign in to comment.