Skip to content

Commit

Permalink
fix: minors deps missing
Browse files Browse the repository at this point in the history
  • Loading branch information
petrovska-petro committed Apr 18, 2024
1 parent 8024532 commit db6cfa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/GnosisPayInfraDeployment.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {console} from "forge-std/Test.sol";

import {Delay} from "@delay-module/Delay.sol";
import {Roles} from "@roles-module/Roles.sol";
import {Bouncer} from "@gnosispay-kit/Bouncer.sol";

import {RoboSaverVirtualModule} from "../src/RoboSaverVirtualModule.sol";

Expand Down Expand Up @@ -61,7 +62,7 @@ contract GnosisPayInfraDeployment is Script {
bouncerContract = new Bouncer(GNOSIS_SAFE, address(rolesModule), SET_ALLOWANCE_SELECTOR);

// 4. {RoboSaverVirtualModule}
roboModule = new RoboSaverVirtualModule(address(delayModule), address(rolesModule), TOP_UP_AGENT);
roboModule = new RoboSaverVirtualModule(address(delayModule), address(rolesModule), TRADER_AGENT);

// 5. {Allowance config}
rolesModule.setAllowance(
Expand Down

0 comments on commit db6cfa7

Please sign in to comment.