We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe53be commit 3e682f7Copy full SHA for 3e682f7
1 file changed
src/commands.ts
@@ -374,9 +374,11 @@ export class Commands {
374
assets,
375
algo,
376
computeEnv.id,
377
+ null,
378
computeValidUntil,
379
providerURI,
- this.signer // V1 was this.signer.getAddress()
380
+ this.signer,
381
+ null
382
);
383
if (
384
!providerInitializeComputeJob ||
@@ -469,8 +471,10 @@ export class Commands {
469
471
470
472
null,
473
474
475
476
// additionalDatasets, only c2d v1
- output
477
+ output,
478
479
480
console.log("compute jobs: ", computeJobs);
0 commit comments