diff --git a/bun.lockb b/bun.lockb old mode 100644 new mode 100755 index 02cbf2e..796e343 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/LineaStateBridge.sol b/src/LineaStateBridge.sol index 39a0c12..d66446e 100644 --- a/src/LineaStateBridge.sol +++ b/src/LineaStateBridge.sol @@ -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; ///////////////////////////////////////////////////////////////////