@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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -64318,7 +64318,7 @@ function cleanLink(linkToClean) {
|
|
|
64318
64318
|
|
|
64319
64319
|
var split = cleanedLink.split('/ipfs/');
|
|
64320
64320
|
var ipfsLink = split[split.length - 1];
|
|
64321
|
-
cleanedLink = '//
|
|
64321
|
+
cleanedLink = '//ipfs.io/ipfs/' + ipfsLink;
|
|
64322
64322
|
return cleanedLink;
|
|
64323
64323
|
}
|
|
64324
64324
|
|