Skip to content

Commit 8d5e2c3

Browse files
committed
reverted again
1 parent a988338 commit 8d5e2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function waitForTransaction(tx, signer, txName, txMode = TX_MODE_IN_BLOCK) {
8181
});
8282
}
8383

84-
export async function fetchCid(httpIpfsApi, cid, maxRetries = 10, initialDelay = 2000) {
84+
export async function fetchCid(httpIpfsApi, cid) {
8585
const contentUrl = `${httpIpfsApi}/ipfs/${cid.toString()}`;
8686
console.log('⬇️ Downloading the full content (no chunking) by cid from url: ', contentUrl);
8787
const res = await fetch(contentUrl);

0 commit comments

Comments
 (0)