Skip to content

Commit

Permalink
chore: fix whitelistSender task (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
npty authored Sep 1, 2023
1 parent 6c72d8a commit 878a9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/whitelistProposalSender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {

task('whitelistSender', 'Whitelist proposal sender')
.addPositionalParam('sourceChain')
.addOptionalParam('sourceSender')
.addPositionalParam('sourceSender')
.setAction(async (taskArgs, hre) => {
const { sourceChain, sourceSender } = taskArgs;
const ethers = hre.ethers;
Expand Down

0 comments on commit 878a9f5

Please sign in to comment.