diff --git a/tasks/cctx.ts b/tasks/cctx.ts index 7195c4c0..c716e2e0 100644 --- a/tasks/cctx.ts +++ b/tasks/cctx.ts @@ -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(