@ape.swap/bonds-sdk 2.6.1-3.testshare.5 → 2.6.1-3.testshare.6
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -72125,7 +72125,7 @@ function checkImageExists(fileName) {
|
|
|
72125
72125
|
return __awaiter$9(this, void 0, void 0, function* () {
|
|
72126
72126
|
let existImg = true;
|
|
72127
72127
|
try {
|
|
72128
|
-
yield axios.get(`https://res.cloudinary.com/
|
|
72128
|
+
yield axios.get(`https://res.cloudinary.com/dtlafxop8/image/upload/v1/bond_share/${fileName}.jpg`);
|
|
72129
72129
|
}
|
|
72130
72130
|
catch (e) {
|
|
72131
72131
|
existImg = false;
|