Skip to content

Commit

Permalink
add bribeVotingReward
Browse files Browse the repository at this point in the history
  • Loading branch information
ethzoomer committed Nov 1, 2023
1 parent dd34392 commit 59e5dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/ClammSugar.vy
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ struct Lp:
gauge_alive: bool

fee: address
bribe: address
factory: address

emissions: uint256
Expand Down Expand Up @@ -276,6 +277,7 @@ def _byData(_data: address[3], _account: address) -> Lp:
gauge_alive: gauge_alive,

fee: fee_voting_reward,
bribe: self.voter.gaugeToBribe(gauge.address),
factory: _data[0],

emissions: emissions,
Expand Down

0 comments on commit 59e5dc4

Please sign in to comment.