Skip to content

Commit 2475a96

Browse files
committed
fix: add TODO comment to remove hardcoded IPFS node in Web3telegram initialization
1 parent e32baeb commit 2475a96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/externals/iexecSdkClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export async function initIExecSDKs({ connector }: { connector?: Connector }) {
6969
});
7070
WEB3MAIL_CLIENT_RESOLVES.length = 0;
7171

72+
//TODO: Remove hardcoded IPFS node when new IExecWeb3telegram version is released
7273
iExecWeb3telegram = new IExecWeb3telegram(provider, {
7374
ipfsNode: 'https://ipfs-upload.v8-bellecour.iex.ec',
7475
});

0 commit comments

Comments
 (0)