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 a1eadf4 commit e32baebCopy full SHA for e32baeb
src/externals/iexecSdkClient.ts
@@ -69,7 +69,9 @@ export async function initIExecSDKs({ connector }: { connector?: Connector }) {
69
});
70
WEB3MAIL_CLIENT_RESOLVES.length = 0;
71
72
- iExecWeb3telegram = new IExecWeb3telegram(provider);
+ iExecWeb3telegram = new IExecWeb3telegram(provider, {
73
+ ipfsNode: 'https://ipfs-upload.v8-bellecour.iex.ec',
74
+ });
75
WEB3TELEGRAM_CLIENT_RESOLVES.forEach((resolve) => {
76
return resolve(iExecWeb3telegram);
77
0 commit comments