@ethereansos/interfaces-core 0.4.150 → 0.4.151

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -64306,7 +64306,7 @@ function cleanLink(linkToClean) {
64306
64306
 
64307
64307
  var split = cleanedLink.split('/ipfs/');
64308
64308
  var ipfsLink = split[split.length - 1];
64309
- cleanedLink = '//gateway.ipfs.io/ipfs/' + ipfsLink;
64309
+ cleanedLink = '//ipfs.io/ipfs/' + ipfsLink;
64310
64310
  return cleanedLink;
64311
64311
  }
64312
64312