diff --git a/src/provider/Provider.ts b/src/provider/Provider.ts index 2a6dc6ff..e183a7e7 100644 --- a/src/provider/Provider.ts +++ b/src/provider/Provider.ts @@ -290,10 +290,10 @@ export class Provider { did: string, consumerAddress: string, algorithm: ComputeAlgorithm, - output?: ComputeOutput, providerUri: string, web3: Web3, - fetchMethod: any + fetchMethod: any, + output?: ComputeOutput ): Promise { const providerEndpoints = await this.getEndpoints(providerUri, fetchMethod) const serviceEndpoints = await this.getServiceEndpoints( @@ -411,10 +411,10 @@ export class Provider { public async computeStatus( did: string, consumerAddress: string, - jobId?: string, providerUri: string, web3: Web3, - fetchMethod: any + fetchMethod: any, + jobId?: string ): Promise { const providerEndpoints = await this.getEndpoints(providerUri, fetchMethod) const serviceEndpoints = await this.getServiceEndpoints(