Skip to content

Commit e32baeb

Browse files
committed
fix: add IPFS node configuration to Web3Telegram client initialization
1 parent a1eadf4 commit e32baeb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/externals/iexecSdkClient.ts

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

72-
iExecWeb3telegram = new IExecWeb3telegram(provider);
72+
iExecWeb3telegram = new IExecWeb3telegram(provider, {
73+
ipfsNode: 'https://ipfs-upload.v8-bellecour.iex.ec',
74+
});
7375
WEB3TELEGRAM_CLIENT_RESOLVES.forEach((resolve) => {
7476
return resolve(iExecWeb3telegram);
7577
});

0 commit comments

Comments
 (0)