Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit cc4f4c0

Browse files
committed
Add LPRewardsTBTCv2SaddleV2 contract
The new contract will be used with the new version of Saddle contracts. Refs: #944
1 parent d210e1e commit cc4f4c0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

solidity/contracts/LPRewards.sol

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,13 @@ contract LPRewardsTBTCv2Saddle is LPRewardsTBTCSaddle {
270270
LPRewardsTBTCSaddle(keepToken, tbtcV2SaddleLPToken)
271271
{}
272272
}
273+
274+
/// @title KEEP rewards for the tBTC V2 Saddle V2 liquidity pool.
275+
/// @dev LP token: TODO: Fill
276+
/// Pool: TODO: Fill
277+
contract LPRewardsTBTCv2SaddleV2 is LPRewardsTBTCSaddle {
278+
constructor(KeepToken keepToken, IERC20 tbtcV2SaddleLPToken)
279+
public
280+
LPRewardsTBTCSaddle(keepToken, tbtcV2SaddleLPToken)
281+
{}
282+
}

0 commit comments

Comments
 (0)