Skip to content

Commit

Permalink
change for initializeCompute V2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Nov 12, 2024
1 parent 19c36fb commit 4bda365
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,9 @@ export class Commands {
}
assets.push({
documentId: ddos[dataDdo].id,
serviceId: ddos[dataDdo].services[0].id,
serviceId: ddos[dataDdo].services[0].id
});

}

console.log("Starting compute job using provider: ", providerURI);
Expand All @@ -346,7 +347,7 @@ export class Commands {
computeEnv.id,
computeValidUntil,
providerURI,
await this.signer.getAddress()
this.signer // V1 was this.signer.getAddress()
);
if (
!providerInitializeComputeJob ||
Expand Down

0 comments on commit 4bda365

Please sign in to comment.