Skip to content

Commit

Permalink
do not turn on auto allocate during vault deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Nov 22, 2024
1 parent 94b945a commit c80ca16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions script/VaultManagement.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ contract SetupVaultManagement is Script {
vault.set_use_default_queue(true);
console.log("set use default queue to true");

vault.set_auto_allocate(true);
console.log("set auto allocate to true");

// Transfer management
_transferVaultManagement();
}
Expand Down

0 comments on commit c80ca16

Please sign in to comment.