Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SoarinSkySagar committed Oct 28, 2024
1 parent f95306f commit 22dec9d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/blockchain/ethereum/src/Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ contract Starklane is
// Using an arbitrary gas value here for L1-L2 messaging fees, adjustable as network conditions evolve.
// This value serves as a flexible baseline, allowing for real-time adjustments to reflect gas changes.
uint256 _minimumGasFee = 5e13;// 0.00005 ETH

/**
* @notice Starklane contract constructor.
*
* @dev Makes the contract initializable only once
*/

constructor() {
_disableInitializers();
}
Expand Down

0 comments on commit 22dec9d

Please sign in to comment.