Skip to content

Commit

Permalink
fix: mainnet flag in hardhat cctx
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Aug 6, 2024
1 parent f0bf8b1 commit c766b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/cctx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ export const cctxTask = task(
)
.addPositionalParam("tx", "Hash of an inbound or a cross-chain transaction")
.addFlag("json", "Output as JSON")
.addOptionalParam("type", "Testnet or mainnet", "testnet");
.addFlag("mainnet", "Run the task on mainnet");

0 comments on commit c766b1b

Please sign in to comment.