diff --git a/contracts/deploy/base/017_upgrade_amo.js b/contracts/deploy/base/017_upgrade_amo.js index 1154fe4bb2..7e80545ba5 100644 --- a/contracts/deploy/base/017_upgrade_amo.js +++ b/contracts/deploy/base/017_upgrade_amo.js @@ -46,19 +46,19 @@ module.exports = deployOnBaseWithGuardian( signature: "setAutoAllocateThreshold(uint256)", args: [utils.parseUnits("0", 18)], }, - { - // 3. set that 0.04% (4 basis points) of Vualt TVL triggers the allocation. - // At the time of writing this is ~53 ETH - contract: cOETHbVault, - signature: "setVaultBuffer(uint256)", - args: [utils.parseUnits("4", 14)], - }, // { - // // 3. for now disable allocating weth + // // 3. set that 0.04% (4 basis points) of Vualt TVL triggers the allocation. + // // At the time of writing this is ~53 ETH // contract: cOETHbVault, // signature: "setVaultBuffer(uint256)", - // args: [utils.parseUnits("1", 18)], + // args: [utils.parseUnits("4", 14)], // }, + { + // 3. for now disable allocating weth + contract: cOETHbVault, + signature: "setVaultBuffer(uint256)", + args: [utils.parseUnits("1", 18)], + }, { // 4. set aerodrome AMO as WETH asset default strategy contract: cOETHbVault,