@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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. 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/dswmrqgwy/image/upload/v1/bond_share/${fileName}.jpg`);
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;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "2.6.13.testshare.5",
6
+ "version": "2.6.13.testshare.6",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",