Skip to content

Commit

Permalink
fix: Reduce LINK amount so its enough in treasury
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Jan 19, 2024
1 parent dab9aa1 commit e1c7f56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ contract Gho_GHOStabilityModule_20240119 is IProposalGenericExecutor {
uint128 public constant GSM_USDT_BUCKET_CAPACITY = 500_000e18;

address public constant ROBOT_OPERATOR = 0x020E452b463568f55BAc6Dc5aFC8F0B62Ea5f0f3;
uint96 public constant LINK_AMOUNT_ORACLE_FREEZER_KEEPER = 100 ether;
uint96 public constant LINK_AMOUNT_ORACLE_FREEZER_KEEPER = 80 ether;
uint96 public constant TOTAL_LINK_AMOUNT_KEEPERS = LINK_AMOUNT_ORACLE_FREEZER_KEEPER * 2; // 2 GSMs
uint32 public constant KEEPER_GAS_LIMIT = 150_000;

Expand Down

0 comments on commit e1c7f56

Please sign in to comment.