Skip to content

Commit

Permalink
SupplyController: add to BURNED_MIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivshti committed Apr 24, 2023
1 parent 539e03f commit 7eb1720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/SupplyController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ contract ADXSupplyController {

uint public constant CAP = 150000000 * 1e18;
// This amount was burned on purpose when migrating from Tom pool 2 (Staking with token 0xade) to Tom pool 3 (StakingPool with token 0xade) - 35m
// another 10m burned from treasury
uint public immutable BURNED_MIN = 45000000 * 1e18;
// another 10m burned from treasury and 2 we count as burned from the flash pool
uint public immutable BURNED_MIN = 47000000 * 1e18;
IADXToken public immutable ADX;

mapping (address => uint8) public governance;
Expand Down

0 comments on commit 7eb1720

Please sign in to comment.