Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrowDom committed Oct 3, 2024
1 parent 8b5c161 commit 74b0970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/deploy/base/017_upgrade_amo.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ module.exports = deployOnBaseWithGuardian(
args: [],
},
{
// 2. set auto allocate threshold to 0
// 2. set auto allocate threshold to 1 - gas is cheap
contract: cOETHbVault,
signature: "setAutoAllocateThreshold(uint256)",
args: [utils.parseUnits("0", 18)],
args: [utils.parseUnits("1", 18)],
},
// {
// // 3. set that 0.04% (4 basis points) of Vualt TVL triggers the allocation.
Expand Down

0 comments on commit 74b0970

Please sign in to comment.