@sonarwatch/portfolio-plugins 0.8.18 → 0.8.20
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 +8 -0
- package/package.json +2 -2
- package/src/plugins/aave/constants.js +1 -1
- package/src/plugins/aave/constants.js.map +1 -1
- package/src/plugins/aftermath/constants.js +1 -1
- package/src/plugins/aftermath/constants.js.map +1 -1
- package/src/plugins/auxexchange/constants.js +1 -1
- package/src/plugins/auxexchange/constants.js.map +1 -1
- package/src/plugins/bucket/constants.js +1 -1
- package/src/plugins/bucket/constants.js.map +1 -1
- package/src/plugins/cetus/constants.js +1 -1
- package/src/plugins/cetus/constants.js.map +1 -1
- package/src/plugins/drift/constants.js +1 -1
- package/src/plugins/drift/constants.js.map +1 -1
- package/src/plugins/foo/constants.js +2 -0
- package/src/plugins/foo/constants.js.map +1 -1
- package/src/plugins/kamino/constants.js +1 -1
- package/src/plugins/kamino/constants.js.map +1 -1
- package/src/plugins/liquiditypools-sei/constants.js +3 -3
- package/src/plugins/liquiditypools-sei/constants.js.map +1 -1
- package/src/plugins/liquidswap/constants.js +1 -1
- package/src/plugins/liquidswap/constants.js.map +1 -1
- package/src/plugins/maker/constants.js +1 -1
- package/src/plugins/maker/constants.js.map +1 -1
- package/src/plugins/mango/constants.js +1 -1
- package/src/plugins/mango/constants.js.map +1 -1
- package/src/plugins/marginfi/constants.js +1 -1
- package/src/plugins/marginfi/constants.js.map +1 -1
- package/src/plugins/marinade/constants.js +1 -1
- package/src/plugins/marinade/constants.js.map +1 -1
- package/src/plugins/meteora/constants.js +1 -1
- package/src/plugins/meteora/constants.js.map +1 -1
- package/src/plugins/morpho/constants.js +1 -1
- package/src/plugins/morpho/constants.js.map +1 -1
- package/src/plugins/native-stake/constants.js +1 -1
- package/src/plugins/native-stake/constants.js.map +1 -1
- package/src/plugins/navi/constants.js +1 -1
- package/src/plugins/navi/constants.js.map +1 -1
- package/src/plugins/orca/constants.js +1 -1
- package/src/plugins/orca/constants.js.map +1 -1
- package/src/plugins/orders/clobs-solana/constants.js +2 -2
- package/src/plugins/orders/clobs-solana/constants.js.map +1 -1
- package/src/plugins/orders/jupiter/constants.js +1 -1
- package/src/plugins/orders/jupiter/constants.js.map +1 -1
- package/src/plugins/pancakeswap/constants.js +1 -1
- package/src/plugins/pancakeswap/constants.js.map +1 -1
- package/src/plugins/raydium/constants.js +1 -1
- package/src/plugins/raydium/constants.js.map +1 -1
- package/src/plugins/rocket-pool/constants.js +1 -0
- package/src/plugins/rocket-pool/constants.js.map +1 -1
- package/src/plugins/saber/constants.js +1 -1
- package/src/plugins/saber/constants.js.map +1 -1
- package/src/plugins/solend/constants.js +1 -1
- package/src/plugins/solend/constants.js.map +1 -1
- package/src/plugins/staking-aptos/constants.js +1 -1
- package/src/plugins/staking-aptos/constants.js.map +1 -1
- package/src/plugins/tensor/constants.js +1 -1
- package/src/plugins/tensor/constants.js.map +1 -1
- package/src/plugins/thala/constants.js +1 -1
- package/src/plugins/thala/constants.js.map +1 -1
- package/src/plugins/tokens/constants.js +2 -2
- package/src/plugins/tokens/constants.js.map +1 -1
- package/src/plugins/turbos/constants.js +1 -1
- package/src/plugins/turbos/constants.js.map +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,14 @@
|
|
2
2
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
4
4
|
|
5
|
+
## [0.8.20](https://github.com/sonarwatch/portfolio/compare/plugins-0.8.19...plugins-0.8.20) (2023-10-13)
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
## [0.8.19](https://github.com/sonarwatch/portfolio/compare/plugins-0.8.18...plugins-0.8.19) (2023-10-13)
|
10
|
+
|
11
|
+
|
12
|
+
|
5
13
|
## [0.8.18](https://github.com/sonarwatch/portfolio/compare/plugins-0.8.17...plugins-0.8.18) (2023-10-13)
|
6
14
|
|
7
15
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sonarwatch/portfolio-plugins",
|
3
|
-
"version": "0.8.
|
3
|
+
"version": "0.8.20",
|
4
4
|
"type": "commonjs",
|
5
5
|
"generators": "./generators.json",
|
6
6
|
"dependencies": {
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"web3-v1": "npm:web3@^1.5.0"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
39
|
-
"@sonarwatch/portfolio-core": "0.8.
|
39
|
+
"@sonarwatch/portfolio-core": "0.8.20"
|
40
40
|
},
|
41
41
|
"main": "./src/index.js",
|
42
42
|
"types": "./src/index.d.ts"
|
@@ -5,7 +5,7 @@ const portfolio_core_1 = require("@sonarwatch/portfolio-core");
|
|
5
5
|
exports.aavePlatform = {
|
6
6
|
id: 'aave',
|
7
7
|
name: 'AAVE',
|
8
|
-
image: 'https://
|
8
|
+
image: 'https://sonar.watch/img/platforms/aave.png',
|
9
9
|
defiLlamaId: 'parent#aave',
|
10
10
|
};
|
11
11
|
exports.lendingConfigs = new Map([
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/aave/constants.ts"],"names":[],"mappings":";;;AAAA,+DAKoC;AAGvB,QAAA,YAAY,GAAa;IACpC,EAAE,EAAE,MAAM;IACV,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/aave/constants.ts"],"names":[],"mappings":";;;AAAA,+DAKoC;AAGvB,QAAA,YAAY,GAAa;IACpC,EAAE,EAAE,MAAM;IACV,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,4CAA4C;IACnD,WAAW,EAAE,aAAa;CAC3B,CAAC;AAEW,QAAA,cAAc,GAAwC,IAAI,GAAG,CAAC;IACzE;QACE,0BAAS,CAAC,SAAS;QACnB;YACE;gBACE,OAAO,EAAE,yBAAQ,CAAC,SAAS,CAAC,OAAO;gBACnC,SAAS,EAAE,0BAAS,CAAC,SAAS;gBAC9B,WAAW,EAAE,SAAS;gBACtB,0BAA0B,EACxB,4CAA4C;gBAC9C,8BAA8B,EAC5B,4CAA4C;gBAC9C,yBAAyB,EAAE,4CAA4C;aACxE;YACD;gBACE,OAAO,EAAE,yBAAQ,CAAC,SAAS,CAAC,OAAO;gBACnC,SAAS,EAAE,0BAAS,CAAC,SAAS;gBAC9B,WAAW,EAAE,SAAS;gBACtB,0BAA0B,EACxB,4CAA4C;gBAC9C,8BAA8B,EAC5B,4CAA4C;gBAC9C,yBAAyB,EAAE,4CAA4C;aACxE;SACF;KACF;IACD;QACE,0BAAS,CAAC,OAAO;QACjB;YACE;gBACE,OAAO,EAAE,yBAAQ,CAAC,OAAO,CAAC,OAAO;gBACjC,SAAS,EAAE,0BAAS,CAAC,OAAO;gBAC5B,WAAW,EAAE,SAAS;gBACtB,0BAA0B,EACxB,4CAA4C;gBAC9C,8BAA8B,EAC5B,4CAA4C;gBAC9C,yBAAyB,EAAE,4CAA4C;aACxE;YACD;gBACE,OAAO,EAAE,yBAAQ,CAAC,OAAO,CAAC,OAAO;gBACjC,SAAS,EAAE,0BAAS,CAAC,OAAO;gBAC5B,WAAW,EAAE,SAAS;gBACtB,0BAA0B,EACxB,4CAA4C;gBAC9C,8BAA8B,EAC5B,4CAA4C;gBAC9C,yBAAyB,EAAE,4CAA4C;aACxE;SACF;KACF;IACD;QACE,0BAAS,CAAC,QAAQ;QAClB;YACE;gBACE,OAAO,EAAE,yBAAQ,CAAC,QAAQ,CAAC,OAAO;gBAClC,SAAS,EAAE,0BAAS,CAAC,QAAQ;gBAC7B,WAAW,EAAE,cAAc;gBAC3B,0BAA0B,EACxB,4CAA4C;gBAC9C,8BAA8B,EAC5B,4CAA4C;gBAC9C,yBAAyB,EAAE,4CAA4C;aACxE;YACD;gBACE,OAAO,EAAE,yBAAQ,CAAC,QAAQ,CAAC,OAAO;gBAClC,SAAS,EAAE,0BAAS,CAAC,QAAQ;gBAC7B,WAAW,EAAE,aAAa;gBAC1B,0BAA0B,EACxB,4CAA4C;gBAC9C,8BAA8B,EAC5B,4CAA4C;gBAC9C,yBAAyB,EAAE,4CAA4C;aACxE;YACD;gBACE,OAAO,EAAE,yBAAQ,CAAC,QAAQ,CAAC,OAAO;gBAClC,SAAS,EAAE,0BAAS,CAAC,QAAQ;gBAC7B,WAAW,EAAE,aAAa;gBAC1B,0BAA0B,EACxB,4CAA4C;gBAC9C,8BAA8B,EAC5B,4CAA4C;gBAC9C,yBAAyB,EAAE,4CAA4C;aACxE;SACF;KACF;CACF,CAAC,CAAC;AAEU,QAAA,UAAU,GAAG,MAAM,CAAC"}
|
@@ -5,7 +5,7 @@ exports.platformId = 'aftermath';
|
|
5
5
|
exports.aftermathPlatform = {
|
6
6
|
id: 'aftermath',
|
7
7
|
name: 'Aftermath',
|
8
|
-
image: 'https://
|
8
|
+
image: 'https://sonar.watch/img/platforms/aftermath.png',
|
9
9
|
defiLlamaId: 'aftermath-finance',
|
10
10
|
};
|
11
11
|
exports.lpCoinsTable = '0x7f3bb65251feccacc7f48461239be1008233b85594114f7bf304e5e5b340bf59';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/aftermath/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,WAAW,CAAC;AAEzB,QAAA,iBAAiB,GAAa;IACzC,EAAE,EAAE,WAAW;IACf,IAAI,EAAE,WAAW;IACjB,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/aftermath/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,WAAW,CAAC;AAEzB,QAAA,iBAAiB,GAAa;IACzC,EAAE,EAAE,WAAW;IACf,IAAI,EAAE,WAAW;IACjB,KAAK,EAAE,iDAAiD;IACxD,WAAW,EAAE,mBAAmB;CACjC,CAAC;AAEW,QAAA,YAAY,GACvB,oEAAoE,CAAC"}
|
@@ -6,7 +6,7 @@ exports.platformId = 'auxexchange';
|
|
6
6
|
exports.auxExchangePlatform = {
|
7
7
|
id: exports.platformId,
|
8
8
|
name: 'Aux Exchange',
|
9
|
-
image: 'https://
|
9
|
+
image: 'https://sonar.watch/img/platforms/auxexchange.png',
|
10
10
|
defiLlamaId: 'aux-exchange',
|
11
11
|
};
|
12
12
|
exports.programAddress = '0xbd35135844473187163ca197ca93b2ab014370587bb0ed3befff9e902d6bb541';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/auxexchange/constants.ts"],"names":[],"mappings":";;;AACA,6CAA6C;AAEhC,QAAA,UAAU,GAAG,aAAa,CAAC;AAC3B,QAAA,mBAAmB,GAAa;IAC3C,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/auxexchange/constants.ts"],"names":[],"mappings":";;;AACA,6CAA6C;AAEhC,QAAA,UAAU,GAAG,aAAa,CAAC;AAC3B,QAAA,mBAAmB,GAAa;IAC3C,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,mDAAmD;IAC1D,WAAW,EAAE,cAAc;CAC5B,CAAC;AAEW,QAAA,cAAc,GACzB,oEAAoE,CAAC;AAC1D,QAAA,YAAY,GAAG,GAAG,sBAAc,YAAY,CAAC;AAC7C,QAAA,oBAAoB,GAAG,GAAG,gBAAQ,IAAI,oBAAY,EAAE,CAAC"}
|
@@ -5,7 +5,7 @@ exports.platformId = 'bucket';
|
|
5
5
|
exports.bucketPlatform = {
|
6
6
|
id: exports.platformId,
|
7
7
|
name: 'Bucket',
|
8
|
-
image: 'https://
|
8
|
+
image: 'https://sonar.watch/img/platforms/bucket.png',
|
9
9
|
defiLlamaId: 'bucket-protocol',
|
10
10
|
};
|
11
11
|
exports.bottleType = '0xce7ff77a83ea0cb6fd39bd8748e2ec89a3f41e8efdc3f4eb123e0ca37b184db2::bottle::Bottle';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/bucket/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,QAAQ,CAAC;AACtB,QAAA,cAAc,GAAa;IACtC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/bucket/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,QAAQ,CAAC;AACtB,QAAA,cAAc,GAAa;IACtC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,8CAA8C;IACrD,WAAW,EAAE,iBAAiB;CAC/B,CAAC;AAEW,QAAA,UAAU,GACrB,oFAAoF,CAAC;AAC1E,QAAA,MAAM,GACjB,gFAAgF,CAAC;AAEtE,QAAA,WAAW,GAAG;IACzB;QACE,OAAO,EAAE,eAAe;QACxB,QAAQ,EACN,oEAAoE;KACvE;IACD;QACE,OAAO,EACL,gFAAgF;QAClF,QAAQ,EACN,oEAAoE;KACvE;IACD;QACE,OAAO,EACL,gFAAgF;QAClF,QAAQ,EACN,oEAAoE;KACvE;IACD;QACE,OAAO,EACL,gFAAgF;QAClF,QAAQ,EACN,oEAAoE;KACvE;CACF,CAAC"}
|
@@ -5,7 +5,7 @@ exports.platformId = 'cetus';
|
|
5
5
|
exports.cetusPlatform = {
|
6
6
|
id: exports.platformId,
|
7
7
|
name: 'Cetus',
|
8
|
-
image: 'https://
|
8
|
+
image: 'https://sonar.watch/img/platforms/cetus.png',
|
9
9
|
defiLlamaId: 'cetus',
|
10
10
|
};
|
11
11
|
exports.clmmPoolsPrefix = `${exports.platformId}-clmmPools`;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/cetus/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,OAAO,CAAC;AACrB,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/cetus/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,OAAO,CAAC;AACrB,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,6CAA6C;IACpD,WAAW,EAAE,OAAO;CACrB,CAAC;AACW,QAAA,eAAe,GAAG,GAAG,kBAAU,YAAY,CAAC;AAE5C,QAAA,iBAAiB,GAC5B,oEAAoE,CAAC;AAE1D,QAAA,QAAQ,GAAG,GAAG,yBAAiB,sBAAsB,CAAC;AAEtD,QAAA,eAAe,GAAG,GAAG,yBAAiB,4BAA4B,CAAC"}
|
@@ -6,7 +6,7 @@ exports.platformId = 'drift';
|
|
6
6
|
exports.driftPlatform = {
|
7
7
|
id: exports.platformId,
|
8
8
|
name: 'Drift',
|
9
|
-
image: 'https://
|
9
|
+
image: 'https://sonar.watch/img/platforms/drift.png',
|
10
10
|
defiLlamaId: 'drift',
|
11
11
|
};
|
12
12
|
exports.prefixSpotMarkets = `${exports.platformId}-spotMarkets`;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/drift/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,OAAO,CAAC;AACrB,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/drift/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,OAAO,CAAC;AACrB,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,6CAA6C;IACpD,WAAW,EAAE,OAAO;CACrB,CAAC;AACW,QAAA,iBAAiB,GAAG,GAAG,kBAAU,cAAc,CAAC;AAEhD,QAAA,YAAY,GAAG,IAAI,mBAAS,CACvC,6CAA6C,CAC9C,CAAC"}
|
@@ -5,6 +5,8 @@ exports.platformId = 'foo';
|
|
5
5
|
exports.fooPlatform = {
|
6
6
|
id: exports.platformId,
|
7
7
|
name: 'Foo Finanace',
|
8
|
+
image: 'https://sonar.watch/img/platforms/foo.png',
|
9
|
+
defiLlamaId: 'foo-finance',
|
8
10
|
};
|
9
11
|
exports.marketsCachePrefix = `${exports.platformId}-markets`;
|
10
12
|
//# sourceMappingURL=constants.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/foo/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,KAAK,CAAC;AACnB,QAAA,WAAW,GAAa;IACnC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,cAAc;
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/foo/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,KAAK,CAAC;AACnB,QAAA,WAAW,GAAa;IACnC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,2CAA2C;IAClD,WAAW,EAAE,aAAa;CAC3B,CAAC;AACW,QAAA,kBAAkB,GAAG,GAAG,kBAAU,UAAU,CAAC"}
|
@@ -6,7 +6,7 @@ exports.platformId = 'kamino';
|
|
6
6
|
exports.kaminoPlatform = {
|
7
7
|
id: exports.platformId,
|
8
8
|
name: 'Kamino',
|
9
|
-
image: `https://
|
9
|
+
image: `https://sonar.watch/img/platforms/${exports.platformId}.png`,
|
10
10
|
defiLlamaId: 'kamino',
|
11
11
|
};
|
12
12
|
exports.programId = new web3_js_1.PublicKey('6LtLpnUFNByNXLyCoK9wA2MykKAmQNZKBdY8s47dehDc');
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/kamino/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,QAAQ,CAAC;AACtB,QAAA,cAAc,GAAa;IACtC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/kamino/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,QAAQ,CAAC;AACtB,QAAA,cAAc,GAAa;IACtC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,qCAAqC,kBAAU,MAAM;IAC5D,WAAW,EAAE,QAAQ;CACtB,CAAC;AACW,QAAA,SAAS,GAAG,IAAI,mBAAS,CACpC,8CAA8C,CAC/C,CAAC"}
|
@@ -6,19 +6,19 @@ exports.pluginId = 'liquidityPools-sei';
|
|
6
6
|
exports.fuzioPlatform = {
|
7
7
|
id: 'fuzio',
|
8
8
|
name: 'Fuzio',
|
9
|
-
image: 'https://
|
9
|
+
image: 'https://sonar.watch/img/platforms/fuzio.png',
|
10
10
|
defiLlamaId: 'fuzio',
|
11
11
|
};
|
12
12
|
exports.seaswapPlatform = {
|
13
13
|
id: 'seaswap',
|
14
14
|
name: 'Seaswap',
|
15
|
-
image: 'https://
|
15
|
+
image: 'https://sonar.watch/img/platforms/seaswap.png',
|
16
16
|
defiLlamaId: 'seaswap',
|
17
17
|
};
|
18
18
|
exports.astroportPlatform = {
|
19
19
|
id: 'astroport',
|
20
20
|
name: 'Astroport',
|
21
|
-
image: 'https://
|
21
|
+
image: 'https://sonar.watch/img/platforms/astroport.png',
|
22
22
|
website: 'https://astroport.fi',
|
23
23
|
twitter: 'https://twitter.com/astroport_fi',
|
24
24
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/liquiditypools-sei/constants.ts"],"names":[],"mappings":";;;AACA,uCAImB;AAEN,QAAA,QAAQ,GAAG,oBAAoB,CAAC;AAChC,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,OAAO;IACX,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/liquiditypools-sei/constants.ts"],"names":[],"mappings":";;;AACA,uCAImB;AAEN,QAAA,QAAQ,GAAG,oBAAoB,CAAC;AAChC,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,OAAO;IACX,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,6CAA6C;IACpD,WAAW,EAAE,OAAO;CACrB,CAAC;AACW,QAAA,eAAe,GAAa;IACvC,EAAE,EAAE,SAAS;IACb,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,+CAA+C;IACtD,WAAW,EAAE,SAAS;CACvB,CAAC;AACW,QAAA,iBAAiB,GAAa;IACzC,EAAE,EAAE,WAAW;IACf,IAAI,EAAE,WAAW;IACjB,KAAK,EAAE,iDAAiD;IACxD,OAAO,EAAE,sBAAsB;IAC/B,OAAO,EAAE,kCAAkC;CAC5C,CAAC;AAEW,QAAA,mBAAmB,GAAyB;IACvD;QACE,UAAU,EAAE,yBAAiB,CAAC,EAAE;QAChC,KAAK,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC;QACf,MAAM,EAAE,0BAAgB;KACzB;IACD;QACE,UAAU,EAAE,uBAAe,CAAC,EAAE;QAC9B,KAAK,EAAE,CAAC,EAAE,CAAC;QACX,YAAY,EAAE,CAAC,yBAAyB,CAAC;QACzC,MAAM,EAAE,0BAAgB;KACzB;IACD;QACE,UAAU,EAAE,qBAAa,CAAC,EAAE;QAC5B,KAAK,EAAE,CAAC,EAAE,CAAC;QACX,MAAM,EAAE,0BAAgB;KACzB;CACF,CAAC"}
|
@@ -6,7 +6,7 @@ exports.platformId = 'liquidswap';
|
|
6
6
|
exports.liquidswapPlatform = {
|
7
7
|
id: exports.platformId,
|
8
8
|
name: 'Liquidswap',
|
9
|
-
image: 'https://
|
9
|
+
image: 'https://sonar.watch/img/platforms/liquidswap.png',
|
10
10
|
defiLlamaId: 'liquidswap',
|
11
11
|
};
|
12
12
|
exports.programAddress = '0x5a97986a9d031c4567e15b797be516910cfcb4156312482efc6a19c0a30c948';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/liquidswap/constants.ts"],"names":[],"mappings":";;;AACA,6CAA6C;AAEhC,QAAA,UAAU,GAAG,YAAY,CAAC;AAC1B,QAAA,kBAAkB,GAAa;IAC1C,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,YAAY;IAClB,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/liquidswap/constants.ts"],"names":[],"mappings":";;;AACA,6CAA6C;AAEhC,QAAA,UAAU,GAAG,YAAY,CAAC;AAC1B,QAAA,kBAAkB,GAAa;IAC1C,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,YAAY;IAClB,KAAK,EAAE,kDAAkD;IACzD,WAAW,EAAE,YAAY;CAC1B,CAAC;AACW,QAAA,cAAc,GACzB,mEAAmE,CAAC;AAEzD,QAAA,eAAe,GAC1B,oEAAoE,CAAC;AAC1D,QAAA,YAAY,GAAG,GAAG,sBAAc,gBAAgB,CAAC;AAEjD,QAAA,oBAAoB,GAAG,GAAG,gBAAQ,IAAI,oBAAY,EAAE,CAAC"}
|
@@ -5,7 +5,7 @@ exports.platformId = 'maker';
|
|
5
5
|
exports.makerPlatform = {
|
6
6
|
id: exports.platformId,
|
7
7
|
name: 'Maker DAO',
|
8
|
-
image: 'https://
|
8
|
+
image: 'https://sonar.watch/img/platforms/maker.png',
|
9
9
|
defiLlamaId: 'makerdao',
|
10
10
|
};
|
11
11
|
exports.daiAddress = '0x6B175474E89094C44Da98b954EedeAC495271d0F';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/maker/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,OAAO,CAAC;AACrB,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,WAAW;IACjB,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/maker/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,OAAO,CAAC;AACrB,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,WAAW;IACjB,KAAK,EAAE,6CAA6C;IACpD,WAAW,EAAE,UAAU;CACxB,CAAC;AAEW,QAAA,UAAU,GAAG,4CAA4C,CAAC;AAC1D,QAAA,WAAW,GAAG,EAAE,CAAC;AACjB,QAAA,WAAW,GAAG,4CAA4C,CAAC;AAC3D,QAAA,YAAY,GAAG,EAAE,CAAC;AAClB,QAAA,WAAW,GAAG,4CAA4C,CAAC;AAC3D,QAAA,YAAY,GAAG,EAAE,CAAC;AAClB,QAAA,UAAU,GAAG,4CAA4C,CAAC"}
|
@@ -6,7 +6,7 @@ exports.platformId = 'mango';
|
|
6
6
|
exports.mangoPlatform = {
|
7
7
|
id: exports.platformId,
|
8
8
|
name: 'Mango',
|
9
|
-
image: 'https://
|
9
|
+
image: 'https://sonar.watch/img/platforms/mango.png',
|
10
10
|
defiLlamaId: 'parent#mango-markets',
|
11
11
|
};
|
12
12
|
exports.banksPrefix = `${exports.platformId}-banks`;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/mango/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,OAAO,CAAC;AACrB,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/mango/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,OAAO,CAAC;AACrB,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,6CAA6C;IACpD,WAAW,EAAE,sBAAsB;CACpC,CAAC;AACW,QAAA,WAAW,GAAG,GAAG,kBAAU,QAAQ,CAAC;AACpC,QAAA,cAAc,GAAG,GAAG,kBAAU,WAAW,CAAC;AAC1C,QAAA,WAAW,GAAG,GAAG,kBAAU,QAAQ,CAAC;AAEpC,QAAA,YAAY,GAAG,IAAI,mBAAS,CACvC,8CAA8C,CAC/C,CAAC;AAEW,QAAA,eAAe,GAAG,IAAI,mBAAS,CAC1C,6CAA6C,CAC9C,CAAC;AAEW,QAAA,YAAY,GAAG,IAAI,mBAAS,CACvC,6CAA6C,CAC9C,CAAC"}
|
@@ -12,7 +12,7 @@ exports.platformId = 'marginfi';
|
|
12
12
|
exports.marginfiPlatform = {
|
13
13
|
id: exports.platformId,
|
14
14
|
name: 'Marginfi',
|
15
|
-
image: 'https://
|
15
|
+
image: 'https://sonar.watch/img/platforms/marginfi.png',
|
16
16
|
defiLlamaId: 'parent#marginfi',
|
17
17
|
};
|
18
18
|
exports.MarginfiProgram = new web3_js_1.PublicKey('MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA');
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/marginfi/constants.ts"],"names":[],"mappings":";;;;;;AAAA,6CAA4C;AAC5C,+DAAqE;AACrE,gEAAqC;AAExB,QAAA,MAAM,GAAG,gBAAgB,CAAC;AAC1B,QAAA,UAAU,GAAG,UAAU,CAAC;AACxB,QAAA,gBAAgB,GAAa;IACxC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,UAAU;IAChB,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/marginfi/constants.ts"],"names":[],"mappings":";;;;;;AAAA,6CAA4C;AAC5C,+DAAqE;AACrE,gEAAqC;AAExB,QAAA,MAAM,GAAG,gBAAgB,CAAC;AAC1B,QAAA,UAAU,GAAG,UAAU,CAAC;AACxB,QAAA,gBAAgB,GAAa;IACxC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,UAAU;IAChB,KAAK,EAAE,gDAAgD;IACvD,WAAW,EAAE,iBAAiB;CAC/B,CAAC;AACW,QAAA,eAAe,GAAG,IAAI,mBAAS,CAC1C,6CAA6C,CAC9C,CAAC;AAEW,QAAA,sBAAsB,GACjC,8CAA8C,CAAC;AAEpC,QAAA,SAAS,GAAG,IAAI,sBAAS,CAAC,SAAA,EAAE,EAAI,8BAAa,CAAC,MAAM,CAAC,QAAQ,CAAA,CAAC,CAAC"}
|
@@ -11,7 +11,7 @@ exports.platformId = 'marinade';
|
|
11
11
|
exports.marinadePlatform = {
|
12
12
|
id: exports.platformId,
|
13
13
|
name: 'Marinade',
|
14
|
-
image: 'https://
|
14
|
+
image: 'https://sonar.watch/img/platforms/marinade.png',
|
15
15
|
defiLlamaId: 'marinade-finance',
|
16
16
|
};
|
17
17
|
exports.cachePrefix = 'marinade';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/marinade/constants.ts"],"names":[],"mappings":";;;;;;AAAA,6CAA4C;AAC5C,+DAAqE;AACrE,gEAAqC;AAExB,QAAA,UAAU,GAAG,UAAU,CAAC;AACxB,QAAA,gBAAgB,GAAa;IACxC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,UAAU;IAChB,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/marinade/constants.ts"],"names":[],"mappings":";;;;;;AAAA,6CAA4C;AAC5C,+DAAqE;AACrE,gEAAqC;AAExB,QAAA,UAAU,GAAG,UAAU,CAAC;AACxB,QAAA,gBAAgB,GAAa;IACxC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,UAAU;IAChB,KAAK,EAAE,gDAAgD;IACvD,WAAW,EAAE,kBAAkB;CAChC,CAAC;AAEW,QAAA,WAAW,GAAG,UAAU,CAAC;AACzB,QAAA,uBAAuB,GAAG,IAAI,mBAAS,CAClD,6CAA6C,CAC9C,CAAC;AACW,QAAA,SAAS,GAAG,IAAI,sBAAS,CAAC,SAAA,EAAE,EAAI,8BAAa,CAAC,MAAM,CAAC,QAAQ,CAAA,CAAC,CAAC"}
|
@@ -6,7 +6,7 @@ exports.platformId = 'meteora';
|
|
6
6
|
exports.meteoraPlatform = {
|
7
7
|
id: 'meteora',
|
8
8
|
name: 'Meteora',
|
9
|
-
image: 'https://
|
9
|
+
image: 'https://sonar.watch/img/platforms/meteora.png',
|
10
10
|
defiLlamaId: 'parent#meteora',
|
11
11
|
};
|
12
12
|
exports.prefixVaults = `${exports.platformId}-vaults`;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/meteora/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,SAAS,CAAC;AACvB,QAAA,eAAe,GAAa;IACvC,EAAE,EAAE,SAAS;IACb,IAAI,EAAE,SAAS;IACf,KAAK,EAAE
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/meteora/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,SAAS,CAAC;AACvB,QAAA,eAAe,GAAa;IACvC,EAAE,EAAE,SAAS;IACb,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,+CAA+C;IACtD,WAAW,EAAE,gBAAgB;CAC9B,CAAC;AAEW,QAAA,YAAY,GAAG,GAAG,kBAAU,SAAS,CAAC;AAEtC,QAAA,eAAe,GAAG,IAAI,mBAAS,CAC1C,8CAA8C,CAC/C,CAAC;AAEW,QAAA,cAAc,GAAG,IAAI,mBAAS,CACzC,8CAA8C,CAC/C,CAAC"}
|
@@ -5,7 +5,7 @@ exports.platformId = 'morpho';
|
|
5
5
|
exports.morphoPlatform = {
|
6
6
|
id: exports.platformId,
|
7
7
|
name: 'Morpho',
|
8
|
-
image: 'https://
|
8
|
+
image: 'https://sonar.watch/img/platforms/morpho.png',
|
9
9
|
defiLlamaId: 'parent#morpho',
|
10
10
|
};
|
11
11
|
exports.updatedIndexesPrefix = `${exports.platformId}-updated-indexes`;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/morpho/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,QAAQ,CAAC;AACtB,QAAA,cAAc,GAAa;IACtC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/morpho/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,QAAQ,CAAC;AACtB,QAAA,cAAc,GAAa;IACtC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,8CAA8C;IACrD,WAAW,EAAE,eAAe;CAC7B,CAAC;AACW,QAAA,oBAAoB,GAAG,GAAG,kBAAU,kBAAkB,CAAC;AACvD,QAAA,mBAAmB,GAAG,4CAA4C,CAAC;AACnE,QAAA,kBAAkB,GAAG,4CAA4C,CAAC;AAElE,QAAA,UAAU,GAAG;IACxB,IAAI,EAAE,4CAA4C;IAClD,GAAG,EAAE,4CAA4C;IACjD,IAAI,EAAE,4CAA4C;IAClD,MAAM,EAAE,4CAA4C;IACpD,KAAK,EAAE,4CAA4C;IACnD,GAAG,EAAE,4CAA4C;IACjD,IAAI,EAAE,4CAA4C;IAClD,IAAI,EAAE,4CAA4C;IAClD,IAAI,EAAE,4CAA4C;IAClD,KAAK,EAAE,4CAA4C;CACpD,CAAC;AAEW,QAAA,WAAW,GAAG,4CAA4C,CAAC;AAC3D,QAAA,YAAY,GAAG,EAAE,CAAC"}
|
@@ -6,7 +6,7 @@ exports.platformId = 'native-stake';
|
|
6
6
|
exports.nativeStakePlatform = {
|
7
7
|
id: exports.platformId,
|
8
8
|
name: 'Native Stake',
|
9
|
-
image: 'https://
|
9
|
+
image: 'https://sonar.watch/img/platforms/native-stake.png',
|
10
10
|
};
|
11
11
|
exports.validatorsKey = 'activeValidators';
|
12
12
|
exports.validatorsPrefix = `${exports.platformId}-validators`;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/native-stake/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,cAAc,CAAC;AAC5B,QAAA,mBAAmB,GAAa;IAC3C,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/native-stake/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,cAAc,CAAC;AAC5B,QAAA,mBAAmB,GAAa;IAC3C,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,oDAAoD;CAC5D,CAAC;AACW,QAAA,aAAa,GAAG,kBAAkB,CAAC;AACnC,QAAA,gBAAgB,GAAG,GAAG,kBAAU,aAAa,CAAC;AAC9C,QAAA,qBAAqB,GAAG,IAAI,mBAAS,CAChD,6CAA6C,CAC9C,CAAC;AAEW,QAAA,oBAAoB,GAAG,IAAI,mBAAS,CAC/C,6CAA6C,CAC9C,CAAC"}
|
@@ -5,7 +5,7 @@ exports.platformId = 'navi';
|
|
5
5
|
exports.naviPlatform = {
|
6
6
|
id: exports.platformId,
|
7
7
|
name: 'NAVI',
|
8
|
-
image: `https://
|
8
|
+
image: `https://sonar.watch/img/platforms/${exports.platformId}.png`,
|
9
9
|
defiLlamaId: 'navi-protocol',
|
10
10
|
};
|
11
11
|
exports.reservesPrefix = exports.platformId;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/navi/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,MAAM,CAAC;AACpB,QAAA,YAAY,GAAa;IACpC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/navi/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,MAAM,CAAC;AACpB,QAAA,YAAY,GAAa;IACpC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,qCAAqC,kBAAU,MAAM;IAC5D,WAAW,EAAE,eAAe;CAC7B,CAAC;AAEW,QAAA,cAAc,GAAG,kBAAU,CAAC;AAC5B,QAAA,WAAW,GAAG,UAAU,CAAC;AAEzB,QAAA,eAAe,GAC1B,oEAAoE,CAAC;AAE1D,QAAA,UAAU,GAAG;IACxB;QACE,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,8EAA8E;QACpF,WAAW,EACT,oEAAoE;QACtE,IAAI,EAAE,oEAAoE;QAC1E,qBAAqB,EACnB,oEAAoE;QACtE,qBAAqB,EACnB,oEAAoE;KACvE;IACD;QACE,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,gFAAgF;QACtF,WAAW,EACT,oEAAoE;QACtE,IAAI,EAAE,oEAAoE;QAC1E,qBAAqB,EACnB,oEAAoE;QACtE,qBAAqB,EACnB,oEAAoE;KACvE;IACD;QACE,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,gFAAgF;QACtF,WAAW,EACT,oEAAoE;QACtE,IAAI,EAAE,EAAE;QACR,qBAAqB,EACnB,oEAAoE;QACtE,qBAAqB,EACnB,oEAAoE;KACvE;IACD;QACE,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,gFAAgF;QACtF,IAAI,EAAE,oEAAoE;QAC1E,WAAW,EACT,oEAAoE;QACtE,qBAAqB,EACnB,oEAAoE;QACtE,qBAAqB,EACnB,oEAAoE;KACvE;CACF,CAAC"}
|
@@ -6,7 +6,7 @@ exports.platformId = 'orca';
|
|
6
6
|
exports.orcaPlatform = {
|
7
7
|
id: exports.platformId,
|
8
8
|
name: 'Orca',
|
9
|
-
image: 'https://
|
9
|
+
image: 'https://sonar.watch/img/platforms/orca.png',
|
10
10
|
defiLlamaId: 'orca',
|
11
11
|
};
|
12
12
|
exports.poolsProgram = new web3_js_1.PublicKey('9W959DqEETiGZocYWCQPaJ6sBmUzgfxXfqGeTEdp3aQP');
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/orca/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,MAAM,CAAC;AACpB,QAAA,YAAY,GAAa;IACpC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/orca/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,MAAM,CAAC;AACpB,QAAA,YAAY,GAAa;IACpC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,4CAA4C;IACnD,WAAW,EAAE,MAAM;CACpB,CAAC;AACW,QAAA,YAAY,GAAG,IAAI,mBAAS,CACvC,8CAA8C,CAC/C,CAAC;AACW,QAAA,gBAAgB,GAAG,IAAI,mBAAS,CAC3C,8CAA8C,CAC/C,CAAC;AAEW,QAAA,mBAAmB,GAAG,yBAAyB,CAAC;AAChD,QAAA,eAAe,GAAG,GAAG,kBAAU,YAAY,CAAC;AAC5C,QAAA,gBAAgB,GAAG,IAAI,mBAAS,CAC3C,6CAA6C,CAC9C,CAAC;AACW,QAAA,eAAe,GAAG,IAAI,mBAAS,CAC1C,8CAA8C,CAC/C,CAAC;AACW,QAAA,YAAY,GAAG,+CAA+C,CAAC"}
|
@@ -6,13 +6,13 @@ const openOrders_1 = require("../../raydium/structs/openOrders");
|
|
6
6
|
exports.openbookPlatform = {
|
7
7
|
id: 'openbook',
|
8
8
|
name: 'OpenBook',
|
9
|
-
image: 'https://
|
9
|
+
image: 'https://sonar.watch/img/platforms/openbook.png',
|
10
10
|
defiLlamaId: 'openbook',
|
11
11
|
};
|
12
12
|
exports.serumPlatform = {
|
13
13
|
id: 'serum',
|
14
14
|
name: 'Serum',
|
15
|
-
image: 'https://
|
15
|
+
image: 'https://sonar.watch/img/platforms/serum.png',
|
16
16
|
defiLlamaId: 'serum',
|
17
17
|
};
|
18
18
|
exports.clobVersions = {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../../packages/plugins/src/plugins/orders/clobs-solana/constants.ts"],"names":[],"mappings":";;;AACA,uCAKmB;AAEnB,iEAAsE;AAEzD,QAAA,gBAAgB,GAAa;IACxC,EAAE,EAAE,UAAU;IACd,IAAI,EAAE,UAAU;IAChB,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../../packages/plugins/src/plugins/orders/clobs-solana/constants.ts"],"names":[],"mappings":";;;AACA,uCAKmB;AAEnB,iEAAsE;AAEzD,QAAA,gBAAgB,GAAa;IACxC,EAAE,EAAE,UAAU;IACd,IAAI,EAAE,UAAU;IAChB,KAAK,EAAE,gDAAgD;IACvD,WAAW,EAAE,UAAU;CACxB,CAAC;AACW,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,OAAO;IACX,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,6CAA6C;IACpD,WAAW,EAAE,OAAO;CACrB,CAAC;AACW,QAAA,YAAY,GAAG;IAC1B,OAAO,EAAE;QACP,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,8CAA8C;QACzD,MAAM,EAAE,6BAAmB;QAC3B,WAAW,EAAE,+BAAkB;QAC/B,MAAM,EAAE,GAAG,qBAAa,CAAC,EAAE,YAAY;KACzB;IAChB,OAAO,EAAE;QACP,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,8CAA8C;QACzD,MAAM,EAAE,6BAAmB;QAC3B,WAAW,EAAE,4BAAkB;QAC/B,MAAM,EAAE,GAAG,qBAAa,CAAC,EAAE,YAAY;KACzB;IAChB,OAAO,EAAE;QACP,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,8CAA8C;QACzD,MAAM,EAAE,6BAAmB;QAC3B,WAAW,EAAE,4BAAkB;QAC/B,MAAM,EAAE,GAAG,qBAAa,CAAC,EAAE,YAAY;KACzB;IAChB,UAAU,EAAE;QACV,IAAI,EAAE,aAAa;QACnB,SAAS,EAAE,6CAA6C;QACxD,MAAM,EAAE,6BAAmB;QAC3B,WAAW,EAAE,4BAAkB;QAC/B,MAAM,EAAE,GAAG,wBAAgB,CAAC,EAAE,UAAU;KAC1B;IAChB,gBAAgB;IAChB,8DAA8D;IAC9D,oCAAoC;IACpC,qCAAqC;IACrC,mCAAmC;IACnC,wBAAwB;CACzB,CAAC"}
|
@@ -4,7 +4,7 @@ exports.jupiterPlatform = void 0;
|
|
4
4
|
exports.jupiterPlatform = {
|
5
5
|
id: 'jupiter',
|
6
6
|
name: 'Jupiter',
|
7
|
-
image: 'https://
|
7
|
+
image: 'https://sonar.watch/img/platforms/jupiter.png',
|
8
8
|
defiLlamaId: 'jupiter-aggregator',
|
9
9
|
};
|
10
10
|
//# sourceMappingURL=constants.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../../packages/plugins/src/plugins/orders/jupiter/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,eAAe,GAAa;IACvC,EAAE,EAAE,SAAS;IACb,IAAI,EAAE,SAAS;IACf,KAAK,EAAE
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../../packages/plugins/src/plugins/orders/jupiter/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,eAAe,GAAa;IACvC,EAAE,EAAE,SAAS;IACb,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,+CAA+C;IACtD,WAAW,EAAE,oBAAoB;CAClC,CAAC"}
|
@@ -6,7 +6,7 @@ exports.platformId = 'pancakeswap';
|
|
6
6
|
exports.pancakeswapPlatform = {
|
7
7
|
id: exports.platformId,
|
8
8
|
name: 'PancakeSwap',
|
9
|
-
image: 'https://
|
9
|
+
image: 'https://sonar.watch/img/platforms/pancakeswap.png',
|
10
10
|
defiLlamaId: 'parent#pancakeswap',
|
11
11
|
};
|
12
12
|
exports.programAddress = '0xc7efb4076dbe143cbcd98cfaaa929ecfc8f299203dfff63b95ccb6bfe19850fa';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/pancakeswap/constants.ts"],"names":[],"mappings":";;;AACA,6CAA6C;AAEhC,QAAA,UAAU,GAAG,aAAa,CAAC;AAC3B,QAAA,mBAAmB,GAAa;IAC3C,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,aAAa;IACnB,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/pancakeswap/constants.ts"],"names":[],"mappings":";;;AACA,6CAA6C;AAEhC,QAAA,UAAU,GAAG,aAAa,CAAC;AAC3B,QAAA,mBAAmB,GAAa;IAC3C,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,aAAa;IACnB,KAAK,EAAE,mDAAmD;IAC1D,WAAW,EAAE,oBAAoB;CAClC,CAAC;AACW,QAAA,cAAc,GACzB,oEAAoE,CAAC;AAE1D,QAAA,YAAY,GAAG,GAAG,sBAAc,kBAAkB,CAAC;AACnD,QAAA,oBAAoB,GAAG,GAAG,gBAAQ,IAAI,oBAAY,EAAE,CAAC"}
|
@@ -6,7 +6,7 @@ exports.platformId = 'raydium';
|
|
6
6
|
exports.raydiumPlatform = {
|
7
7
|
id: exports.platformId,
|
8
8
|
name: 'Raydium',
|
9
|
-
image: 'https://
|
9
|
+
image: 'https://sonar.watch/img/platforms/raydium.png',
|
10
10
|
defiLlamaId: 'raydium',
|
11
11
|
};
|
12
12
|
exports.AMM_PROGRAM_ID_V4 = new web3_js_1.PublicKey('675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8');
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/raydium/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,SAAS,CAAC;AACvB,QAAA,eAAe,GAAa;IACvC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,SAAS;IACf,KAAK,EAAE
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/raydium/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,SAAS,CAAC;AACvB,QAAA,eAAe,GAAa;IACvC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,+CAA+C;IACtD,WAAW,EAAE,SAAS;CACvB,CAAC;AACW,QAAA,iBAAiB,GAAG,IAAI,mBAAS,CAC5C,8CAA8C,CAC/C,CAAC;AAEW,QAAA,iBAAiB,GAAG,IAAI,mBAAS,CAC5C,8CAA8C,CAC/C,CAAC;AAEW,QAAA,cAAc,GAAG,IAAI,mBAAS,CACzC,8CAA8C,CAC/C,CAAC;AAEW,QAAA,mBAAmB,GAAG,gCAAgC,CAAC"}
|
@@ -11,6 +11,7 @@ exports.fooPlatform = {
|
|
11
11
|
id: exports.platformId,
|
12
12
|
name: 'Rocket Pool',
|
13
13
|
defiLlamaId: 'rocket-pool',
|
14
|
+
image: 'https://sonar.watch/img/platforms/rocketpool.png',
|
14
15
|
};
|
15
16
|
exports.marketsCachePrefix = `${exports.platformId}-markets`;
|
16
17
|
exports.minipoolManagerAddress = '0x6293b8abc1f36afb22406be5f96d893072a8cf3a';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/rocket-pool/constants.ts"],"names":[],"mappings":";;;;;;AAAA,+DAAuE;AACvE,gEAAqC;AAExB,QAAA,UAAU,GAAG,YAAY,CAAC;AAC1B,QAAA,WAAW,GAAa;IACnC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,aAAa;IACnB,WAAW,EAAE,aAAa;
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/rocket-pool/constants.ts"],"names":[],"mappings":";;;;;;AAAA,+DAAuE;AACvE,gEAAqC;AAExB,QAAA,UAAU,GAAG,YAAY,CAAC;AAC1B,QAAA,WAAW,GAAa;IACnC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,aAAa;IACnB,WAAW,EAAE,aAAa;IAC1B,KAAK,EAAE,kDAAkD;CAC1D,CAAC;AACW,QAAA,kBAAkB,GAAG,GAAG,kBAAU,UAAU,CAAC;AAC7C,QAAA,sBAAsB,GACjC,4CAA4C,CAAC;AAClC,QAAA,kBAAkB,GAAG,4CAA4C,CAAC;AAClE,QAAA,UAAU,GAAG,4CAA4C,CAAC;AAC1D,QAAA,WAAW,GAAG,EAAE,CAAC;AACjB,QAAA,SAAS,GAAG,IAAI,sBAAS,CAAC,SAAA,EAAE,EAAI,gCAAe,CAAC,MAAM,CAAC,QAAQ,CAAA,CAAC,CAAC;AACjE,QAAA,SAAS,GAAG,IAAI,sBAAS,CAAC,SAAA,EAAE,EAAI,mBAAW,CAAA,CAAC,CAAC"}
|
@@ -5,7 +5,7 @@ exports.platformId = 'saber';
|
|
5
5
|
exports.saberPlatform = {
|
6
6
|
id: exports.platformId,
|
7
7
|
name: 'Saber',
|
8
|
-
image: 'https://
|
8
|
+
image: 'https://sonar.watch/img/platforms/saber.png',
|
9
9
|
defiLlamaId: 'saber',
|
10
10
|
};
|
11
11
|
exports.SABER_SWAPS = 'https://raw.githubusercontent.com/saber-hq/saber-registry-dist/master/data/swaps.mainnet.json';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/saber/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,OAAO,CAAC;AACrB,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/saber/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,OAAO,CAAC;AACrB,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,6CAA6C;IACpD,WAAW,EAAE,OAAO;CACrB,CAAC;AACW,QAAA,WAAW,GACtB,+FAA+F,CAAC"}
|
@@ -6,7 +6,7 @@ exports.platformId = 'solend';
|
|
6
6
|
exports.solendPlatform = {
|
7
7
|
id: exports.platformId,
|
8
8
|
name: 'Solend',
|
9
|
-
image: 'https://
|
9
|
+
image: 'https://sonar.watch/img/platforms/solend.png',
|
10
10
|
defiLlamaId: 'solend',
|
11
11
|
};
|
12
12
|
exports.marketsPrefix = `${exports.platformId}-markets`;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/solend/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,QAAQ,CAAC;AACtB,QAAA,cAAc,GAAa;IACtC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/solend/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,QAAQ,CAAC;AACtB,QAAA,cAAc,GAAa;IACtC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,8CAA8C;IACrD,WAAW,EAAE,QAAQ;CACtB,CAAC;AACW,QAAA,aAAa,GAAG,GAAG,kBAAU,UAAU,CAAC;AACxC,QAAA,cAAc,GAAG,GAAG,kBAAU,WAAW,CAAC;AAE1C,QAAA,GAAG,GAAG,IAAI,mBAAS,CAAC,6CAA6C,CAAC,CAAC;AACnE,QAAA,eAAe,GAAG,0CAA0C,CAAC;AAC7D,QAAA,eAAe,GAAG,yCAAyC,CAAC;AAC5D,QAAA,WAAW,GAAG,EAAE,CAAC"}
|
@@ -10,7 +10,7 @@ const aptos_1 = require("../../utils/aptos");
|
|
10
10
|
exports.meeiroPlatform = {
|
11
11
|
id: 'meeiro',
|
12
12
|
name: 'Meeiro',
|
13
|
-
image: 'https://
|
13
|
+
image: 'https://sonar.watch/img/platforms/meeiro.png',
|
14
14
|
website: 'https://meeiro.xyz/',
|
15
15
|
twitter: 'https://twitter.com/Meeiro_xyz',
|
16
16
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/staking-aptos/constants.ts"],"names":[],"mappings":";;;;;;AAAA,gEAAqC;AAErC,6CAAkE;AAGlE,SAAS;AACI,QAAA,cAAc,GAAa;IACtC,EAAE,EAAE,QAAQ;IACZ,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/staking-aptos/constants.ts"],"names":[],"mappings":";;;;;;AAAA,gEAAqC;AAErC,6CAAkE;AAGlE,SAAS;AACI,QAAA,cAAc,GAAa;IACtC,EAAE,EAAE,QAAQ;IACZ,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,8CAA8C;IACrD,OAAO,EAAE,qBAAqB;IAC9B,OAAO,EAAE,gCAAgC;CAC1C,CAAC;AACF,MAAM,aAAa,GACjB,oEAAoE,CAAC;AACvE,MAAM,YAAY,GAAG,GAAG,aAAa,uBAAuB,CAAC;AAC7D,MAAM,mBAAmB,GAAG,CAAC,CAAwB,EAAa,EAAE;;IAAC,OAAA,CAAC;QACpE,QAAQ,EAAE,IAAI,sBAAS,CAAE,CAAmC,CAAC,IAAI,CAAC,MAAM,CAAC;QACzE,YAAY,EAAE,CAAA,MAAA,MAAA,IAAA,uBAAe,EAAC,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,0CAAE,EAAE,CAAC,CAAC,CAAC,0CAAE,IAAI,KAAI,EAAE;KAC9D,CAAC,CAAA;CAAA,CAAC;AAEU,QAAA,YAAY,GAAkB;IACzC;QACE,UAAU,EAAE,sBAAc,CAAC,EAAE;QAC7B,SAAS,EAAE,QAAQ;QACnB,QAAQ,EAAE,CAAC,YAAY,CAAC;QACxB,aAAa,EAAE,mBAAmB;KACnC;CACF,CAAC;AAEW,QAAA,uBAAuB,GAAG;IACrC,GAAG,IAAI,GAAG,CAAC,oBAAY,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;CAClD,CAAC;AAEW,QAAA,UAAU,GAAG,eAAe,CAAC"}
|
@@ -6,7 +6,7 @@ exports.platformId = 'tensor';
|
|
6
6
|
exports.tensorPlatform = {
|
7
7
|
id: exports.platformId,
|
8
8
|
name: 'Tensor',
|
9
|
-
image: 'https://
|
9
|
+
image: 'https://sonar.watch/img/platforms/tensor.png',
|
10
10
|
twitter: 'https://twitter.com/tensor_hq',
|
11
11
|
website: 'https://www.tensor.trade/',
|
12
12
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/tensor/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,QAAQ,CAAC;AACtB,QAAA,cAAc,GAAa;IACtC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/tensor/constants.ts"],"names":[],"mappings":";;;AAAA,6CAA4C;AAG/B,QAAA,UAAU,GAAG,QAAQ,CAAC;AACtB,QAAA,cAAc,GAAa;IACtC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,8CAA8C;IACrD,OAAO,EAAE,+BAA+B;IACxC,OAAO,EAAE,2BAA2B;CACrC,CAAC;AACW,QAAA,WAAW,GAAG,QAAQ,CAAC;AAEvB,QAAA,aAAa,GAAG,IAAI,mBAAS,CACxC,6CAA6C,CAC9C,CAAC"}
|
@@ -6,7 +6,7 @@ exports.platformId = 'thala';
|
|
6
6
|
exports.thalaPlatform = {
|
7
7
|
id: exports.platformId,
|
8
8
|
name: 'Thala',
|
9
|
-
image: 'https://
|
9
|
+
image: 'https://sonar.watch/img/platforms/thala.png',
|
10
10
|
defiLlamaId: 'parent#thala-labs',
|
11
11
|
};
|
12
12
|
exports.programAdressThala = '0x6f986d146e4a90b828d8c12c14b6f4e003fdff11a8eecceceb63744363eaac01';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/thala/constants.ts"],"names":[],"mappings":";;;AACA,6CAA6C;AAEhC,QAAA,UAAU,GAAG,OAAO,CAAC;AACrB,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/thala/constants.ts"],"names":[],"mappings":";;;AACA,6CAA6C;AAEhC,QAAA,UAAU,GAAG,OAAO,CAAC;AACrB,QAAA,aAAa,GAAa;IACrC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,OAAO;IACb,KAAK,EAAE,6CAA6C;IACpD,WAAW,EAAE,mBAAmB;CACjC,CAAC;AACW,QAAA,kBAAkB,GAC7B,oEAAoE,CAAC;AAEvE,MAAM,eAAe,GAAG,gBAAgB,CAAC;AACzC,MAAM,WAAW,GAAG,OAAO,CAAC;AAE5B,MAAM,gBAAgB,GAAG,GAAG,0BAAkB,KAAK,eAAe,mBAAmB,CAAC;AACtF,MAAM,kBAAkB,GAAG,GAAG,0BAAkB,KAAK,eAAe,iBAAiB,CAAC;AAEtF,MAAM,UAAU,GAAG,GAAG,0BAAkB,KAAK,eAAe,UAAU,CAAC;AAC1D,QAAA,WAAW,GAAG,GAAG,0BAAkB,KAAK,WAAW,UAAU,CAAC;AAC9D,QAAA,2BAA2B,GAAG,GAAG,0BAAkB,KAAK,WAAW,0BAA0B,CAAC;AAE9F,QAAA,OAAO,GAAG,kFAAkF,CAAC;AAC7F,QAAA,OAAO,GAAG,GAAG,0BAAkB,iBAAiB,CAAC;AAEjD,QAAA,iBAAiB,GAAG,0CAA0C,CAAC;AAE/D,QAAA,gBAAgB,GAC3B,oEAAoE,CAAC;AAC1D,QAAA,uBAAuB,GAAG,GAAG,wBAAgB,gCAAgC,CAAC;AAC9E,QAAA,yBAAyB,GAAG,GAAG,wBAAgB,oCAAoC,CAAC;AACpF,QAAA,kBAAkB,GAAG,GAAG,wBAAgB,2BAA2B,CAAC;AACpE,QAAA,oBAAoB,GAAG,GAAG,wBAAgB,+BAA+B,CAAC;AAC1E,QAAA,0BAA0B,GAAG,GAAG,gBAAQ,IAAI,+BAAuB,EAAE,CAAC;AACtE,QAAA,4BAA4B,GAAG,GAAG,gBAAQ,IAAI,iCAAyB,EAAE,CAAC;AAEhF,MAAM,uBAAuB,GAAG,CAAC,KAAa,EAAE,EAAE,CAAC,CAAC;IACzD,QAAQ,EAAE,gBAAgB;IAC1B,cAAc,EAAE,CAAC,UAAU,CAAC;IAC5B,SAAS,EAAE,CAAC,KAAK,CAAC;CACnB,CAAC,CAAC;AAJU,QAAA,uBAAuB,2BAIjC;AAEI,MAAM,yBAAyB,GAAG,CAAC,KAAa,EAAE,EAAE,CAAC,CAAC;IAC3D,QAAQ,EAAE,kBAAkB;IAC5B,cAAc,EAAE,EAAE;IAClB,SAAS,EAAE,CAAC,KAAK,CAAC;CACnB,CAAC,CAAC;AAJU,QAAA,yBAAyB,6BAInC"}
|
@@ -4,12 +4,12 @@ exports.nIdsToFetch = exports.tokenListsDetailsPrefix = exports.tokenListsPrefix
|
|
4
4
|
exports.walletTokensPlatform = {
|
5
5
|
id: 'wallet-tokens',
|
6
6
|
name: 'Tokens',
|
7
|
-
image: 'https://
|
7
|
+
image: 'https://sonar.watch/img/platforms/wallet-tokens.png',
|
8
8
|
};
|
9
9
|
exports.walletNftsPlatform = {
|
10
10
|
id: 'wallet-nfts',
|
11
11
|
name: 'NFTs',
|
12
|
-
image: 'https://
|
12
|
+
image: 'https://sonar.watch/img/platforms/wallet-nfts.png',
|
13
13
|
};
|
14
14
|
exports.tokenListsPrefix = 'tokenlists';
|
15
15
|
exports.tokenListsDetailsPrefix = 'tokenlistsdetails';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/tokens/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,oBAAoB,GAAa;IAC5C,EAAE,EAAE,eAAe;IACnB,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/tokens/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,oBAAoB,GAAa;IAC5C,EAAE,EAAE,eAAe;IACnB,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,qDAAqD;CAC7D,CAAC;AACW,QAAA,kBAAkB,GAAa;IAC1C,EAAE,EAAE,aAAa;IACjB,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,mDAAmD;CAC3D,CAAC;AAEW,QAAA,gBAAgB,GAAG,YAAY,CAAC;AAChC,QAAA,uBAAuB,GAAG,mBAAmB,CAAC;AAC9C,QAAA,WAAW,GAAG,EAAE,CAAC"}
|
@@ -5,7 +5,7 @@ exports.platformId = 'turbos';
|
|
5
5
|
exports.turbosPlatform = {
|
6
6
|
id: exports.platformId,
|
7
7
|
name: 'Turbos',
|
8
|
-
image: 'https://
|
8
|
+
image: 'https://sonar.watch/img/platforms/turbos.png',
|
9
9
|
defiLlamaId: 'turbos',
|
10
10
|
};
|
11
11
|
exports.clmmPoolsPrefix = `${exports.platformId}-clmmPools`;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/turbos/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,QAAQ,CAAC;AACtB,QAAA,cAAc,GAAa;IACtC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../packages/plugins/src/plugins/turbos/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG,QAAQ,CAAC;AACtB,QAAA,cAAc,GAAa;IACtC,EAAE,EAAE,kBAAU;IACd,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,8CAA8C;IACrD,WAAW,EAAE,QAAQ;CACtB,CAAC;AACW,QAAA,eAAe,GAAG,GAAG,kBAAU,YAAY,CAAC;AAE5C,QAAA,WAAW,GACtB,oEAAoE,CAAC;AAE1D,QAAA,iBAAiB,GAC5B,oEAAoE,CAAC;AAE1D,QAAA,WAAW,GAAG,GAAG,yBAAiB,mCAAmC,CAAC"}
|