Skip to content

Commit

Permalink
add debt manager role to vault
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Dec 12, 2024
1 parent ab3420f commit 719c53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/VaultManagement.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ contract SetupVaultManagement is Script {
vault.set_use_default_queue(true);
console.log("set use default queue to true");

vault.set_role(strategyAdder, 129);
vault.set_role(strategyAdder, 193);

// Transfer management
_transferVaultManagement();
Expand Down

0 comments on commit 719c53a

Please sign in to comment.