Skip to content

Commit

Permalink
feat: governor and guardian addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Jun 24, 2024
1 parent 5f7275a commit e661aac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/DeployChain.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ contract DeployChain is Script, CommonUtils {
/** TODO complete */
bool mock = vm.envOr("MOCK", false);
address timelock;
address governor;
address guardian;
if (vm.envExists("TIMELOCK")) {
timelock = vm.envAddress("TIMELOCK");
} else {
Expand Down

0 comments on commit e661aac

Please sign in to comment.