@pendle/sdk-boros 1.0.13-cross-deposit-1 → 1.0.13-cross-deposit-2

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.
@@ -60,6 +60,6 @@ export declare const DEV_ADDRESSES_CONFIG: {
60
60
  readonly REFERRAL_MERKLE_DISTRIBUTOR_ADDRESS: "0x8Ba866001EbCf7b81a2B7CBdD3D4242e6e94262E";
61
61
  readonly MAKER_INCENTIVE_MERKLE_DISTRIBUTOR_ADDRESS: "0xAe94ccf0Cc9E6A783bc5ec3515f745bFaF68960A";
62
62
  readonly LP_REWARDS_MERKLE_DISTRIBUTOR_ADDRESS: "0x5fa1be763d5eb2cb4df90f557468421bd7f27fbf";
63
- readonly SWAP_EXECUTOR_ADDRESS: "0x2Ef46CA0ae57f424d5aAD1d3972B3bd6b7dabB98";
63
+ readonly SWAP_EXECUTOR_ADDRESS: "0x930C98c95962Af1fA1d55b177370AA8941819c81";
64
64
  readonly DEPOSIT_BOX_CODE_HASH: "0x50c3a57a6207df4e2f809e270419e0adc0cb12692c2f05b29572e42fee411159";
65
65
  };
package/dist/addresses.js CHANGED
@@ -32,7 +32,7 @@ const DEV_ADDRESSES = {
32
32
  REFERRAL_MERKLE_DISTRIBUTOR_ADDRESS: '0x8Ba866001EbCf7b81a2B7CBdD3D4242e6e94262E',
33
33
  MAKER_INCENTIVE_MERKLE_DISTRIBUTOR_ADDRESS: '0xAe94ccf0Cc9E6A783bc5ec3515f745bFaF68960A',
34
34
  LP_REWARDS_MERKLE_DISTRIBUTOR_ADDRESS: '0x5fa1be763d5eb2cb4df90f557468421bd7f27fbf',
35
- SWAP_EXECUTOR_ADDRESS: '0x2Ef46CA0ae57f424d5aAD1d3972B3bd6b7dabB98',
35
+ SWAP_EXECUTOR_ADDRESS: '0x930C98c95962Af1fA1d55b177370AA8941819c81',
36
36
  DEPOSIT_BOX_CODE_HASH: '0x50c3a57a6207df4e2f809e270419e0adc0cb12692c2f05b29572e42fee411159',
37
37
  };
38
38
  const getRouterAddress = () => {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@pendle/sdk-boros",
3
3
  "description": "Pendle SDK for Boros",
4
4
  "license": "MIT",
5
- "version": "1.0.13-cross-deposit-1",
5
+ "version": "1.0.13-cross-deposit-2",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "files": [