Skip to content

Commit 0d1237b

Browse files
committed
fix: add TODO comments to remove allowExperimentalNetworks in next SDK update
1 parent 690cf69 commit 0d1237b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/externals/iexecSdkClient.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export async function initIExecSDKs({ connector }: { connector?: Connector }) {
4646
return;
4747
}
4848

49+
// TODO: remove allowExperimentalNetworks in next sdk update
4950
const dataProtectorParent = new IExecDataProtector(provider, {
5051
allowExperimentalNetworks: true,
5152
});
@@ -65,6 +66,7 @@ export async function initIExecSDKs({ connector }: { connector?: Connector }) {
6566
});
6667
DATA_PROTECTOR_SHARING_CLIENT_RESOLVES.length = 0;
6768

69+
// TODO: remove allowExperimentalNetworks in next sdk update
6870
iExecWeb3mail = new IExecWeb3mail(provider, {
6971
allowExperimentalNetworks: true,
7072
});
@@ -73,6 +75,7 @@ export async function initIExecSDKs({ connector }: { connector?: Connector }) {
7375
});
7476
WEB3MAIL_CLIENT_RESOLVES.length = 0;
7577

78+
// TODO: remove allowExperimentalNetworks in next sdk update
7679
iExecWeb3telegram = new IExecWeb3telegram(provider, {
7780
allowExperimentalNetworks: true,
7881
});

0 commit comments

Comments
 (0)