File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 } ) ;
You can’t perform that action at this time.
0 commit comments