Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #14 from gosuto-ai/main
Browse files Browse the repository at this point in the history
change fee destination to treasury's voter msig
  • Loading branch information
GalloDaSballo authored Jul 11, 2022
2 parents c869c32 + dfce013 commit 469b047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/VotiumBribesProcessor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ contract VotiumBribesProcessor is CowSwapSeller {
uint256 public constant OPS_FEE = 500; // 5%
uint256 public constant LP_FEE = 500; // 5%

/// `treasury_vault_multisig`
/// https://github.com/Badger-Finance/badger-multisig/blob/9f04e0589b31597390f2115501462794baca2d4b/helpers/addresses.py#L38
address public constant TREASURY = 0xD0A7A8B98957b9CD3cFB9c0425AbE44551158e9e;
/// treasury's voting multisig
/// https://github.com/Badger-Finance/badger-multisig/blob/8f92204839ca3b022246423ec827f9dca7b0dc85/helpers/addresses.py#L49
address public constant TREASURY = 0xA9ed98B5Fb8428d68664f3C5027c62A10d45826b;

ISettV4 public constant BVE_CVX = ISettV4(0xfd05D3C7fe2924020620A8bE4961bBaA747e6305);
ICurvePool public constant CVX_BVE_CVX_CURVE = ICurvePool(0x04c90C198b2eFF55716079bc06d7CCc4aa4d7512);
Expand Down

0 comments on commit 469b047

Please sign in to comment.