Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Oct 23, 2024
1 parent b0f8070 commit bc491c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/msgport/OneClick.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import "./Connect.s.sol";
import "../self/SwapOwner.s.sol";

contract OneClickScript is ConnectScript {
SwapOwnerScript swap = new SwapOwnerScript();

function run() public override sphinx {
deploy.run();
super.run();

SwapOwnerScript swap = new SwapOwnerScript();
swap.run();
}
}

0 comments on commit bc491c4

Please sign in to comment.