@pendle/sdk-boros 0.3.13 → 0.3.14

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.
@@ -12,3 +12,17 @@ export declare const PENDLE_TOKEN: {
12
12
  isWhitelisted: boolean;
13
13
  };
14
14
  };
15
+ export declare const PENDLE_INCENTIVE_TOKEN: {
16
+ address: string;
17
+ symbol: string;
18
+ name: string;
19
+ decimals: number;
20
+ metadata: {
21
+ proSymbol: string;
22
+ icon: string;
23
+ monoIcon: string;
24
+ avatar: string;
25
+ accentColor: null;
26
+ isWhitelisted: boolean;
27
+ };
28
+ };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PENDLE_TOKEN = void 0;
3
+ exports.PENDLE_INCENTIVE_TOKEN = exports.PENDLE_TOKEN = void 0;
4
4
  exports.PENDLE_TOKEN = {
5
5
  address: '0x0c880f6761f1af8d9aa9c466984b80dab9a8c9e8',
6
6
  symbol: 'PENDLE',
@@ -15,4 +15,18 @@ exports.PENDLE_TOKEN = {
15
15
  "isWhitelisted": true
16
16
  }
17
17
  };
18
+ exports.PENDLE_INCENTIVE_TOKEN = {
19
+ address: '0x5d768462c05018709eb55cb5c56ddff8e9dfeb62',
20
+ symbol: 'PENDLE',
21
+ name: 'Pendle Incentive',
22
+ decimals: 18,
23
+ metadata: {
24
+ "proSymbol": "PENDLE",
25
+ "icon": "https://storage.googleapis.com/prod-pendle-bucket-a/images/assets/pro/ea33e392-1876-46a5-b7ce-c8434b5a7e71.svg",
26
+ "monoIcon": "https://storage.googleapis.com/prod-pendle-bucket-a/images/assets/pro/ea33e392-1876-46a5-b7ce-c8434b5a7e71.svg",
27
+ "avatar": "https://storage.googleapis.com/prod-pendle-bucket-a/images/assets/pro/ea33e392-1876-46a5-b7ce-c8434b5a7e71.svg",
28
+ "accentColor": null,
29
+ "isWhitelisted": true
30
+ }
31
+ };
18
32
  //# sourceMappingURL=metadata.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"metadata.js","sourceRoot":"","sources":["../../../src/entities/Distributor/metadata.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG;IACxB,OAAO,EAAE,4CAA4C;IACrD,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,EAAE;IACZ,QAAQ,EAAE;QACN,WAAW,EAAE,QAAQ;QACrB,MAAM,EAAE,gHAAgH;QACxH,UAAU,EAAE,gHAAgH;QAC5H,QAAQ,EAAE,gHAAgH;QAC1H,aAAa,EAAE,IAAI;QACnB,eAAe,EAAE,IAAI;KACxB;CACJ,CAAA"}
1
+ {"version":3,"file":"metadata.js","sourceRoot":"","sources":["../../../src/entities/Distributor/metadata.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG;IACxB,OAAO,EAAE,4CAA4C;IACrD,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,EAAE;IACZ,QAAQ,EAAE;QACN,WAAW,EAAE,QAAQ;QACrB,MAAM,EAAE,gHAAgH;QACxH,UAAU,EAAE,gHAAgH;QAC5H,QAAQ,EAAE,gHAAgH;QAC1H,aAAa,EAAE,IAAI;QACnB,eAAe,EAAE,IAAI;KACxB;CACJ,CAAA;AAEY,QAAA,sBAAsB,GAAG;IAClC,OAAO,EAAE,4CAA4C;IACrD,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,kBAAkB;IACxB,QAAQ,EAAE,EAAE;IACZ,QAAQ,EAAE;QACN,WAAW,EAAE,QAAQ;QACrB,MAAM,EAAE,gHAAgH;QACxH,UAAU,EAAE,gHAAgH;QAC5H,QAAQ,EAAE,gHAAgH;QAC1H,aAAa,EAAE,IAAI;QACnB,eAAe,EAAE,IAAI;KACxB;CACJ,CAAA"}
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.3.13",
5
+ "version": "0.3.14",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "files": [