@jup-ag/platform-list 1.2.25 → 1.2.29
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/aldrin.d.ts +42 -0
- package/dist/platforms/aldrin.js +48 -0
- package/dist/platforms/blueshift.js +12 -0
- package/dist/platforms/bonfida.js +27 -1
- package/dist/platforms/cashmere.d.ts +22 -0
- package/dist/platforms/cashmere.js +26 -0
- package/dist/platforms/cega.d.ts +22 -0
- package/dist/platforms/cega.js +26 -0
- package/dist/platforms/domin8.d.ts +4 -0
- package/dist/platforms/domin8.js +25 -0
- package/dist/platforms/drift.d.ts +1 -0
- package/dist/platforms/drift.js +12 -1
- package/dist/platforms/exoticmarkets.d.ts +22 -0
- package/dist/platforms/exoticmarkets.js +26 -0
- package/dist/platforms/flexlend.d.ts +1 -0
- package/dist/platforms/flexlend.js +14 -2
- package/dist/platforms/francium.d.ts +2 -1
- package/dist/platforms/francium.js +24 -8
- package/dist/platforms/friktion.d.ts +22 -0
- package/dist/platforms/friktion.js +26 -0
- package/dist/platforms/goblingold.d.ts +22 -0
- package/dist/platforms/goblingold.js +26 -0
- package/dist/platforms/hadeswap.d.ts +22 -0
- package/dist/platforms/hadeswap.js +28 -0
- package/dist/platforms/hastra.d.ts +5 -0
- package/dist/platforms/hastra.js +36 -0
- package/dist/platforms/hawksight.d.ts +1 -0
- package/dist/platforms/hawksight.js +14 -2
- package/dist/platforms/hedge.d.ts +22 -0
- package/dist/platforms/hedge.js +27 -0
- package/dist/platforms/helio.d.ts +5 -0
- package/dist/platforms/helio.js +36 -0
- package/dist/platforms/index.js +72 -0
- package/dist/platforms/invariant.d.ts +22 -0
- package/dist/platforms/invariant.js +26 -0
- package/dist/platforms/jet.d.ts +52 -0
- package/dist/platforms/jet.js +64 -0
- package/dist/platforms/katana.d.ts +32 -0
- package/dist/platforms/katana.js +36 -0
- package/dist/platforms/kineko.d.ts +22 -0
- package/dist/platforms/kineko.js +27 -0
- package/dist/platforms/larix.d.ts +32 -0
- package/dist/platforms/larix.js +38 -0
- package/dist/platforms/lido.d.ts +22 -0
- package/dist/platforms/lido.js +28 -0
- package/dist/platforms/lodesupply.js +13 -1
- package/dist/platforms/magiceden.d.ts +2 -1
- package/dist/platforms/magiceden.js +20 -8
- package/dist/platforms/metaplex.d.ts +1 -0
- package/dist/platforms/metaplex.js +15 -3
- package/dist/platforms/metengine.d.ts +3 -0
- package/dist/platforms/metengine.js +15 -0
- package/dist/platforms/meteora.js +4 -1
- package/dist/platforms/neutral.d.ts +1 -0
- package/dist/platforms/neutral.js +27 -2
- package/dist/platforms/nxfinance.d.ts +1 -0
- package/dist/platforms/nxfinance.js +13 -1
- package/dist/platforms/orca.js +4 -1
- package/dist/platforms/orderly.d.ts +1 -0
- package/dist/platforms/orderly.js +13 -2
- package/dist/platforms/parrot.d.ts +22 -0
- package/dist/platforms/parrot.js +27 -0
- package/dist/platforms/poolparty.d.ts +22 -0
- package/dist/platforms/poolparty.js +26 -0
- package/dist/platforms/port.d.ts +1 -0
- package/dist/platforms/port.js +14 -2
- package/dist/platforms/psy.d.ts +42 -0
- package/dist/platforms/psy.js +48 -0
- package/dist/platforms/pudgy.js +13 -1
- package/dist/platforms/quarry.d.ts +2 -0
- package/dist/platforms/quarry.js +29 -2
- package/dist/platforms/ratex.d.ts +2 -0
- package/dist/platforms/ratex.js +56 -2
- package/dist/platforms/ratio.d.ts +22 -0
- package/dist/platforms/ratio.js +30 -0
- package/dist/platforms/saber.d.ts +1 -0
- package/dist/platforms/saber.js +14 -2
- package/dist/platforms/solanart.d.ts +1 -0
- package/dist/platforms/solanart.js +21 -6
- package/dist/platforms/spdr.js +13 -1
- package/dist/platforms/sunny.d.ts +22 -0
- package/dist/platforms/sunny.js +27 -0
- package/dist/platforms/tulip.d.ts +4 -0
- package/dist/platforms/tulip.js +52 -2
- package/dist/platforms/uxd.d.ts +2 -1
- package/dist/platforms/uxd.js +14 -3
- package/dist/platforms/vectis.d.ts +1 -0
- package/dist/platforms/vectis.js +14 -2
- package/dist/platforms/wink.d.ts +1 -0
- package/dist/platforms/wink.js +14 -2
- package/dist/platforms/yawww.d.ts +22 -0
- package/dist/platforms/yawww.js +26 -0
- package/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.mainService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
4
5
|
exports.platform = {
|
|
5
6
|
id: "hawksight",
|
|
6
7
|
name: "HawkFi",
|
|
@@ -15,4 +16,15 @@ exports.platform = {
|
|
|
15
16
|
},
|
|
16
17
|
tags: ["dapp"],
|
|
17
18
|
};
|
|
18
|
-
|
|
19
|
+
const mainContract = {
|
|
20
|
+
name: "Main",
|
|
21
|
+
address: "FqGg2Y1FNxMiGd51Q6UETixQWkF5fB92MysbYogRJb3P",
|
|
22
|
+
networkId: types_1.NetworkId.solana,
|
|
23
|
+
};
|
|
24
|
+
exports.mainService = {
|
|
25
|
+
id: `${exports.platform.id}-core`,
|
|
26
|
+
name: "Core",
|
|
27
|
+
platformId: exports.platform.id,
|
|
28
|
+
contractsRaw: [mainContract],
|
|
29
|
+
};
|
|
30
|
+
exports.services = [exports.mainService];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PlatformRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const mainService: {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
platformId: string;
|
|
7
|
+
contractsRaw: {
|
|
8
|
+
name: string;
|
|
9
|
+
address: string;
|
|
10
|
+
networkId: "solana";
|
|
11
|
+
}[];
|
|
12
|
+
};
|
|
13
|
+
export declare const services: {
|
|
14
|
+
id: string;
|
|
15
|
+
name: string;
|
|
16
|
+
platformId: string;
|
|
17
|
+
contractsRaw: {
|
|
18
|
+
name: string;
|
|
19
|
+
address: string;
|
|
20
|
+
networkId: "solana";
|
|
21
|
+
}[];
|
|
22
|
+
}[];
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.mainService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "hedge",
|
|
7
|
+
name: "Hedge",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.hedge.so/",
|
|
10
|
+
twitter: "https://x.com/HedgeLabs",
|
|
11
|
+
github: "https://github.com/Hedge-Finance",
|
|
12
|
+
},
|
|
13
|
+
tags: ["dapp"],
|
|
14
|
+
isDeprecated: true,
|
|
15
|
+
};
|
|
16
|
+
const mainContract = {
|
|
17
|
+
name: "Main",
|
|
18
|
+
address: "HedgeEohwU6RqokrvPU4Hb6XKPub8NuKbnPmY7FoMMtN",
|
|
19
|
+
networkId: types_1.NetworkId.solana,
|
|
20
|
+
};
|
|
21
|
+
exports.mainService = {
|
|
22
|
+
id: `${exports.platform.id}-main`,
|
|
23
|
+
name: "Main",
|
|
24
|
+
platformId: exports.platform.id,
|
|
25
|
+
contractsRaw: [mainContract],
|
|
26
|
+
};
|
|
27
|
+
exports.services = [exports.mainService];
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.paymentV2Service = exports.paymentService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "helio",
|
|
7
|
+
name: "MoonPay Commerce (Helio)",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.hel.io/",
|
|
10
|
+
twitter: "https://x.com/MoonPayCommerce",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
};
|
|
14
|
+
const contractV2 = {
|
|
15
|
+
name: "Payment",
|
|
16
|
+
address: "ENicYBBNZQ91toN7ggmTxnDGZW14uv9UkumN7XBGeYJ4",
|
|
17
|
+
networkId: types_1.NetworkId.solana,
|
|
18
|
+
};
|
|
19
|
+
const contractV1 = {
|
|
20
|
+
name: "Payment V1",
|
|
21
|
+
address: "3KPRuKWxV6PtneZXbokMBwdF4T9brCFx7FcmKJ2tPqqt",
|
|
22
|
+
networkId: types_1.NetworkId.solana,
|
|
23
|
+
};
|
|
24
|
+
exports.paymentService = {
|
|
25
|
+
id: `${exports.platform.id}-payment`,
|
|
26
|
+
name: "Payment",
|
|
27
|
+
platformId: exports.platform.id,
|
|
28
|
+
contractsRaw: [contractV2],
|
|
29
|
+
};
|
|
30
|
+
exports.paymentV2Service = {
|
|
31
|
+
id: `${exports.platform.id}-payment-v1`,
|
|
32
|
+
name: "Payment V1",
|
|
33
|
+
platformId: exports.platform.id,
|
|
34
|
+
contractsRaw: [contractV1],
|
|
35
|
+
};
|
|
36
|
+
exports.services = [exports.paymentService, exports.paymentV2Service];
|
package/dist/platforms/index.js
CHANGED
|
@@ -41,6 +41,7 @@ const accessprotocol = __importStar(require("./accessprotocol"));
|
|
|
41
41
|
const adrastea = __importStar(require("./adrastea"));
|
|
42
42
|
const adrena = __importStar(require("./adrena"));
|
|
43
43
|
const akuma = __importStar(require("./akuma"));
|
|
44
|
+
const aldrin = __importStar(require("./aldrin"));
|
|
44
45
|
const allbridge = __importStar(require("./allbridge"));
|
|
45
46
|
const alldomains = __importStar(require("./alldomains"));
|
|
46
47
|
const amulet = __importStar(require("./amulet"));
|
|
@@ -71,6 +72,8 @@ const bulktrade = __importStar(require("./bulktrade"));
|
|
|
71
72
|
const byreal = __importStar(require("./byreal"));
|
|
72
73
|
const candle = __importStar(require("./candle"));
|
|
73
74
|
const carrot = __importStar(require("./carrot"));
|
|
75
|
+
const cashmere = __importStar(require("./cashmere"));
|
|
76
|
+
const cega = __importStar(require("./cega"));
|
|
74
77
|
const circle = __importStar(require("./circle"));
|
|
75
78
|
const circuit = __importStar(require("./circuit"));
|
|
76
79
|
const citrus = __importStar(require("./citrus"));
|
|
@@ -89,12 +92,14 @@ const degencoinflip = __importStar(require("./degencoinflip"));
|
|
|
89
92
|
const degods = __importStar(require("./degods"));
|
|
90
93
|
const dflow = __importStar(require("./dflow"));
|
|
91
94
|
const divvy = __importStar(require("./divvy"));
|
|
95
|
+
const domin8 = __importStar(require("./domin8"));
|
|
92
96
|
const doubleup = __importStar(require("./doubleup"));
|
|
93
97
|
const drift = __importStar(require("./drift"));
|
|
94
98
|
const drip = __importStar(require("./drip"));
|
|
95
99
|
const dumpy = __importStar(require("./dumpy"));
|
|
96
100
|
const elemental = __importStar(require("./elemental"));
|
|
97
101
|
const ensofi = __importStar(require("./ensofi"));
|
|
102
|
+
const exoticmarkets = __importStar(require("./exoticmarkets"));
|
|
98
103
|
const exponent = __importStar(require("./exponent"));
|
|
99
104
|
const famousfoxfederation = __importStar(require("./famousfoxfederation"));
|
|
100
105
|
const fjordfoundry = __importStar(require("./fjordfoundry"));
|
|
@@ -105,12 +110,14 @@ const fluxbeam = __importStar(require("./fluxbeam"));
|
|
|
105
110
|
const fragmetric = __importStar(require("./fragmetric"));
|
|
106
111
|
const francium = __importStar(require("./francium"));
|
|
107
112
|
const frax = __importStar(require("./frax"));
|
|
113
|
+
const friktion = __importStar(require("./friktion"));
|
|
108
114
|
const futarchy = __importStar(require("./futarchy"));
|
|
109
115
|
const gary = __importStar(require("./gary"));
|
|
110
116
|
const gauntlet = __importStar(require("./gauntlet"));
|
|
111
117
|
const gecko = __importStar(require("./gecko"));
|
|
112
118
|
const genesysgo = __importStar(require("./genesysgo"));
|
|
113
119
|
const glow = __importStar(require("./glow"));
|
|
120
|
+
const goblingold = __importStar(require("./goblingold"));
|
|
114
121
|
const godl = __importStar(require("./godl"));
|
|
115
122
|
const gofurs = __importStar(require("./gofurs"));
|
|
116
123
|
const goki = __importStar(require("./goki"));
|
|
@@ -119,10 +126,14 @@ const gpool = __importStar(require("./gpool"));
|
|
|
119
126
|
const graphite = __importStar(require("./graphite"));
|
|
120
127
|
const grass = __importStar(require("./grass"));
|
|
121
128
|
const guano = __importStar(require("./guano"));
|
|
129
|
+
const hadeswap = __importStar(require("./hadeswap"));
|
|
130
|
+
const hastra = __importStar(require("./hastra"));
|
|
122
131
|
const haven = __importStar(require("./haven"));
|
|
123
132
|
const hawksight = __importStar(require("./hawksight"));
|
|
133
|
+
const hedge = __importStar(require("./hedge"));
|
|
124
134
|
const hedgehog = __importStar(require("./hedgehog"));
|
|
125
135
|
const hedgy = __importStar(require("./hedgy"));
|
|
136
|
+
const helio = __importStar(require("./helio"));
|
|
126
137
|
const helium = __importStar(require("./helium"));
|
|
127
138
|
const helius = __importStar(require("./helius"));
|
|
128
139
|
const holdium = __importStar(require("./holdium"));
|
|
@@ -132,6 +143,8 @@ const huma = __importStar(require("./huma"));
|
|
|
132
143
|
const hxro = __importStar(require("./hxro"));
|
|
133
144
|
const hylo = __importStar(require("./hylo"));
|
|
134
145
|
const iloop = __importStar(require("./iloop"));
|
|
146
|
+
const invariant = __importStar(require("./invariant"));
|
|
147
|
+
const jet = __importStar(require("./jet"));
|
|
135
148
|
const jito = __importStar(require("./jito"));
|
|
136
149
|
const jupiterExchange = __importStar(require("./jupiter-exchange"));
|
|
137
150
|
const jupiterGovernance = __importStar(require("./jupiter-governance"));
|
|
@@ -139,11 +152,15 @@ const jupiterJupuary = __importStar(require("./jupiter-jupuary"));
|
|
|
139
152
|
const jupiterLaunchpad = __importStar(require("./jupiter-launchpad"));
|
|
140
153
|
const jupiterPm = __importStar(require("./jupiter-pm"));
|
|
141
154
|
const kamino = __importStar(require("./kamino"));
|
|
155
|
+
const katana = __importStar(require("./katana"));
|
|
156
|
+
const kineko = __importStar(require("./kineko"));
|
|
142
157
|
const kishu = __importStar(require("./kishu"));
|
|
143
158
|
const knightrade = __importStar(require("./knightrade"));
|
|
144
159
|
const kyros = __importStar(require("./kyros"));
|
|
160
|
+
const larix = __importStar(require("./larix"));
|
|
145
161
|
const lavarage = __importStar(require("./lavarage"));
|
|
146
162
|
const layer3 = __importStar(require("./layer3"));
|
|
163
|
+
const lido = __importStar(require("./lido"));
|
|
147
164
|
const lifinity = __importStar(require("./lifinity"));
|
|
148
165
|
const ligma = __importStar(require("./ligma"));
|
|
149
166
|
const lince = __importStar(require("./lince"));
|
|
@@ -164,6 +181,7 @@ const maxbid = __importStar(require("./maxbid"));
|
|
|
164
181
|
const mayan = __importStar(require("./mayan"));
|
|
165
182
|
const melee = __importStar(require("./melee"));
|
|
166
183
|
const metaplex = __importStar(require("./metaplex"));
|
|
184
|
+
const metengine = __importStar(require("./metengine"));
|
|
167
185
|
const meteora = __importStar(require("./meteora"));
|
|
168
186
|
const mintech = __importStar(require("./mintech"));
|
|
169
187
|
const mooncake = __importStar(require("./mooncake"));
|
|
@@ -190,6 +208,7 @@ const oro = __importStar(require("./oro"));
|
|
|
190
208
|
const pancakeswap = __importStar(require("./pancakeswap"));
|
|
191
209
|
const paraswap = __importStar(require("./paraswap"));
|
|
192
210
|
const parcl = __importStar(require("./parcl"));
|
|
211
|
+
const parrot = __importStar(require("./parrot"));
|
|
193
212
|
const perena = __importStar(require("./perena"));
|
|
194
213
|
const phantom = __importStar(require("./phantom"));
|
|
195
214
|
const phoenix = __importStar(require("./phoenix"));
|
|
@@ -199,10 +218,12 @@ const picasso = __importStar(require("./picasso"));
|
|
|
199
218
|
const piggybank = __importStar(require("./piggybank"));
|
|
200
219
|
const playsolana = __importStar(require("./playsolana"));
|
|
201
220
|
const pluto = __importStar(require("./pluto"));
|
|
221
|
+
const poolparty = __importStar(require("./poolparty"));
|
|
202
222
|
const port = __importStar(require("./port"));
|
|
203
223
|
const portals = __importStar(require("./portals"));
|
|
204
224
|
const privacycash = __importStar(require("./privacycash"));
|
|
205
225
|
const project0 = __importStar(require("./project0"));
|
|
226
|
+
const psy = __importStar(require("./psy"));
|
|
206
227
|
const pudgy = __importStar(require("./pudgy"));
|
|
207
228
|
const puffcoin = __importStar(require("./puffcoin"));
|
|
208
229
|
const pumpfun = __importStar(require("./pumpfun"));
|
|
@@ -213,6 +234,7 @@ const pyth = __importStar(require("./pyth"));
|
|
|
213
234
|
const quarry = __importStar(require("./quarry"));
|
|
214
235
|
const rain = __importStar(require("./rain"));
|
|
215
236
|
const ratex = __importStar(require("./ratex"));
|
|
237
|
+
const ratio = __importStar(require("./ratio"));
|
|
216
238
|
const raydium = __importStar(require("./raydium"));
|
|
217
239
|
const realms = __importStar(require("./realms"));
|
|
218
240
|
const reflect = __importStar(require("./reflect"));
|
|
@@ -248,6 +270,7 @@ const stakewise = __importStar(require("./stakewise"));
|
|
|
248
270
|
const staratlas = __importStar(require("./staratlas"));
|
|
249
271
|
const stepfinance = __importStar(require("./stepfinance"));
|
|
250
272
|
const streamflow = __importStar(require("./streamflow"));
|
|
273
|
+
const sunny = __importStar(require("./sunny"));
|
|
251
274
|
const switchboard = __importStar(require("./switchboard"));
|
|
252
275
|
const symmetry = __importStar(require("./symmetry"));
|
|
253
276
|
const tensor = __importStar(require("./tensor"));
|
|
@@ -272,6 +295,7 @@ const wink = __importStar(require("./wink"));
|
|
|
272
295
|
const wintermute = __importStar(require("./wintermute"));
|
|
273
296
|
const wormhole = __importStar(require("./wormhole"));
|
|
274
297
|
const yaku = __importStar(require("./yaku"));
|
|
298
|
+
const yawww = __importStar(require("./yawww"));
|
|
275
299
|
const yieldfan = __importStar(require("./yieldfan"));
|
|
276
300
|
const zelo = __importStar(require("./zelo"));
|
|
277
301
|
const zeta = __importStar(require("./zeta"));
|
|
@@ -283,6 +307,7 @@ exports.platforms = [
|
|
|
283
307
|
adrastea.platform,
|
|
284
308
|
adrena.platform,
|
|
285
309
|
akuma.platform,
|
|
310
|
+
aldrin.platform,
|
|
286
311
|
allbridge.platform,
|
|
287
312
|
alldomains.platform,
|
|
288
313
|
amulet.platform,
|
|
@@ -313,6 +338,8 @@ exports.platforms = [
|
|
|
313
338
|
byreal.platform,
|
|
314
339
|
candle.platform,
|
|
315
340
|
carrot.platform,
|
|
341
|
+
cashmere.platform,
|
|
342
|
+
cega.platform,
|
|
316
343
|
circle.platform,
|
|
317
344
|
circuit.platform,
|
|
318
345
|
citrus.platform,
|
|
@@ -331,12 +358,14 @@ exports.platforms = [
|
|
|
331
358
|
degods.platform,
|
|
332
359
|
dflow.platform,
|
|
333
360
|
divvy.platform,
|
|
361
|
+
domin8.platform,
|
|
334
362
|
doubleup.platform,
|
|
335
363
|
drift.platform,
|
|
336
364
|
drip.platform,
|
|
337
365
|
dumpy.platform,
|
|
338
366
|
elemental.platform,
|
|
339
367
|
ensofi.platform,
|
|
368
|
+
exoticmarkets.platform,
|
|
340
369
|
exponent.platform,
|
|
341
370
|
famousfoxfederation.platform,
|
|
342
371
|
fjordfoundry.platform,
|
|
@@ -347,12 +376,14 @@ exports.platforms = [
|
|
|
347
376
|
fragmetric.platform,
|
|
348
377
|
francium.platform,
|
|
349
378
|
frax.platform,
|
|
379
|
+
friktion.platform,
|
|
350
380
|
futarchy.platform,
|
|
351
381
|
gary.platform,
|
|
352
382
|
gauntlet.platform,
|
|
353
383
|
gecko.platform,
|
|
354
384
|
genesysgo.platform,
|
|
355
385
|
glow.platform,
|
|
386
|
+
goblingold.platform,
|
|
356
387
|
godl.platform,
|
|
357
388
|
gofurs.platform,
|
|
358
389
|
goki.platform,
|
|
@@ -361,10 +392,14 @@ exports.platforms = [
|
|
|
361
392
|
graphite.platform,
|
|
362
393
|
grass.platform,
|
|
363
394
|
guano.platform,
|
|
395
|
+
hadeswap.platform,
|
|
396
|
+
hastra.platform,
|
|
364
397
|
haven.platform,
|
|
365
398
|
hawksight.platform,
|
|
399
|
+
hedge.platform,
|
|
366
400
|
hedgehog.platform,
|
|
367
401
|
hedgy.platform,
|
|
402
|
+
helio.platform,
|
|
368
403
|
helium.platform,
|
|
369
404
|
helius.platform,
|
|
370
405
|
holdium.platform,
|
|
@@ -374,6 +409,8 @@ exports.platforms = [
|
|
|
374
409
|
hxro.platform,
|
|
375
410
|
hylo.platform,
|
|
376
411
|
iloop.platform,
|
|
412
|
+
invariant.platform,
|
|
413
|
+
jet.platform,
|
|
377
414
|
jito.platform,
|
|
378
415
|
jupiterExchange.platform,
|
|
379
416
|
jupiterGovernance.platform,
|
|
@@ -381,11 +418,15 @@ exports.platforms = [
|
|
|
381
418
|
jupiterLaunchpad.platform,
|
|
382
419
|
jupiterPm.platform,
|
|
383
420
|
kamino.platform,
|
|
421
|
+
katana.platform,
|
|
422
|
+
kineko.platform,
|
|
384
423
|
kishu.platform,
|
|
385
424
|
knightrade.platform,
|
|
386
425
|
kyros.platform,
|
|
426
|
+
larix.platform,
|
|
387
427
|
lavarage.platform,
|
|
388
428
|
layer3.platform,
|
|
429
|
+
lido.platform,
|
|
389
430
|
lifinity.platform,
|
|
390
431
|
ligma.platform,
|
|
391
432
|
lince.platform,
|
|
@@ -406,6 +447,7 @@ exports.platforms = [
|
|
|
406
447
|
mayan.platform,
|
|
407
448
|
melee.platform,
|
|
408
449
|
metaplex.platform,
|
|
450
|
+
metengine.platform,
|
|
409
451
|
meteora.platform,
|
|
410
452
|
mintech.platform,
|
|
411
453
|
mooncake.platform,
|
|
@@ -432,6 +474,7 @@ exports.platforms = [
|
|
|
432
474
|
pancakeswap.platform,
|
|
433
475
|
paraswap.platform,
|
|
434
476
|
parcl.platform,
|
|
477
|
+
parrot.platform,
|
|
435
478
|
perena.platform,
|
|
436
479
|
phantom.platform,
|
|
437
480
|
phoenix.platform,
|
|
@@ -441,10 +484,12 @@ exports.platforms = [
|
|
|
441
484
|
piggybank.platform,
|
|
442
485
|
playsolana.platform,
|
|
443
486
|
pluto.platform,
|
|
487
|
+
poolparty.platform,
|
|
444
488
|
port.platform,
|
|
445
489
|
portals.platform,
|
|
446
490
|
privacycash.platform,
|
|
447
491
|
project0.platform,
|
|
492
|
+
psy.platform,
|
|
448
493
|
pudgy.platform,
|
|
449
494
|
puffcoin.platform,
|
|
450
495
|
pumpfun.platform,
|
|
@@ -455,6 +500,7 @@ exports.platforms = [
|
|
|
455
500
|
quarry.platform,
|
|
456
501
|
rain.platform,
|
|
457
502
|
ratex.platform,
|
|
503
|
+
ratio.platform,
|
|
458
504
|
raydium.platform,
|
|
459
505
|
realms.platform,
|
|
460
506
|
reflect.platform,
|
|
@@ -490,6 +536,7 @@ exports.platforms = [
|
|
|
490
536
|
staratlas.platform,
|
|
491
537
|
stepfinance.platform,
|
|
492
538
|
streamflow.platform,
|
|
539
|
+
sunny.platform,
|
|
493
540
|
switchboard.platform,
|
|
494
541
|
symmetry.platform,
|
|
495
542
|
tensor.platform,
|
|
@@ -514,6 +561,7 @@ exports.platforms = [
|
|
|
514
561
|
wintermute.platform,
|
|
515
562
|
wormhole.platform,
|
|
516
563
|
yaku.platform,
|
|
564
|
+
yawww.platform,
|
|
517
565
|
yieldfan.platform,
|
|
518
566
|
zelo.platform,
|
|
519
567
|
zeta.platform,
|
|
@@ -526,6 +574,7 @@ exports.services = [
|
|
|
526
574
|
...adrastea.services,
|
|
527
575
|
...adrena.services,
|
|
528
576
|
...akuma.services,
|
|
577
|
+
...aldrin.services,
|
|
529
578
|
...allbridge.services,
|
|
530
579
|
...alldomains.services,
|
|
531
580
|
...amulet.services,
|
|
@@ -556,6 +605,8 @@ exports.services = [
|
|
|
556
605
|
...byreal.services,
|
|
557
606
|
...candle.services,
|
|
558
607
|
...carrot.services,
|
|
608
|
+
...cashmere.services,
|
|
609
|
+
...cega.services,
|
|
559
610
|
...circle.services,
|
|
560
611
|
...circuit.services,
|
|
561
612
|
...citrus.services,
|
|
@@ -574,12 +625,14 @@ exports.services = [
|
|
|
574
625
|
...degods.services,
|
|
575
626
|
...dflow.services,
|
|
576
627
|
...divvy.services,
|
|
628
|
+
...domin8.services,
|
|
577
629
|
...doubleup.services,
|
|
578
630
|
...drift.services,
|
|
579
631
|
...drip.services,
|
|
580
632
|
...dumpy.services,
|
|
581
633
|
...elemental.services,
|
|
582
634
|
...ensofi.services,
|
|
635
|
+
...exoticmarkets.services,
|
|
583
636
|
...exponent.services,
|
|
584
637
|
...famousfoxfederation.services,
|
|
585
638
|
...fjordfoundry.services,
|
|
@@ -590,12 +643,14 @@ exports.services = [
|
|
|
590
643
|
...fragmetric.services,
|
|
591
644
|
...francium.services,
|
|
592
645
|
...frax.services,
|
|
646
|
+
...friktion.services,
|
|
593
647
|
...futarchy.services,
|
|
594
648
|
...gary.services,
|
|
595
649
|
...gauntlet.services,
|
|
596
650
|
...gecko.services,
|
|
597
651
|
...genesysgo.services,
|
|
598
652
|
...glow.services,
|
|
653
|
+
...goblingold.services,
|
|
599
654
|
...godl.services,
|
|
600
655
|
...gofurs.services,
|
|
601
656
|
...goki.services,
|
|
@@ -604,10 +659,14 @@ exports.services = [
|
|
|
604
659
|
...graphite.services,
|
|
605
660
|
...grass.services,
|
|
606
661
|
...guano.services,
|
|
662
|
+
...hadeswap.services,
|
|
663
|
+
...hastra.services,
|
|
607
664
|
...haven.services,
|
|
608
665
|
...hawksight.services,
|
|
666
|
+
...hedge.services,
|
|
609
667
|
...hedgehog.services,
|
|
610
668
|
...hedgy.services,
|
|
669
|
+
...helio.services,
|
|
611
670
|
...helium.services,
|
|
612
671
|
...helius.services,
|
|
613
672
|
...holdium.services,
|
|
@@ -617,6 +676,8 @@ exports.services = [
|
|
|
617
676
|
...hxro.services,
|
|
618
677
|
...hylo.services,
|
|
619
678
|
...iloop.services,
|
|
679
|
+
...invariant.services,
|
|
680
|
+
...jet.services,
|
|
620
681
|
...jito.services,
|
|
621
682
|
...jupiterExchange.services,
|
|
622
683
|
...jupiterGovernance.services,
|
|
@@ -624,11 +685,15 @@ exports.services = [
|
|
|
624
685
|
...jupiterLaunchpad.services,
|
|
625
686
|
...jupiterPm.services,
|
|
626
687
|
...kamino.services,
|
|
688
|
+
...katana.services,
|
|
689
|
+
...kineko.services,
|
|
627
690
|
...kishu.services,
|
|
628
691
|
...knightrade.services,
|
|
629
692
|
...kyros.services,
|
|
693
|
+
...larix.services,
|
|
630
694
|
...lavarage.services,
|
|
631
695
|
...layer3.services,
|
|
696
|
+
...lido.services,
|
|
632
697
|
...lifinity.services,
|
|
633
698
|
...ligma.services,
|
|
634
699
|
...lince.services,
|
|
@@ -649,6 +714,7 @@ exports.services = [
|
|
|
649
714
|
...mayan.services,
|
|
650
715
|
...melee.services,
|
|
651
716
|
...metaplex.services,
|
|
717
|
+
...metengine.services,
|
|
652
718
|
...meteora.services,
|
|
653
719
|
...mintech.services,
|
|
654
720
|
...mooncake.services,
|
|
@@ -675,6 +741,7 @@ exports.services = [
|
|
|
675
741
|
...pancakeswap.services,
|
|
676
742
|
...paraswap.services,
|
|
677
743
|
...parcl.services,
|
|
744
|
+
...parrot.services,
|
|
678
745
|
...perena.services,
|
|
679
746
|
...phantom.services,
|
|
680
747
|
...phoenix.services,
|
|
@@ -684,10 +751,12 @@ exports.services = [
|
|
|
684
751
|
...piggybank.services,
|
|
685
752
|
...playsolana.services,
|
|
686
753
|
...pluto.services,
|
|
754
|
+
...poolparty.services,
|
|
687
755
|
...port.services,
|
|
688
756
|
...portals.services,
|
|
689
757
|
...privacycash.services,
|
|
690
758
|
...project0.services,
|
|
759
|
+
...psy.services,
|
|
691
760
|
...pudgy.services,
|
|
692
761
|
...puffcoin.services,
|
|
693
762
|
...pumpfun.services,
|
|
@@ -698,6 +767,7 @@ exports.services = [
|
|
|
698
767
|
...quarry.services,
|
|
699
768
|
...rain.services,
|
|
700
769
|
...ratex.services,
|
|
770
|
+
...ratio.services,
|
|
701
771
|
...raydium.services,
|
|
702
772
|
...realms.services,
|
|
703
773
|
...reflect.services,
|
|
@@ -733,6 +803,7 @@ exports.services = [
|
|
|
733
803
|
...staratlas.services,
|
|
734
804
|
...stepfinance.services,
|
|
735
805
|
...streamflow.services,
|
|
806
|
+
...sunny.services,
|
|
736
807
|
...switchboard.services,
|
|
737
808
|
...symmetry.services,
|
|
738
809
|
...tensor.services,
|
|
@@ -757,6 +828,7 @@ exports.services = [
|
|
|
757
828
|
...wintermute.services,
|
|
758
829
|
...wormhole.services,
|
|
759
830
|
...yaku.services,
|
|
831
|
+
...yawww.services,
|
|
760
832
|
...yieldfan.services,
|
|
761
833
|
...zelo.services,
|
|
762
834
|
...zeta.services,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PlatformRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const mainService: {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
platformId: string;
|
|
7
|
+
contractsRaw: {
|
|
8
|
+
name: string;
|
|
9
|
+
address: string;
|
|
10
|
+
networkId: "solana";
|
|
11
|
+
}[];
|
|
12
|
+
};
|
|
13
|
+
export declare const services: {
|
|
14
|
+
id: string;
|
|
15
|
+
name: string;
|
|
16
|
+
platformId: string;
|
|
17
|
+
contractsRaw: {
|
|
18
|
+
name: string;
|
|
19
|
+
address: string;
|
|
20
|
+
networkId: "solana";
|
|
21
|
+
}[];
|
|
22
|
+
}[];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.mainService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "invariant",
|
|
7
|
+
name: "Invariant",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://invariant.app/",
|
|
10
|
+
twitter: "https://x.com/invariant_labs",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
isDeprecated: true,
|
|
14
|
+
};
|
|
15
|
+
const mainContract = {
|
|
16
|
+
name: "Main",
|
|
17
|
+
address: "HyaB3W9q6XdA5xwpU4XnSZV94htfmbmqJXZcEbRaJutt",
|
|
18
|
+
networkId: types_1.NetworkId.solana,
|
|
19
|
+
};
|
|
20
|
+
exports.mainService = {
|
|
21
|
+
id: `${exports.platform.id}-main`,
|
|
22
|
+
name: "Main",
|
|
23
|
+
platformId: exports.platform.id,
|
|
24
|
+
contractsRaw: [mainContract],
|
|
25
|
+
};
|
|
26
|
+
exports.services = [exports.mainService];
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { PlatformRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const mainService: {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
platformId: string;
|
|
7
|
+
contractsRaw: {
|
|
8
|
+
name: string;
|
|
9
|
+
address: string;
|
|
10
|
+
networkId: "solana";
|
|
11
|
+
}[];
|
|
12
|
+
};
|
|
13
|
+
export declare const marginPoolService: {
|
|
14
|
+
id: string;
|
|
15
|
+
name: string;
|
|
16
|
+
platformId: string;
|
|
17
|
+
contractsRaw: {
|
|
18
|
+
name: string;
|
|
19
|
+
address: string;
|
|
20
|
+
networkId: "solana";
|
|
21
|
+
}[];
|
|
22
|
+
};
|
|
23
|
+
export declare const airspaceService: {
|
|
24
|
+
id: string;
|
|
25
|
+
name: string;
|
|
26
|
+
platformId: string;
|
|
27
|
+
contractsRaw: {
|
|
28
|
+
name: string;
|
|
29
|
+
address: string;
|
|
30
|
+
networkId: "solana";
|
|
31
|
+
}[];
|
|
32
|
+
};
|
|
33
|
+
export declare const marginService: {
|
|
34
|
+
id: string;
|
|
35
|
+
name: string;
|
|
36
|
+
platformId: string;
|
|
37
|
+
contractsRaw: {
|
|
38
|
+
name: string;
|
|
39
|
+
address: string;
|
|
40
|
+
networkId: "solana";
|
|
41
|
+
}[];
|
|
42
|
+
};
|
|
43
|
+
export declare const services: {
|
|
44
|
+
id: string;
|
|
45
|
+
name: string;
|
|
46
|
+
platformId: string;
|
|
47
|
+
contractsRaw: {
|
|
48
|
+
name: string;
|
|
49
|
+
address: string;
|
|
50
|
+
networkId: "solana";
|
|
51
|
+
}[];
|
|
52
|
+
}[];
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.marginService = exports.airspaceService = exports.marginPoolService = exports.mainService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "jet",
|
|
7
|
+
name: "Jet",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://jetprotocol.substack.com/",
|
|
10
|
+
twitter: "https://x.com/jetprotocol",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
isDeprecated: true,
|
|
14
|
+
};
|
|
15
|
+
const mainContract = {
|
|
16
|
+
name: "Main",
|
|
17
|
+
address: "JPLockxtkngHkaQT5AuRYow3HyUv5qWzmhwsCPd653n",
|
|
18
|
+
networkId: types_1.NetworkId.solana,
|
|
19
|
+
};
|
|
20
|
+
const marginPoolContract = {
|
|
21
|
+
name: "Margin Pool",
|
|
22
|
+
address: "JPPooLEqRo3NCSx82EdE2VZY5vUaSsgskpZPBHNGVLZ",
|
|
23
|
+
networkId: types_1.NetworkId.solana,
|
|
24
|
+
};
|
|
25
|
+
const airspaceContract = {
|
|
26
|
+
name: "Airspace",
|
|
27
|
+
address: "JPASMkxARMmbeahk37H8PAAP1UzPNC4wGhvwLnBsfHi",
|
|
28
|
+
networkId: types_1.NetworkId.solana,
|
|
29
|
+
};
|
|
30
|
+
const marginContract = {
|
|
31
|
+
name: "Margin",
|
|
32
|
+
address: "JPMRGNgRk3w2pzBM1RLNBnpGxQYsFQ3yXKpuk4tTXVZ",
|
|
33
|
+
networkId: types_1.NetworkId.solana,
|
|
34
|
+
};
|
|
35
|
+
exports.mainService = {
|
|
36
|
+
id: `${exports.platform.id}-main`,
|
|
37
|
+
name: "Main",
|
|
38
|
+
platformId: exports.platform.id,
|
|
39
|
+
contractsRaw: [mainContract],
|
|
40
|
+
};
|
|
41
|
+
exports.marginPoolService = {
|
|
42
|
+
id: `${exports.platform.id}-margin-pool`,
|
|
43
|
+
name: "Margin Pool",
|
|
44
|
+
platformId: exports.platform.id,
|
|
45
|
+
contractsRaw: [marginPoolContract],
|
|
46
|
+
};
|
|
47
|
+
exports.airspaceService = {
|
|
48
|
+
id: `${exports.platform.id}-airspace`,
|
|
49
|
+
name: "Airspace",
|
|
50
|
+
platformId: exports.platform.id,
|
|
51
|
+
contractsRaw: [airspaceContract],
|
|
52
|
+
};
|
|
53
|
+
exports.marginService = {
|
|
54
|
+
id: `${exports.platform.id}-margin`,
|
|
55
|
+
name: "Margin",
|
|
56
|
+
platformId: exports.platform.id,
|
|
57
|
+
contractsRaw: [marginContract],
|
|
58
|
+
};
|
|
59
|
+
exports.services = [
|
|
60
|
+
exports.mainService,
|
|
61
|
+
exports.marginPoolService,
|
|
62
|
+
exports.airspaceService,
|
|
63
|
+
exports.marginService,
|
|
64
|
+
];
|