diff --git a/contracts/deploy/base/017_upgrade_amo.js b/contracts/deploy/base/017_upgrade_amo.js index 7e80545ba5..109505738f 100644 --- a/contracts/deploy/base/017_upgrade_amo.js +++ b/contracts/deploy/base/017_upgrade_amo.js @@ -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.