@pendle/sdk-boros 0.3.13 → 0.3.15
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.
- package/dist/entities/Distributor/index.d.ts +1 -0
- package/dist/entities/Distributor/index.js +3 -0
- package/dist/entities/Distributor/index.js.map +1 -1
- package/dist/entities/Distributor/metadata.d.ts +14 -0
- package/dist/entities/Distributor/metadata.js +15 -1
- package/dist/entities/Distributor/metadata.js.map +1 -1
- package/package.json +1 -1
|
@@ -14,6 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.PENDLE_INCENTIVE_TOKEN = void 0;
|
|
17
18
|
__exportStar(require("./distributor"), exports);
|
|
18
19
|
__exportStar(require("./constants"), exports);
|
|
20
|
+
var metadata_1 = require("./metadata");
|
|
21
|
+
Object.defineProperty(exports, "PENDLE_INCENTIVE_TOKEN", { enumerable: true, get: function () { return metadata_1.PENDLE_INCENTIVE_TOKEN; } });
|
|
19
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/entities/Distributor/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/entities/Distributor/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,8CAA4B;AAC5B,uCAAoD;AAA3C,kHAAA,sBAAsB,OAAA"}
|
|
@@ -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"}
|