Skip to content

Commit

Permalink
SupplyController update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivshti committed Jul 10, 2023
1 parent 58747ce commit 0a7884b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/SupplyController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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 and 2 we count as burned from the flash pool
uint public immutable BURNED_MIN = 47000000 * 1e18;
// add another 2M + 2M that the company burned
uint public immutable BURNED_MIN = 49000000 * 1e18;
IADXToken public immutable ADX;

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

0 comments on commit 0a7884b

Please sign in to comment.