Skip to content

Commit

Permalink
Add comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Ignacio Ubeira committed Aug 9, 2023
1 parent e31772e commit f45c5a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/interfaces/contracts/liquidity-mining/IStakelessGauge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ interface IStakelessGauge is ILiquidityGauge {
function getRecipient() external view returns (address);

/**
* @dev Returns total ETH bridge cost in wei.
* Each `checkpoint` should receive this exact amount to work.
* @dev Returns total ETH bridge cost (post mint action) in wei.
* Each `checkpoint` should receive this exact amount to work. Some stakeless gauges don't actually need ETH
* to work; in those cases the cost will be 0.
*/
function getTotalBridgeCost() external view returns (uint256);
}

0 comments on commit f45c5a4

Please sign in to comment.