@pendle/sdk-boros 0.4.18 → 0.4.19

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.
@@ -39,8 +39,8 @@ export declare const PROD_ADDRESSES_CONFIG: {
39
39
  readonly EXPLORER_CONTRACT_ADDRESS: "0x40808080804111c374C8F1dc78b13FB57Df93197";
40
40
  readonly CHAIN_ID: 42161;
41
41
  readonly MULTI_TOKEN_MERKLE_DISTRIBUTOR_ADDRESS: "0x580bd289c25e7f254634e6ad8a95d631393c7172";
42
- readonly MAKER_INCENTIVE_MERKLE_DISTRIBUTOR_ADDRESS: "0xAe94ccf0Cc9E6A783bc5ec3515f745bFaF68960A";
43
- readonly LP_REWARDS_MERKLE_DISTRIBUTOR_ADDRESS: "0x5fa1be763d5eb2cb4df90f557468421bd7f27fbf";
42
+ readonly MAKER_INCENTIVE_MERKLE_DISTRIBUTOR_ADDRESS: "0xD0808080803c59dBF8825290bca8979786C2d65B";
43
+ readonly LP_REWARDS_MERKLE_DISTRIBUTOR_ADDRESS: "0xD180808080402FE41711Db560B8db5C41e21Df71";
44
44
  };
45
45
  export declare const DEV_ADDRESSES_CONFIG: {
46
46
  readonly ROUTER_ADDRESS: "0x17386DF702Cc9ec208669aB3ca5b49abE5a26dF3";
package/dist/addresses.js CHANGED
@@ -14,8 +14,8 @@ const PROD_ADDRESSES = {
14
14
  EXPLORER_CONTRACT_ADDRESS: '0x40808080804111c374C8F1dc78b13FB57Df93197',
15
15
  CHAIN_ID: 42161,
16
16
  MULTI_TOKEN_MERKLE_DISTRIBUTOR_ADDRESS: '0x580bd289c25e7f254634e6ad8a95d631393c7172',
17
- MAKER_INCENTIVE_MERKLE_DISTRIBUTOR_ADDRESS: '0xAe94ccf0Cc9E6A783bc5ec3515f745bFaF68960A',
18
- LP_REWARDS_MERKLE_DISTRIBUTOR_ADDRESS: '0x5fa1be763d5eb2cb4df90f557468421bd7f27fbf',
17
+ MAKER_INCENTIVE_MERKLE_DISTRIBUTOR_ADDRESS: '0xD0808080803c59dBF8825290bca8979786C2d65B',
18
+ LP_REWARDS_MERKLE_DISTRIBUTOR_ADDRESS: '0xD180808080402FE41711Db560B8db5C41e21Df71',
19
19
  };
20
20
  const DEV_ADDRESSES = {
21
21
  ROUTER_ADDRESS: '0x17386DF702Cc9ec208669aB3ca5b49abE5a26dF3',
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": "0.4.18",
5
+ "version": "0.4.19",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "files": [