@jup-ag/platform-list 1.2.17 → 1.2.18
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/index.d.ts +1 -1
- package/dist/platforms/banx.js +4 -4
- package/dist/platforms/dumpy.js +1 -3
- package/dist/platforms/gpool.js +1 -13
- package/dist/platforms/jupiter-exchange.js +5 -12
- package/dist/platforms/jupiter-launchpad.js +12 -1
- package/dist/platforms/kamino.js +2 -26
- package/dist/platforms/madlads.js +1 -2
- package/dist/platforms/mayan.js +1 -2
- package/dist/platforms/moonwalk.js +1 -12
- package/dist/platforms/pluto.js +2 -3
- package/dist/platforms/raydium.js +0 -12
- package/dist/platforms/relay.js +1 -2
- package/dist/platforms/sanctum.js +1 -13
- package/dist/platforms/save.js +0 -12
- package/dist/platforms/solayer.js +2 -3
- package/dist/platforms/streamflow.d.ts +0 -5
- package/dist/platforms/streamflow.js +3 -3
- package/dist/platforms/tensor.js +0 -12
- package/dist/platforms/underdog.js +1 -12
- package/dist/platforms/vaultka.js +1 -1
- package/dist/platforms/wasabi.js +1 -8
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Contract, Platform, Service } from "./types";
|
|
2
|
-
export { Contract, Platform, Service } from "./types";
|
|
2
|
+
export { Contract, ContractRaw, Platform, Service } from "./types";
|
|
3
3
|
export * from "./utils";
|
|
4
4
|
declare const platforms: Platform[];
|
|
5
5
|
declare const services: Service[];
|
package/dist/platforms/banx.js
CHANGED
|
@@ -17,12 +17,12 @@ exports.platform = {
|
|
|
17
17
|
},
|
|
18
18
|
tokens: ["BANXbTpN8U2cU41FjPxe2Ti37PiT5cCxLUKDQZuJeMMR"],
|
|
19
19
|
};
|
|
20
|
-
const
|
|
20
|
+
const bondsContract = {
|
|
21
21
|
name: "Banx Bonds",
|
|
22
22
|
address: "4tdmkuY6EStxbS6Y8s5ueznL3VPMSugrvQuDeAHGZhSt",
|
|
23
23
|
networkId: types_1.NetworkId.solana,
|
|
24
24
|
};
|
|
25
|
-
const
|
|
25
|
+
const vaultsContract = {
|
|
26
26
|
name: "Vaults",
|
|
27
27
|
address: "BanxxEcFZPJLKhS59EkwTa8SZez8vDYTiJVN78mGHWDi",
|
|
28
28
|
networkId: types_1.NetworkId.solana,
|
|
@@ -36,13 +36,13 @@ const bondsService = {
|
|
|
36
36
|
id: "banx-bonds",
|
|
37
37
|
name: "Bonds",
|
|
38
38
|
platformId: exports.platform.id,
|
|
39
|
-
contractsRaw: [
|
|
39
|
+
contractsRaw: [bondsContract],
|
|
40
40
|
};
|
|
41
41
|
const vaultsService = {
|
|
42
42
|
id: "banx-vaults",
|
|
43
43
|
name: "Vaults",
|
|
44
44
|
platformId: exports.platform.id,
|
|
45
|
-
contractsRaw: [
|
|
45
|
+
contractsRaw: [vaultsContract],
|
|
46
46
|
};
|
|
47
47
|
const airdropService = {
|
|
48
48
|
id: "banx-airdrop",
|
package/dist/platforms/dumpy.js
CHANGED
|
@@ -10,8 +10,6 @@ exports.platform = {
|
|
|
10
10
|
},
|
|
11
11
|
tags: ["dapp", "memecoin"],
|
|
12
12
|
};
|
|
13
|
-
const jupiter_exchange_1 = require("./jupiter-exchange");
|
|
14
|
-
const save_1 = require("./save");
|
|
15
13
|
const lendingContract = {
|
|
16
14
|
name: "Short Lending",
|
|
17
15
|
address: "3JmCcXAjmBpFzHHuUpgJFfTQEQnAR7K1erNLtWV1g7d9",
|
|
@@ -21,6 +19,6 @@ const lendingService = {
|
|
|
21
19
|
id: `${exports.platform.id}-short-lending`,
|
|
22
20
|
name: "Short Lending",
|
|
23
21
|
platformId: exports.platform.id,
|
|
24
|
-
contractsRaw: [lendingContract
|
|
22
|
+
contractsRaw: [lendingContract],
|
|
25
23
|
};
|
|
26
24
|
exports.services = [lendingService];
|
package/dist/platforms/gpool.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.services = exports.platform = void 0;
|
|
4
|
-
const types_1 = require("../types");
|
|
5
4
|
exports.platform = {
|
|
6
5
|
id: "gpool",
|
|
7
6
|
name: "GPool",
|
|
@@ -11,15 +10,4 @@ exports.platform = {
|
|
|
11
10
|
tags: ["dapp"],
|
|
12
11
|
isDeprecated: true,
|
|
13
12
|
};
|
|
14
|
-
|
|
15
|
-
name: "Staking",
|
|
16
|
-
address: "poo1sKMYsZtDDS7og73L68etJQYyn6KXhXTLz1hizJc",
|
|
17
|
-
networkId: types_1.NetworkId.solana,
|
|
18
|
-
};
|
|
19
|
-
const stakingService = {
|
|
20
|
-
id: `${exports.platform.id}-staking`,
|
|
21
|
-
name: "Staking",
|
|
22
|
-
platformId: exports.platform.id,
|
|
23
|
-
contractsRaw: [stakingContract],
|
|
24
|
-
};
|
|
25
|
-
exports.services = [stakingService];
|
|
13
|
+
exports.services = [];
|
|
@@ -151,7 +151,7 @@ const apeService = {
|
|
|
151
151
|
id: `${exports.platform.id}-ape`,
|
|
152
152
|
name: "Ape",
|
|
153
153
|
platformId: exports.platform.id,
|
|
154
|
-
contractsRaw: [exports.apeContract
|
|
154
|
+
contractsRaw: [exports.apeContract],
|
|
155
155
|
};
|
|
156
156
|
const jupiterZService = {
|
|
157
157
|
id: `${exports.platform.id}-jupiter-z`,
|
|
@@ -171,20 +171,14 @@ const limitService = {
|
|
|
171
171
|
platformId: exports.platform.id,
|
|
172
172
|
contractsRaw: [exports.jupiterLimitContract],
|
|
173
173
|
};
|
|
174
|
-
const
|
|
175
|
-
id: `${exports.platform.id}-dca
|
|
176
|
-
name: "DCA",
|
|
177
|
-
platformId: exports.platform.id,
|
|
178
|
-
contractsRaw: [exports.jupiterDcaContract, exports.jupiterV6Contract],
|
|
179
|
-
};
|
|
180
|
-
const dcaDepositService = {
|
|
181
|
-
id: `${exports.platform.id}-dca-deposit`,
|
|
174
|
+
const dcaService = {
|
|
175
|
+
id: `${exports.platform.id}-dca`,
|
|
182
176
|
name: "DCA",
|
|
183
177
|
platformId: exports.platform.id,
|
|
184
178
|
contractsRaw: [exports.jupiterDcaContract],
|
|
185
179
|
};
|
|
186
180
|
const dcaVaService = {
|
|
187
|
-
id: `${exports.platform.id}-
|
|
181
|
+
id: `${exports.platform.id}-dca-va`,
|
|
188
182
|
name: "DCA VA",
|
|
189
183
|
platformId: exports.platform.id,
|
|
190
184
|
contractsRaw: [jupiterDcaVaContract],
|
|
@@ -225,8 +219,7 @@ exports.services = [
|
|
|
225
219
|
jupiterZService,
|
|
226
220
|
limitV1Service,
|
|
227
221
|
limitService,
|
|
228
|
-
|
|
229
|
-
dcaDepositService,
|
|
222
|
+
dcaService,
|
|
230
223
|
dcaVaService,
|
|
231
224
|
lockService,
|
|
232
225
|
perpsService,
|
|
@@ -17,10 +17,21 @@ const lfgContract = {
|
|
|
17
17
|
address: "DiSLRwcSFvtwvMWSs7ubBMvYRaYNYupa76ZSuYLe6D7j",
|
|
18
18
|
networkId: types_1.NetworkId.solana,
|
|
19
19
|
};
|
|
20
|
+
const dtfContract = {
|
|
21
|
+
name: "DTF",
|
|
22
|
+
address: "presSVxnf9UU8jMxhgSMqaRwNiT36qeBdNeTRKjTdbj",
|
|
23
|
+
networkId: types_1.NetworkId.solana,
|
|
24
|
+
};
|
|
20
25
|
const lfgService = {
|
|
21
26
|
id: `${exports.platform.id}-lfg`,
|
|
22
27
|
name: "LFG",
|
|
23
28
|
platformId: exports.platform.id,
|
|
24
29
|
contractsRaw: [lfgContract],
|
|
25
30
|
};
|
|
26
|
-
|
|
31
|
+
const dtfService = {
|
|
32
|
+
id: `${exports.platform.id}-dtf`,
|
|
33
|
+
name: "DTF",
|
|
34
|
+
platformId: exports.platform.id,
|
|
35
|
+
contractsRaw: [dtfContract],
|
|
36
|
+
};
|
|
37
|
+
exports.services = [lfgService, dtfService];
|
package/dist/platforms/kamino.js
CHANGED
|
@@ -17,9 +17,6 @@ exports.platform = {
|
|
|
17
17
|
tokens: ["KMNo3nJsBXfcpJTVhZcXLW7RmTwTt4GVFE7suUBo9sS"],
|
|
18
18
|
tags: ["dapp"],
|
|
19
19
|
};
|
|
20
|
-
const jupiter_exchange_1 = require("./jupiter-exchange");
|
|
21
|
-
const dflow_1 = require("./dflow");
|
|
22
|
-
const pyth_1 = require("./pyth");
|
|
23
20
|
exports.kaminoLendContract = {
|
|
24
21
|
name: "Kamino Lend",
|
|
25
22
|
address: "KLend2g3cP87fffoy8q1mQqGKjrxjC8boSyAYavgmjD",
|
|
@@ -72,12 +69,6 @@ const kaminoLendingService = {
|
|
|
72
69
|
platformId: exports.platform.id,
|
|
73
70
|
contractsRaw: [exports.kaminoLendContract],
|
|
74
71
|
};
|
|
75
|
-
const kaminoMultiplyService = {
|
|
76
|
-
id: `${exports.platform.id}-multiply`,
|
|
77
|
-
name: "Multiply",
|
|
78
|
-
platformId: exports.platform.id,
|
|
79
|
-
contractsRaw: [exports.kaminoLendContract, jupiter_exchange_1.jupiterV6Contract],
|
|
80
|
-
};
|
|
81
72
|
const kaminoLimitOrderService = {
|
|
82
73
|
id: `${exports.platform.id}-limit-order`,
|
|
83
74
|
name: "Limit Order",
|
|
@@ -85,22 +76,10 @@ const kaminoLimitOrderService = {
|
|
|
85
76
|
contractsRaw: [limitOrderContract],
|
|
86
77
|
};
|
|
87
78
|
const swapService = {
|
|
88
|
-
id: `${exports.platform.id}-swap
|
|
89
|
-
name: "Swap",
|
|
90
|
-
platformId: exports.platform.id,
|
|
91
|
-
contractsRaw: [limitOrderContract, dflow_1.contract],
|
|
92
|
-
};
|
|
93
|
-
const swapJupiterService = {
|
|
94
|
-
id: `${exports.platform.id}-swap-jupiter`,
|
|
95
|
-
name: "Swap",
|
|
96
|
-
platformId: exports.platform.id,
|
|
97
|
-
contractsRaw: [limitOrderContract, jupiter_exchange_1.jupiterV6Contract],
|
|
98
|
-
};
|
|
99
|
-
const swapPythService = {
|
|
100
|
-
id: `${exports.platform.id}-swap-pyth`,
|
|
79
|
+
id: `${exports.platform.id}-swap`,
|
|
101
80
|
name: "Swap",
|
|
102
81
|
platformId: exports.platform.id,
|
|
103
|
-
contractsRaw: [
|
|
82
|
+
contractsRaw: [],
|
|
104
83
|
};
|
|
105
84
|
const kaminoLiquidityService = {
|
|
106
85
|
id: `${exports.platform.id}-liquidity`,
|
|
@@ -123,11 +102,8 @@ const airdropService = {
|
|
|
123
102
|
exports.services = [
|
|
124
103
|
scopePriceService,
|
|
125
104
|
kaminoLendingService,
|
|
126
|
-
kaminoMultiplyService,
|
|
127
105
|
kaminoLimitOrderService,
|
|
128
106
|
swapService,
|
|
129
|
-
swapJupiterService,
|
|
130
|
-
swapPythService,
|
|
131
107
|
kaminoLiquidityService,
|
|
132
108
|
vaultLeverageService,
|
|
133
109
|
airdropService,
|
|
@@ -12,7 +12,6 @@ exports.platform = {
|
|
|
12
12
|
},
|
|
13
13
|
tags: ["nft-collection"],
|
|
14
14
|
};
|
|
15
|
-
const streamflow_1 = require("./streamflow");
|
|
16
15
|
const solboundContract = {
|
|
17
16
|
name: "SolBound",
|
|
18
17
|
address: "7DkjPwuKxvz6Viiawtbmb4CqnMKP6eGb1WqYas1airUS",
|
|
@@ -22,6 +21,6 @@ const service = {
|
|
|
22
21
|
id: `${exports.platform.id}-launch`,
|
|
23
22
|
name: "W Claim",
|
|
24
23
|
platformId: exports.platform.id,
|
|
25
|
-
contractsRaw: [solboundContract
|
|
24
|
+
contractsRaw: [solboundContract],
|
|
26
25
|
};
|
|
27
26
|
exports.services = [service];
|
package/dist/platforms/mayan.js
CHANGED
|
@@ -14,7 +14,6 @@ exports.platform = {
|
|
|
14
14
|
},
|
|
15
15
|
tags: ["bridge", "tool", "dapp"],
|
|
16
16
|
};
|
|
17
|
-
const jupiter_exchange_1 = require("./jupiter-exchange");
|
|
18
17
|
const contract = {
|
|
19
18
|
name: "Swift",
|
|
20
19
|
address: "BLZRi6frs4X4DNLw56V4EXai1b6QVESN1BhHBTYM9VcY",
|
|
@@ -30,6 +29,6 @@ const bridgeService = {
|
|
|
30
29
|
id: `${exports.platform.id}-bridge`,
|
|
31
30
|
name: "Bridge",
|
|
32
31
|
platformId: exports.platform.id,
|
|
33
|
-
contractsRaw: [
|
|
32
|
+
contractsRaw: [],
|
|
34
33
|
};
|
|
35
34
|
exports.services = [claimService, bridgeService];
|
|
@@ -20,21 +20,10 @@ const main = {
|
|
|
20
20
|
address: "FitAFk15vtx2PBjfr7QTnefaHRx6HwajRiZMt1DdSSKU",
|
|
21
21
|
networkId: types_1.NetworkId.solana,
|
|
22
22
|
};
|
|
23
|
-
const airdrop = {
|
|
24
|
-
name: "Airdrop",
|
|
25
|
-
address: "FitAFk15vtx2PBjfr7QTnefaHRx6HwajRiZMt1DdSSKU",
|
|
26
|
-
networkId: types_1.NetworkId.solana,
|
|
27
|
-
};
|
|
28
23
|
const gameService = {
|
|
29
24
|
id: `${exports.platform.id}-game`,
|
|
30
25
|
name: "Game",
|
|
31
26
|
platformId: exports.platform.id,
|
|
32
27
|
contractsRaw: [main],
|
|
33
28
|
};
|
|
34
|
-
|
|
35
|
-
id: `${exports.platform.id}-airdrop`,
|
|
36
|
-
name: "Airdrop",
|
|
37
|
-
platformId: exports.platform.id,
|
|
38
|
-
contractsRaw: [airdrop],
|
|
39
|
-
};
|
|
40
|
-
exports.services = [gameService, airdropService];
|
|
29
|
+
exports.services = [gameService];
|
package/dist/platforms/pluto.js
CHANGED
|
@@ -17,7 +17,6 @@ exports.platform = {
|
|
|
17
17
|
documentation: "https://docs.pluto.so/",
|
|
18
18
|
},
|
|
19
19
|
};
|
|
20
|
-
const jupiter_exchange_1 = require("./jupiter-exchange");
|
|
21
20
|
const contract = {
|
|
22
21
|
name: "Leverage Machine",
|
|
23
22
|
address: "5UFYdXHgXLMsDzHyv6pQW9zv3fNkRSNqHwhR7UPnkhzy",
|
|
@@ -32,13 +31,13 @@ const withJupiterSwapService = {
|
|
|
32
31
|
id: `${exports.platform.id}-leverage-with-jupiter-swap`,
|
|
33
32
|
name: "Leverage",
|
|
34
33
|
platformId: exports.platform.id,
|
|
35
|
-
contractsRaw: [contract
|
|
34
|
+
contractsRaw: [contract],
|
|
36
35
|
};
|
|
37
36
|
const v2WithJupiterSwapService = {
|
|
38
37
|
id: `${exports.platform.id}-leverage-v2-with-jupiter-swap`,
|
|
39
38
|
name: "Leverage",
|
|
40
39
|
platformId: exports.platform.id,
|
|
41
|
-
contractsRaw: [contractV2
|
|
40
|
+
contractsRaw: [contractV2],
|
|
42
41
|
};
|
|
43
42
|
exports.services = [
|
|
44
43
|
withJupiterSwapService,
|
|
@@ -17,11 +17,6 @@ exports.platform = {
|
|
|
17
17
|
tokens: ["4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R"],
|
|
18
18
|
tags: ["dapp"],
|
|
19
19
|
};
|
|
20
|
-
const ammV3Contract = {
|
|
21
|
-
name: "AMM v3",
|
|
22
|
-
address: "EhhTKczWMGQt46ynNeRX1WfeagwwJd7ufHvCDjRxjo5Q",
|
|
23
|
-
networkId: types_1.NetworkId.solana,
|
|
24
|
-
};
|
|
25
20
|
const ammV4Contract = {
|
|
26
21
|
name: "AMM v4",
|
|
27
22
|
address: "675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8",
|
|
@@ -92,12 +87,6 @@ const launchpadContract = {
|
|
|
92
87
|
address: "LanMV9sAd7wArD4vJFi2qDdfnVhFxYSUg6eADduJ3uj",
|
|
93
88
|
networkId: types_1.NetworkId.solana,
|
|
94
89
|
};
|
|
95
|
-
const ammV3Service = {
|
|
96
|
-
id: `${exports.platform.id}-amm-v3`,
|
|
97
|
-
name: "Stake",
|
|
98
|
-
platformId: exports.platform.id,
|
|
99
|
-
contractsRaw: [ammV3Contract],
|
|
100
|
-
};
|
|
101
90
|
const ammV4Service = {
|
|
102
91
|
id: `${exports.platform.id}-amm-v4`,
|
|
103
92
|
name: "AMM v4",
|
|
@@ -183,7 +172,6 @@ const launchpadService = {
|
|
|
183
172
|
contractsRaw: [launchpadContract],
|
|
184
173
|
};
|
|
185
174
|
exports.services = [
|
|
186
|
-
ammV3Service,
|
|
187
175
|
ammV4Service,
|
|
188
176
|
ammV5Service,
|
|
189
177
|
ammRootingService,
|
package/dist/platforms/relay.js
CHANGED
|
@@ -12,7 +12,6 @@ exports.platform = {
|
|
|
12
12
|
},
|
|
13
13
|
tags: ["dapp", "bridge"],
|
|
14
14
|
};
|
|
15
|
-
const jupiter_exchange_1 = require("./jupiter-exchange");
|
|
16
15
|
const contract = {
|
|
17
16
|
name: "WSOL Unwrapper",
|
|
18
17
|
address: "DzACDmwdqc5ADPJKnZEcQAgpsPdvYzvYBMihPNN48pFE",
|
|
@@ -27,7 +26,7 @@ const service = {
|
|
|
27
26
|
id: `${exports.platform.id}-bridge`,
|
|
28
27
|
name: "Bridge",
|
|
29
28
|
platformId: exports.platform.id,
|
|
30
|
-
contractsRaw: [contract
|
|
29
|
+
contractsRaw: [contract],
|
|
31
30
|
};
|
|
32
31
|
const relayService = {
|
|
33
32
|
id: `${exports.platform.id}-relay-bridge`,
|
|
@@ -17,11 +17,6 @@ exports.platform = {
|
|
|
17
17
|
},
|
|
18
18
|
tokens: ["CLoUDKc4Ane7HeQcPpE3YHnznRxhMimJ4MyaUqyHFzAu"],
|
|
19
19
|
};
|
|
20
|
-
const poolContract = {
|
|
21
|
-
name: "Infinity Pool",
|
|
22
|
-
address: "5ocnV1qiCgaQR8Jb8xWnVbApfaygJ8tNoZfgPwsgx9kx",
|
|
23
|
-
networkId: types_1.NetworkId.solana,
|
|
24
|
-
};
|
|
25
20
|
const infContract = {
|
|
26
21
|
name: "Infinity",
|
|
27
22
|
address: "5ocnV1qiCgaQR8Jb8xWnVbApfaygJ8tNoZfgPwsgx9kx",
|
|
@@ -63,7 +58,7 @@ const poolService = {
|
|
|
63
58
|
id: `${exports.platform.id}-pool`,
|
|
64
59
|
name: "Infinity Pool",
|
|
65
60
|
platformId: exports.platform.id,
|
|
66
|
-
contractsRaw: [
|
|
61
|
+
contractsRaw: [infContract],
|
|
67
62
|
};
|
|
68
63
|
const routerService = {
|
|
69
64
|
id: `${exports.platform.id}-router`,
|
|
@@ -71,12 +66,6 @@ const routerService = {
|
|
|
71
66
|
platformId: exports.platform.id,
|
|
72
67
|
contractsRaw: [routerContract],
|
|
73
68
|
};
|
|
74
|
-
const tradeService = {
|
|
75
|
-
id: `${exports.platform.id}-trade`,
|
|
76
|
-
name: "Trade",
|
|
77
|
-
platformId: exports.platform.id,
|
|
78
|
-
contractsRaw: [infContract],
|
|
79
|
-
};
|
|
80
69
|
const asrService = {
|
|
81
70
|
id: `${exports.platform.id}-asr`,
|
|
82
71
|
name: "ASR",
|
|
@@ -88,6 +77,5 @@ exports.services = [
|
|
|
88
77
|
stakingService,
|
|
89
78
|
poolService,
|
|
90
79
|
routerService,
|
|
91
|
-
tradeService,
|
|
92
80
|
asrService,
|
|
93
81
|
];
|
package/dist/platforms/save.js
CHANGED
|
@@ -25,11 +25,6 @@ exports.saveContract = {
|
|
|
25
25
|
address: "So1endDq2YkqhipRh3WViPa8hdiSpxWy6z3Z6tMCpAo",
|
|
26
26
|
networkId: types_1.NetworkId.solana,
|
|
27
27
|
};
|
|
28
|
-
const wrapperContract = {
|
|
29
|
-
name: "Wrapper",
|
|
30
|
-
address: "3JmCcXAjmBpFzHHuUpgJFfTQEQnAR7K1erNLtWV1g7d9",
|
|
31
|
-
networkId: types_1.NetworkId.solana,
|
|
32
|
-
};
|
|
33
28
|
const migrationContract = {
|
|
34
29
|
name: "Save Migration",
|
|
35
30
|
address: "S2SquuEfKRHm1riCj13WobJJzf3CgUwu7QmijxjpTfx",
|
|
@@ -52,12 +47,6 @@ const migrationService = {
|
|
|
52
47
|
platformId: exports.platform.id,
|
|
53
48
|
contractsRaw: [migrationContract],
|
|
54
49
|
};
|
|
55
|
-
const wrapperService = {
|
|
56
|
-
id: `${exports.platform.id}-wrapper`,
|
|
57
|
-
name: "Wrapper",
|
|
58
|
-
platformId: exports.platform.id,
|
|
59
|
-
contractsRaw: [wrapperContract],
|
|
60
|
-
};
|
|
61
50
|
const rewardService = {
|
|
62
51
|
id: `${exports.platform.id}-reward`,
|
|
63
52
|
name: "Reward",
|
|
@@ -67,6 +56,5 @@ const rewardService = {
|
|
|
67
56
|
exports.services = [
|
|
68
57
|
lendingService,
|
|
69
58
|
migrationService,
|
|
70
|
-
wrapperService,
|
|
71
59
|
rewardService,
|
|
72
60
|
];
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.services = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
|
-
const solana_1 = require("./solana");
|
|
6
5
|
exports.platform = {
|
|
7
6
|
id: "solayer",
|
|
8
7
|
name: "Solayer",
|
|
@@ -54,7 +53,7 @@ const restakingService = {
|
|
|
54
53
|
id: `${exports.platform.id}-restaking`,
|
|
55
54
|
name: "Restaking",
|
|
56
55
|
platformId: exports.platform.id,
|
|
57
|
-
contractsRaw: [
|
|
56
|
+
contractsRaw: [],
|
|
58
57
|
};
|
|
59
58
|
const airdropService = {
|
|
60
59
|
id: `${exports.platform.id}-airdrop`,
|
|
@@ -72,7 +71,7 @@ const delegateService = {
|
|
|
72
71
|
id: `${exports.platform.id}-delegate`,
|
|
73
72
|
name: "Delegate",
|
|
74
73
|
platformId: exports.platform.id,
|
|
75
|
-
contractsRaw: [endoAvsContract
|
|
74
|
+
contractsRaw: [endoAvsContract],
|
|
76
75
|
};
|
|
77
76
|
exports.services = [
|
|
78
77
|
solayerService,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "streamflow",
|
|
@@ -18,7 +18,7 @@ exports.platform = {
|
|
|
18
18
|
},
|
|
19
19
|
tokens: ["STREAMribRwybYpMmSYoCsQUdr6MZNXEqHgm7p1gu9M"],
|
|
20
20
|
};
|
|
21
|
-
|
|
21
|
+
const vestingContract = {
|
|
22
22
|
name: "Vesting",
|
|
23
23
|
address: "strmRqUCoQUgGUan5YhzUZa6KqdzwX5L6FpUxfmKg5m",
|
|
24
24
|
networkId: types_1.NetworkId.solana,
|
|
@@ -42,7 +42,7 @@ const vestingService = {
|
|
|
42
42
|
id: `${exports.platform.id}-vesting`,
|
|
43
43
|
name: "Vesting",
|
|
44
44
|
platformId: exports.platform.id,
|
|
45
|
-
contractsRaw: [
|
|
45
|
+
contractsRaw: [vestingContract],
|
|
46
46
|
};
|
|
47
47
|
const stakingService = {
|
|
48
48
|
id: `${exports.platform.id}-staking`,
|
package/dist/platforms/tensor.js
CHANGED
|
@@ -31,11 +31,6 @@ const bidContract = {
|
|
|
31
31
|
address: "TB1Dqt8JeKQh7RLDzfYDJsq8KS4fS2yt87avRjyRxMv",
|
|
32
32
|
networkId: types_1.NetworkId.solana,
|
|
33
33
|
};
|
|
34
|
-
const airdropContract = {
|
|
35
|
-
name: "Magma",
|
|
36
|
-
address: "3zK38YBP6u3BpLUpaa6QhRHh4VXdv3J8cmD24fFpuyqy",
|
|
37
|
-
networkId: types_1.NetworkId.solana,
|
|
38
|
-
};
|
|
39
34
|
const ammContract = {
|
|
40
35
|
name: "AMM",
|
|
41
36
|
address: "TAMM6ub33ij1mbetoMyVBLeKY5iP41i4UPUJQGkhfsg",
|
|
@@ -58,12 +53,6 @@ const cnftService = {
|
|
|
58
53
|
platformId: exports.platform.id,
|
|
59
54
|
contractsRaw: [cnftContract],
|
|
60
55
|
};
|
|
61
|
-
const airdropService = {
|
|
62
|
-
id: `${exports.platform.id}-airdrop`,
|
|
63
|
-
name: "Vesting Airdrop",
|
|
64
|
-
platformId: exports.platform.id,
|
|
65
|
-
contractsRaw: [airdropContract],
|
|
66
|
-
};
|
|
67
56
|
const bidService = {
|
|
68
57
|
id: `${exports.platform.id}-bid`,
|
|
69
58
|
name: "Bid",
|
|
@@ -85,7 +74,6 @@ const luckyBuyService = {
|
|
|
85
74
|
exports.services = [
|
|
86
75
|
marketplaceService,
|
|
87
76
|
cnftService,
|
|
88
|
-
airdropService,
|
|
89
77
|
bidService,
|
|
90
78
|
tammService,
|
|
91
79
|
luckyBuyService,
|
|
@@ -16,21 +16,10 @@ const mainContract = {
|
|
|
16
16
|
address: "updg8JyjrmFE2h3d71p71zRXDR8q4C6Up8dDoeq3LTM",
|
|
17
17
|
networkId: types_1.NetworkId.solana,
|
|
18
18
|
};
|
|
19
|
-
const bubblegumContract = {
|
|
20
|
-
name: "Bubblegum",
|
|
21
|
-
address: "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY",
|
|
22
|
-
networkId: types_1.NetworkId.solana,
|
|
23
|
-
};
|
|
24
19
|
const service = {
|
|
25
20
|
id: `${exports.platform.id}-core`,
|
|
26
21
|
name: "Core",
|
|
27
22
|
platformId: exports.platform.id,
|
|
28
23
|
contractsRaw: [mainContract],
|
|
29
24
|
};
|
|
30
|
-
|
|
31
|
-
id: `${exports.platform.id}-metadata`,
|
|
32
|
-
name: "Metadata",
|
|
33
|
-
platformId: exports.platform.id,
|
|
34
|
-
contractsRaw: [bubblegumContract, mainContract],
|
|
35
|
-
};
|
|
36
|
-
exports.services = [service, metadataService];
|
|
25
|
+
exports.services = [service];
|
package/dist/platforms/wasabi.js
CHANGED
|
@@ -14,7 +14,6 @@ exports.platform = {
|
|
|
14
14
|
},
|
|
15
15
|
tags: ["dapp"],
|
|
16
16
|
};
|
|
17
|
-
const jupiter_exchange_1 = require("./jupiter-exchange");
|
|
18
17
|
const contract = {
|
|
19
18
|
name: "Main",
|
|
20
19
|
address: "spicyTHtbmarmUxwFSHYpA8G4uP2nRNq38RReMpoZ9c",
|
|
@@ -24,12 +23,6 @@ const tradeService = {
|
|
|
24
23
|
id: `${exports.platform.id}-trade`,
|
|
25
24
|
name: "Trade",
|
|
26
25
|
platformId: exports.platform.id,
|
|
27
|
-
contractsRaw: [contract, jupiter_exchange_1.jupiterV6Contract],
|
|
28
|
-
};
|
|
29
|
-
const earnService = {
|
|
30
|
-
id: `${exports.platform.id}-earn`,
|
|
31
|
-
name: "Trade",
|
|
32
|
-
platformId: exports.platform.id,
|
|
33
26
|
contractsRaw: [contract],
|
|
34
27
|
};
|
|
35
|
-
exports.services = [tradeService
|
|
28
|
+
exports.services = [tradeService];
|