Skip to content

Commit

Permalink
feat: update unlocker argument
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
  • Loading branch information
md0x committed Feb 7, 2024
1 parent 38f2504 commit 2a9edbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/HoneyPot.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ contract HoneyPotDeploymentScript is Script {
address chainlink = vm.envAddress("SOURCE_ADDRESS");
uint256 lockWindow = vm.envUint("LOCK_WINDOW");
uint256 maxTraversal = vm.envUint("MAX_TRAVERSAL");
address unlocker = vm.envAddress("UNLOCKERS");
address unlocker = vm.envAddress("UNLOCKER");
address[] memory unlockers = new address[](1);
unlockers[0] = unlocker;

Expand Down

0 comments on commit 2a9edbe

Please sign in to comment.