Skip to content

Commit

Permalink
fix json flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Oct 3, 2023
1 parent 10a2acd commit 0ff739e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/cctx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { trackCCTX } from "../helpers";
declare const hre: any;

const main = async (args: any, hre: HardhatRuntimeEnvironment) => {
await trackCCTX(args.tx);
await trackCCTX(args.tx, args.json);
};

export const cctxTask = task(
Expand Down

0 comments on commit 0ff739e

Please sign in to comment.