We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32baeb commit 2475a96Copy full SHA for 2475a96
src/externals/iexecSdkClient.ts
@@ -69,6 +69,7 @@ export async function initIExecSDKs({ connector }: { connector?: Connector }) {
69
});
70
WEB3MAIL_CLIENT_RESOLVES.length = 0;
71
72
+ //TODO: Remove hardcoded IPFS node when new IExecWeb3telegram version is released
73
iExecWeb3telegram = new IExecWeb3telegram(provider, {
74
ipfsNode: 'https://ipfs-upload.v8-bellecour.iex.ec',
75
0 commit comments