Skip to content

Commit

Permalink
remove governor role
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Nov 18, 2024
1 parent 991636d commit 41a0fd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/Strategy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ contract DeployStrategy is Script {
// Retrieve environment variables
string memory name = vm.envString("STRATEGY_NAME");
address strategyManagement = vm.envAddress("STRATEGY_MANAGEMENT_ADDRESS");
address newGovernor = vm.envAddress("NEW_GOVERNOR");
bool isTest = vm.envBool("IS_TEST");


Expand Down

0 comments on commit 41a0fd8

Please sign in to comment.