Skip to content

Commit

Permalink
feat: remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Jun 13, 2024
1 parent 3158f48 commit fe188ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions scripts/DeployAgTokenSideChainMultiBridge.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ contract DeployAgTokenSideChainMultiBridge is Script, CommonUtils {

// add real governor
if (vm.envBool("FINALIZE")) {
address realGovernor = vm.envOr(
"REAL_GOVERNOR",
_chainToContract(chainId, ContractType.GovernorMultisig)
);
ICoreBorrow(coreBorrow).removeGovernor(deployer);
}
}
Expand Down
4 changes: 0 additions & 4 deletions scripts/DeployAngleSideChainMultiBridge.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ contract DeployAngleSideChainMultiBridge is Script, CommonUtils {

// add real governor
if (vm.envBool("FINALIZE")) {
address realGovernor = vm.envOr(
"REAL_GOVERNOR",
_chainToContract(chainId, ContractType.GovernorMultisig)
);
ICoreBorrow(coreBorrow).removeGovernor(deployer);
}
}
Expand Down

0 comments on commit fe188ad

Please sign in to comment.