@jup-ag/platform-list 1.2.65 → 1.2.67
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/platforms/coinbase.d.ts +3 -0
- package/dist/platforms/coinbase.js +15 -0
- package/dist/platforms/fluxbeam.js +0 -1
- package/dist/platforms/fluxbot.d.ts +3 -0
- package/dist/platforms/fluxbot.js +15 -0
- package/dist/platforms/index.js +18 -0
- package/dist/platforms/jupiter-exchange.js +1 -1
- package/dist/platforms/okx.js +1 -0
- package/dist/platforms/threshold.d.ts +3 -0
- package/dist/platforms/threshold.js +18 -0
- package/dist/platforms/unclaimedsol.d.ts +4 -0
- package/dist/platforms/unclaimedsol.js +19 -0
- package/dist/platforms/wbtc.d.ts +3 -0
- package/dist/platforms/wbtc.js +15 -0
- package/dist/platforms/wormhole.js +4 -0
- package/dist/platforms/zenrock.d.ts +3 -0
- package/dist/platforms/zenrock.js +18 -0
- package/package.json +1 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "coinbase",
|
|
6
|
+
name: "Coinbase",
|
|
7
|
+
description: "Coinbase is a publicly traded cryptocurrency exchange platform providing trading, custody, and staking services for digital assets.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.coinbase.com/",
|
|
10
|
+
twitter: "https://x.com/coinbase",
|
|
11
|
+
},
|
|
12
|
+
tags: ["cex"],
|
|
13
|
+
tokens: ["cbbtcf3aa214zXHbiAZQwf4122FBYbraNdFqgw4iMij"],
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "fluxbot",
|
|
6
|
+
name: "Fluxbot",
|
|
7
|
+
links: {
|
|
8
|
+
website: "https://fluxbot.xyz/",
|
|
9
|
+
twitter: "https://x.com/FluxBeamDEX",
|
|
10
|
+
documentation: "https://docs.fluxbot.xyz/",
|
|
11
|
+
},
|
|
12
|
+
platformToken: "FLUXBmPhT3Fd1EDVFdg46YREqHBeNypn1h4EbnTzWERX",
|
|
13
|
+
tags: ["tool", "trading"],
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|
package/dist/platforms/index.js
CHANGED
|
@@ -95,6 +95,7 @@ const citrus = __importStar(require("./citrus"));
|
|
|
95
95
|
const claimyoursols = __importStar(require("./claimyoursols"));
|
|
96
96
|
const claynosaurz = __importStar(require("./claynosaurz"));
|
|
97
97
|
const clone = __importStar(require("./clone"));
|
|
98
|
+
const coinbase = __importStar(require("./coinbase"));
|
|
98
99
|
const coinmarketcap = __importStar(require("./coinmarketcap"));
|
|
99
100
|
const coinshares = __importStar(require("./coinshares"));
|
|
100
101
|
const collectorcrypt = __importStar(require("./collectorcrypt"));
|
|
@@ -132,6 +133,7 @@ const flash = __importStar(require("./flash"));
|
|
|
132
133
|
const flexlend = __importStar(require("./flexlend"));
|
|
133
134
|
const flowmatic = __importStar(require("./flowmatic"));
|
|
134
135
|
const fluxbeam = __importStar(require("./fluxbeam"));
|
|
136
|
+
const fluxbot = __importStar(require("./fluxbot"));
|
|
135
137
|
const forwardindustries = __importStar(require("./forwardindustries"));
|
|
136
138
|
const fragmetric = __importStar(require("./fragmetric"));
|
|
137
139
|
const francium = __importStar(require("./francium"));
|
|
@@ -332,6 +334,7 @@ const symmetry = __importStar(require("./symmetry"));
|
|
|
332
334
|
const tensor = __importStar(require("./tensor"));
|
|
333
335
|
const texture = __importStar(require("./texture"));
|
|
334
336
|
const thevault = __importStar(require("./thevault"));
|
|
337
|
+
const threshold = __importStar(require("./threshold"));
|
|
335
338
|
const tiplink = __importStar(require("./tiplink"));
|
|
336
339
|
const titan = __importStar(require("./titan"));
|
|
337
340
|
const trepa = __importStar(require("./trepa"));
|
|
@@ -343,6 +346,7 @@ const trustfun = __importStar(require("./trustfun"));
|
|
|
343
346
|
const tuktuk = __importStar(require("./tuktuk"));
|
|
344
347
|
const tulip = __importStar(require("./tulip"));
|
|
345
348
|
const tuyo = __importStar(require("./tuyo"));
|
|
349
|
+
const unclaimedsol = __importStar(require("./unclaimedsol"));
|
|
346
350
|
const underdog = __importStar(require("./underdog"));
|
|
347
351
|
const uprock = __importStar(require("./uprock"));
|
|
348
352
|
const uxd = __importStar(require("./uxd"));
|
|
@@ -352,6 +356,7 @@ const vectis = __importStar(require("./vectis"));
|
|
|
352
356
|
const vidar = __importStar(require("./vidar"));
|
|
353
357
|
const voltr = __importStar(require("./voltr"));
|
|
354
358
|
const wasabi = __importStar(require("./wasabi"));
|
|
359
|
+
const wbtc = __importStar(require("./wbtc"));
|
|
355
360
|
const whalesmarket = __importStar(require("./whalesmarket"));
|
|
356
361
|
const wink = __importStar(require("./wink"));
|
|
357
362
|
const wintermute = __importStar(require("./wintermute"));
|
|
@@ -361,6 +366,7 @@ const y00ts = __importStar(require("./y00ts"));
|
|
|
361
366
|
const yaku = __importStar(require("./yaku"));
|
|
362
367
|
const yieldfan = __importStar(require("./yieldfan"));
|
|
363
368
|
const zelo = __importStar(require("./zelo"));
|
|
369
|
+
const zenrock = __importStar(require("./zenrock"));
|
|
364
370
|
const zeta = __importStar(require("./zeta"));
|
|
365
371
|
const zeus = __importStar(require("./zeus"));
|
|
366
372
|
exports.platforms = [
|
|
@@ -424,6 +430,7 @@ exports.platforms = [
|
|
|
424
430
|
claimyoursols.platform,
|
|
425
431
|
claynosaurz.platform,
|
|
426
432
|
clone.platform,
|
|
433
|
+
coinbase.platform,
|
|
427
434
|
coinmarketcap.platform,
|
|
428
435
|
coinshares.platform,
|
|
429
436
|
collectorcrypt.platform,
|
|
@@ -461,6 +468,7 @@ exports.platforms = [
|
|
|
461
468
|
flexlend.platform,
|
|
462
469
|
flowmatic.platform,
|
|
463
470
|
fluxbeam.platform,
|
|
471
|
+
fluxbot.platform,
|
|
464
472
|
forwardindustries.platform,
|
|
465
473
|
fragmetric.platform,
|
|
466
474
|
francium.platform,
|
|
@@ -661,6 +669,7 @@ exports.platforms = [
|
|
|
661
669
|
tensor.platform,
|
|
662
670
|
texture.platform,
|
|
663
671
|
thevault.platform,
|
|
672
|
+
threshold.platform,
|
|
664
673
|
tiplink.platform,
|
|
665
674
|
titan.platform,
|
|
666
675
|
trepa.platform,
|
|
@@ -672,6 +681,7 @@ exports.platforms = [
|
|
|
672
681
|
tuktuk.platform,
|
|
673
682
|
tulip.platform,
|
|
674
683
|
tuyo.platform,
|
|
684
|
+
unclaimedsol.platform,
|
|
675
685
|
underdog.platform,
|
|
676
686
|
uprock.platform,
|
|
677
687
|
uxd.platform,
|
|
@@ -681,6 +691,7 @@ exports.platforms = [
|
|
|
681
691
|
vidar.platform,
|
|
682
692
|
voltr.platform,
|
|
683
693
|
wasabi.platform,
|
|
694
|
+
wbtc.platform,
|
|
684
695
|
whalesmarket.platform,
|
|
685
696
|
wink.platform,
|
|
686
697
|
wintermute.platform,
|
|
@@ -690,6 +701,7 @@ exports.platforms = [
|
|
|
690
701
|
yaku.platform,
|
|
691
702
|
yieldfan.platform,
|
|
692
703
|
zelo.platform,
|
|
704
|
+
zenrock.platform,
|
|
693
705
|
zeta.platform,
|
|
694
706
|
zeus.platform,
|
|
695
707
|
];
|
|
@@ -754,6 +766,7 @@ exports.services = [
|
|
|
754
766
|
...claimyoursols.services,
|
|
755
767
|
...claynosaurz.services,
|
|
756
768
|
...clone.services,
|
|
769
|
+
...coinbase.services,
|
|
757
770
|
...coinmarketcap.services,
|
|
758
771
|
...coinshares.services,
|
|
759
772
|
...collectorcrypt.services,
|
|
@@ -791,6 +804,7 @@ exports.services = [
|
|
|
791
804
|
...flexlend.services,
|
|
792
805
|
...flowmatic.services,
|
|
793
806
|
...fluxbeam.services,
|
|
807
|
+
...fluxbot.services,
|
|
794
808
|
...forwardindustries.services,
|
|
795
809
|
...fragmetric.services,
|
|
796
810
|
...francium.services,
|
|
@@ -991,6 +1005,7 @@ exports.services = [
|
|
|
991
1005
|
...tensor.services,
|
|
992
1006
|
...texture.services,
|
|
993
1007
|
...thevault.services,
|
|
1008
|
+
...threshold.services,
|
|
994
1009
|
...tiplink.services,
|
|
995
1010
|
...titan.services,
|
|
996
1011
|
...trepa.services,
|
|
@@ -1002,6 +1017,7 @@ exports.services = [
|
|
|
1002
1017
|
...tuktuk.services,
|
|
1003
1018
|
...tulip.services,
|
|
1004
1019
|
...tuyo.services,
|
|
1020
|
+
...unclaimedsol.services,
|
|
1005
1021
|
...underdog.services,
|
|
1006
1022
|
...uprock.services,
|
|
1007
1023
|
...uxd.services,
|
|
@@ -1011,6 +1027,7 @@ exports.services = [
|
|
|
1011
1027
|
...vidar.services,
|
|
1012
1028
|
...voltr.services,
|
|
1013
1029
|
...wasabi.services,
|
|
1030
|
+
...wbtc.services,
|
|
1014
1031
|
...whalesmarket.services,
|
|
1015
1032
|
...wink.services,
|
|
1016
1033
|
...wintermute.services,
|
|
@@ -1020,6 +1037,7 @@ exports.services = [
|
|
|
1020
1037
|
...yaku.services,
|
|
1021
1038
|
...yieldfan.services,
|
|
1022
1039
|
...zelo.services,
|
|
1040
|
+
...zenrock.services,
|
|
1023
1041
|
...zeta.services,
|
|
1024
1042
|
...zeus.services,
|
|
1025
1043
|
];
|
|
@@ -20,7 +20,7 @@ exports.platform = {
|
|
|
20
20
|
"JuprjznTrTSp2UFa3ZBUFgwdAmtZCq4MQCwysN55USD",
|
|
21
21
|
],
|
|
22
22
|
platformToken: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
|
|
23
|
-
tags: ["dapp", "lending", "trading", "stablecoin", "defi", "lst"],
|
|
23
|
+
tags: ["dapp", "lending", "trading", "stablecoin", "defi", "lst", "wallet"],
|
|
24
24
|
};
|
|
25
25
|
exports.jupiterV7Contract = {
|
|
26
26
|
name: "Swap V7",
|
package/dist/platforms/okx.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "threshold",
|
|
6
|
+
name: "Threshold Network",
|
|
7
|
+
description: "Threshold Network is a decentralized threshold cryptography protocol powering tBTC, a trustless tokenized Bitcoin bridge.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.threshold.network/",
|
|
10
|
+
twitter: "https://x.com/TheTNetwork",
|
|
11
|
+
},
|
|
12
|
+
tags: ["bridge"],
|
|
13
|
+
tokens: [
|
|
14
|
+
"6DNSN2BJsaPFdFFc1zP37kkeNe4Usc1Sqkzr9C9vPWcU",
|
|
15
|
+
"tSATdGGSLYBVCrm3pXiib8NmzKcB1iUdjRRseNGssxu",
|
|
16
|
+
],
|
|
17
|
+
};
|
|
18
|
+
exports.services = [];
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "unclaimedsol",
|
|
6
|
+
name: "Unclaimed SOL",
|
|
7
|
+
description: "Unclaimed SOL is a Solana recovery/cleanup tool that deep-scans your wallet history to close what’s safe and return the locked reclaimable balances back to your wallet.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://unclaimedsol.com/",
|
|
10
|
+
twitter: "https://x.com/unclaimed_sol",
|
|
11
|
+
discord: "https://discord.gg/SG8hdqfPPt",
|
|
12
|
+
telegram: "https://t.me/unclaimedsol",
|
|
13
|
+
github: "https://github.com/unclaimed-sol/spl-burn-close-sdk",
|
|
14
|
+
documentation: "https://docs.unclaimedsol.com/",
|
|
15
|
+
},
|
|
16
|
+
tags: ["dapp", "tool"],
|
|
17
|
+
};
|
|
18
|
+
exports.services = [];
|
|
19
|
+
exports.default = exports.services;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "wbtc",
|
|
6
|
+
name: "WBTC",
|
|
7
|
+
description: "WBTC (Wrapped Bitcoin) is a tokenized representation of Bitcoin, backed 1:1 and enabling BTC to be used across decentralized finance ecosystems.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://wbtc.network/",
|
|
10
|
+
twitter: "https://x.com/WrappedBTC",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional"],
|
|
13
|
+
tokens: ["5XZw2LKTyrfvfiskJ78AMpackRjPcyCif1WhUsPDuVqQ"],
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|
|
@@ -16,6 +16,10 @@ exports.platform = {
|
|
|
16
16
|
},
|
|
17
17
|
platformToken: "85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ",
|
|
18
18
|
tags: ["tool", "bridge", "dapp"],
|
|
19
|
+
tokens: [
|
|
20
|
+
"3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh",
|
|
21
|
+
"7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs",
|
|
22
|
+
],
|
|
19
23
|
};
|
|
20
24
|
const mainContract = {
|
|
21
25
|
name: "Main",
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "zenrock",
|
|
6
|
+
name: "Zenrock",
|
|
7
|
+
description: "Zenrock is a decentralized custody protocol integrating MPC with blockchain technology, bringing Bitcoin to Solana with zenBTC.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://zenrocklabs.io/",
|
|
10
|
+
twitter: "https://x.com/zenrock",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional", "bridge"],
|
|
13
|
+
tokens: [
|
|
14
|
+
"9hX59xHHnaZXLU6quvm5uGY2iDiT3jczaReHy6A6TYKw",
|
|
15
|
+
"JDt9rRGaieF6aN1cJkXFeUmsy7ZE4yY3CZb8tVMXVroS",
|
|
16
|
+
],
|
|
17
|
+
};
|
|
18
|
+
exports.services = [];
|