Skip to content

Commit

Permalink
update ipfs gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanrikulu committed Sep 26, 2024
1 parent 4c81390 commit 1b234bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ for (let ens of ensNames) {
.then(metadata => {
const avatar = avtUtils.getImageURI({
metadata,
gateways: { ipfs: 'https://cloudflare-ipfs.com' },
gateways: { ipfs: 'https://ipfs.io' },
});
createImage(ens, avatar);
})
Expand Down

0 comments on commit 1b234bb

Please sign in to comment.