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.
2 parents 89390e2 + 84feb1e commit a3a17acCopy full SHA for a3a17ac
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hypercerts-org/sdk",
3
- "version": "2.1.1",
+ "version": "2.2.0",
4
"description": "SDK for hypercerts protocol",
5
"repository": "[email protected]:hypercerts-org/hypercerts-sdk.git",
6
"author": "Hypercerts team",
src/utils/fetchers.ts
@@ -50,7 +50,7 @@ const getNftStorageGatewayUri = (cidOrIpfsUri: string) => {
50
};
51
52
const getWeb3UpGatewayUri = (cidOrIpfsUri: string) => {
53
- const WEB3_STORAGE_IPFS_GATEWAY = "https://w3s.link/ipfs/{cid}";
+ const WEB3_STORAGE_IPFS_GATEWAY = "https://{cid}.ipfs.w3s.link/";
54
return WEB3_STORAGE_IPFS_GATEWAY.replace("{cid}", getCid(cidOrIpfsUri));
55
56
0 commit comments