Skip to content

Commit

Permalink
chore: remove default parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujia6139 committed Oct 24, 2023
1 parent 13add06 commit d0dd0bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tasks/upgrade/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,7 @@ task("upgrade:pool-position-mover", "upgrade pool position mover")
});

task("upgrade:pool-aa-position-mover", "upgrade pool aa position mover")
.addPositionalParam(
"oldPoolAAPositionMover",
"old pool aa position mover",
"0xc32d1B150E12eFc4e2b3C3AF7A60800133f20485"
)
.addPositionalParam("oldPoolAAPositionMover", "old pool aa position mover")
.setAction(async ({oldPoolAAPositionMover}, DRE) => {
const {upgradePoolAAPositionMover} = await import(
"../../scripts/upgrade/pool"
Expand Down

0 comments on commit d0dd0bb

Please sign in to comment.