@sonarwatch/portfolio-plugins 0.11.161 → 0.11.162
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.11.162](https://github.com/sonarwatch/portfolio/compare/plugins-0.11.161...plugins-0.11.162) (2024-04-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.11.161](https://github.com/sonarwatch/portfolio/compare/plugins-0.11.160...plugins-0.11.161) (2024-04-04)
|
|
6
10
|
|
|
7
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sonarwatch/portfolio-plugins",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.162",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"generators": "./generators.json",
|
|
6
6
|
"dependencies": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"web3-v1": "npm:web3@^1.5.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@sonarwatch/portfolio-core": "0.11.
|
|
44
|
+
"@sonarwatch/portfolio-core": "0.11.162"
|
|
45
45
|
},
|
|
46
46
|
"main": "./src/index.js",
|
|
47
47
|
"types": "./src/index.d.ts"
|
|
@@ -10,10 +10,16 @@ const limitFetcher_1 = __importDefault(require("./exchange/limitFetcher"));
|
|
|
10
10
|
const dcaFetcher_1 = __importDefault(require("./exchange/dcaFetcher"));
|
|
11
11
|
const custodiesJob_1 = __importDefault(require("./exchange/custodiesJob"));
|
|
12
12
|
const allocationsFetcher_1 = __importDefault(require("./launchpad/allocationsFetcher"));
|
|
13
|
+
const constants_1 = require("./launchpad/constants");
|
|
13
14
|
const voteFetcher_1 = __importDefault(require("./governance/voteFetcher"));
|
|
15
|
+
const constants_2 = require("./governance/constants");
|
|
14
16
|
const pricingJob_1 = __importDefault(require("./pricingJob"));
|
|
15
|
-
const
|
|
16
|
-
exports.platforms = [
|
|
17
|
+
const constants_3 = require("./exchange/constants");
|
|
18
|
+
exports.platforms = [
|
|
19
|
+
constants_3.jupiterPlatform,
|
|
20
|
+
constants_2.jupGovernancePlatform,
|
|
21
|
+
constants_1.jupLaunchpadPlatform,
|
|
22
|
+
];
|
|
17
23
|
exports.jobs = [custodiesJob_1.default, pricingJob_1.default];
|
|
18
24
|
exports.fetchers = [
|
|
19
25
|
perpetualFetcher_1.default,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/jupiter/index.ts"],"names":[],"mappings":";;;;;;AAGA,mFAA2D;AAC3D,yFAAiE;AACjE,2EAAmD;AACnD,uEAA+C;AAC/C,2EAAmD;AAEnD,wFAA+D;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/jupiter/index.ts"],"names":[],"mappings":";;;;;;AAGA,mFAA2D;AAC3D,yFAAiE;AACjE,2EAAmD;AACnD,uEAA+C;AAC/C,2EAAmD;AAEnD,wFAA+D;AAC/D,qDAA6D;AAE7D,2EAAmD;AACnD,sDAA+D;AAE/D,8DAAsC;AACtC,oDAAuD;AAE1C,QAAA,SAAS,GAAe;IACnC,2BAAe;IACf,iCAAqB;IACrB,gCAAoB;CACrB,CAAC;AACW,QAAA,IAAI,GAAU,CAAC,sBAAY,EAAE,oBAAU,CAAC,CAAC;AACzC,QAAA,QAAQ,GAAc;IACjC,0BAAgB;IAChB,6BAAmB;IACnB,sBAAY;IACZ,oBAAU;IACV,4BAAiB;IACjB,qBAAW;CACZ,CAAC"}
|