@ape.swap/bonds-sdk 4.5.0-test.2 → 4.5.0-test.4

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
@@ -21905,7 +21905,7 @@ const SoulZapTokenManager = {
21905
21905
  };
21906
21906
  const ACF_TO_ABOND = '0xEce2b9C3704632Ce760271B0b84E3A4A698Ca962';
21907
21907
  const LENS_CONTRACT = {
21908
- [main.ChainId.BSC]: '0x0e9CE7c69F8e4d732D2b8a15570BAa1446B72127',
21908
+ [main.ChainId.BSC]: '0x6Fb7A34A271cc0F4016db6A3BAA6206757a9a164', // prod
21909
21909
  };
21910
21910
 
21911
21911
  var bn$1 = {exports: {}};
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": "4.5.0-test.2",
6
+ "version": "4.5.0-test.4",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",