Skip to content

Commit c4a9357

Browse files
fix: pass ipfsNodeURL to iexec instance
1 parent 094df1e commit c4a9357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sdk/src/lib/IExecDataProtectorModule.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ abstract class IExecDataProtectorModule {
118118
{ ethProvider: this.ethProvider },
119119
{
120120
ipfsGatewayURL: ipfsGateway,
121+
ipfsNodeURL: ipfsNode,
121122
...this.options?.iexecOptions,
122123
allowExperimentalNetworks: this.options.allowExperimentalNetworks,
123124
}

0 commit comments

Comments
 (0)