@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
|
@@ -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: "poolparty",
|
|
7
|
+
name: "PoolParty",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://joinpoolparty.io/",
|
|
10
|
+
twitter: "https://x.com/joinpoolpartyio",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
isDeprecated: true,
|
|
14
|
+
};
|
|
15
|
+
const mainContract = {
|
|
16
|
+
name: "Main",
|
|
17
|
+
address: "57JfdST1qV2upu9fU3E2K2GdQpzJhU36C8n61qnZrGea",
|
|
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];
|
package/dist/platforms/port.d.ts
CHANGED
package/dist/platforms/port.js
CHANGED
|
@@ -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.service = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
4
5
|
exports.platform = {
|
|
5
6
|
id: "port",
|
|
6
7
|
name: "Port",
|
|
@@ -13,4 +14,15 @@ exports.platform = {
|
|
|
13
14
|
},
|
|
14
15
|
tokens: ["PoRTjZMPXb9T7dyU7tpLEZRQj7e6ssfAE62j2oQuc6y"],
|
|
15
16
|
};
|
|
16
|
-
|
|
17
|
+
const contract = {
|
|
18
|
+
name: "Lending",
|
|
19
|
+
address: "Port7uDYB3wk6GJAw4KT1WpTeMtSu9bTcChBHkX2LfR",
|
|
20
|
+
networkId: types_1.NetworkId.solana,
|
|
21
|
+
};
|
|
22
|
+
exports.service = {
|
|
23
|
+
id: `${exports.platform.id}-lending`,
|
|
24
|
+
name: "Lending",
|
|
25
|
+
platformId: exports.platform.id,
|
|
26
|
+
contractsRaw: [contract],
|
|
27
|
+
};
|
|
28
|
+
exports.services = [exports.service];
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { PlatformRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const securePutService: {
|
|
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 stakeService: {
|
|
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 marketMakerService: {
|
|
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 services: {
|
|
34
|
+
id: string;
|
|
35
|
+
name: string;
|
|
36
|
+
platformId: string;
|
|
37
|
+
contractsRaw: {
|
|
38
|
+
name: string;
|
|
39
|
+
address: string;
|
|
40
|
+
networkId: "solana";
|
|
41
|
+
}[];
|
|
42
|
+
}[];
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.marketMakerService = exports.stakeService = exports.securePutService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "psy",
|
|
7
|
+
name: "Psy Finance",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://x.com/PsyOptions",
|
|
10
|
+
twitter: "https://x.com/PsyOptions",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
isDeprecated: true,
|
|
14
|
+
};
|
|
15
|
+
const securedPutContract = {
|
|
16
|
+
name: "Secured Put",
|
|
17
|
+
address: "PSYFiYqguvMXwpDooGdYV6mju92YEbFobbvW617VNcq",
|
|
18
|
+
networkId: types_1.NetworkId.solana,
|
|
19
|
+
};
|
|
20
|
+
const marketMakerContract = {
|
|
21
|
+
name: "Market Maker",
|
|
22
|
+
address: "PSYAFJTojpfAjYcHMcFdU89s5hwKA6hgihnvD9Hitue",
|
|
23
|
+
networkId: types_1.NetworkId.solana,
|
|
24
|
+
};
|
|
25
|
+
const stakeContract = {
|
|
26
|
+
name: "Stake",
|
|
27
|
+
address: "pSystkitWgLkzprdAvraP8DSBiXwee715wiSXGJe8yr",
|
|
28
|
+
networkId: types_1.NetworkId.solana,
|
|
29
|
+
};
|
|
30
|
+
exports.securePutService = {
|
|
31
|
+
id: `${exports.platform.id}-secure-put`,
|
|
32
|
+
name: "Secure Put",
|
|
33
|
+
platformId: exports.platform.id,
|
|
34
|
+
contractsRaw: [securedPutContract],
|
|
35
|
+
};
|
|
36
|
+
exports.stakeService = {
|
|
37
|
+
id: `${exports.platform.id}-stake`,
|
|
38
|
+
name: "Stake",
|
|
39
|
+
platformId: exports.platform.id,
|
|
40
|
+
contractsRaw: [stakeContract],
|
|
41
|
+
};
|
|
42
|
+
exports.marketMakerService = {
|
|
43
|
+
id: `${exports.platform.id}-market-maker`,
|
|
44
|
+
name: "Market Maker",
|
|
45
|
+
platformId: exports.platform.id,
|
|
46
|
+
contractsRaw: [marketMakerContract],
|
|
47
|
+
};
|
|
48
|
+
exports.services = [exports.securePutService, exports.marketMakerService, exports.stakeService];
|
package/dist/platforms/pudgy.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
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");
|
|
4
5
|
exports.platform = {
|
|
5
6
|
id: "pudgy",
|
|
6
7
|
name: "Pudgy Penguins",
|
|
@@ -12,4 +13,15 @@ exports.platform = {
|
|
|
12
13
|
tokens: ["2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv"],
|
|
13
14
|
tags: ["nft-collection"],
|
|
14
15
|
};
|
|
15
|
-
|
|
16
|
+
const contract = {
|
|
17
|
+
name: "Airdrop",
|
|
18
|
+
address: "CUEB3rQGVrvCRTmyjLrPnsd6bBBsGbz1Sr49vxNLJkGR",
|
|
19
|
+
networkId: types_1.NetworkId.solana,
|
|
20
|
+
};
|
|
21
|
+
const service = {
|
|
22
|
+
id: `${exports.platform.id}-airdrop`,
|
|
23
|
+
name: "Airdrop",
|
|
24
|
+
platformId: exports.platform.id,
|
|
25
|
+
contractsRaw: [contract],
|
|
26
|
+
};
|
|
27
|
+
exports.services = [service];
|
|
@@ -2,4 +2,6 @@ import { PlatformRaw, ServiceRaw } from "../types";
|
|
|
2
2
|
export declare const platform: PlatformRaw;
|
|
3
3
|
export declare const minerService: ServiceRaw;
|
|
4
4
|
export declare const mergeMinerService: ServiceRaw;
|
|
5
|
+
export declare const redeemService: ServiceRaw;
|
|
6
|
+
export declare const registryService: ServiceRaw;
|
|
5
7
|
export declare const services: ServiceRaw[];
|
package/dist/platforms/quarry.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.mergeMinerService = exports.minerService = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.registryService = exports.redeemService = exports.mergeMinerService = exports.minerService = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "quarry",
|
|
@@ -23,6 +23,16 @@ const mergeContract = {
|
|
|
23
23
|
address: "QMMD16kjauP5knBwxNUJRZ1Z5o3deBuFrqVjBVmmqto",
|
|
24
24
|
networkId: types_1.NetworkId.solana,
|
|
25
25
|
};
|
|
26
|
+
const redeemContract = {
|
|
27
|
+
name: "Redeem",
|
|
28
|
+
address: "QRDxhMw1P2NEfiw5mYXG79bwfgHTdasY2xNP76XSea9",
|
|
29
|
+
networkId: types_1.NetworkId.solana,
|
|
30
|
+
};
|
|
31
|
+
const registryContract = {
|
|
32
|
+
name: "Registry",
|
|
33
|
+
address: "QREGBnEj9Sa5uR91AV8u3FxThgP5ZCvdZUW2bHAkfNc",
|
|
34
|
+
networkId: types_1.NetworkId.solana,
|
|
35
|
+
};
|
|
26
36
|
exports.minerService = {
|
|
27
37
|
id: `${exports.platform.id}-miner`,
|
|
28
38
|
name: "Miner",
|
|
@@ -35,4 +45,21 @@ exports.mergeMinerService = {
|
|
|
35
45
|
platformId: exports.platform.id,
|
|
36
46
|
contractsRaw: [mergeContract],
|
|
37
47
|
};
|
|
38
|
-
exports.
|
|
48
|
+
exports.redeemService = {
|
|
49
|
+
id: `${exports.platform.id}-redeemer`,
|
|
50
|
+
name: "Redeemer",
|
|
51
|
+
platformId: exports.platform.id,
|
|
52
|
+
contractsRaw: [redeemContract],
|
|
53
|
+
};
|
|
54
|
+
exports.registryService = {
|
|
55
|
+
id: `${exports.platform.id}-registry`,
|
|
56
|
+
name: "Registry",
|
|
57
|
+
platformId: exports.platform.id,
|
|
58
|
+
contractsRaw: [registryContract],
|
|
59
|
+
};
|
|
60
|
+
exports.services = [
|
|
61
|
+
exports.minerService,
|
|
62
|
+
exports.mergeMinerService,
|
|
63
|
+
exports.redeemService,
|
|
64
|
+
exports.registryService,
|
|
65
|
+
];
|
package/dist/platforms/ratex.js
CHANGED
|
@@ -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.service = exports.programIds = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
4
5
|
exports.platform = {
|
|
5
6
|
id: "ratex",
|
|
6
7
|
name: "RateX",
|
|
@@ -16,4 +17,57 @@ exports.platform = {
|
|
|
16
17
|
},
|
|
17
18
|
tags: ["dapp"],
|
|
18
19
|
};
|
|
19
|
-
|
|
20
|
+
// lookupAddressTable Es56bH1dokFwohpWS8XYSfTXavvSEuyob2FnUYzF6pCL
|
|
21
|
+
// lookupAddressTable J1NBWaniyDdnnm4dsdTXKmNJog5p4ye1AtVeqkkrUFyM
|
|
22
|
+
exports.programIds = [
|
|
23
|
+
"RAtEwzA1rerjeWip6uMuheQtzykxYCrEQRaSFCCrf2D",
|
|
24
|
+
"RATEuvat8kBBvomUgsbGDS2EV4KjKCoMKCP3DpxYmF8",
|
|
25
|
+
"RAtEjoYMC6U3fWrbxcuda1N4hcgDbgqQN8MFCsA7ge2",
|
|
26
|
+
"rAtEti4KRfAtVTYhcdYbVznJkbt8yTAXebwHEAr31xr",
|
|
27
|
+
"RAtegmyRsp72GuTVFrg68KC4EryqHYp5tWNdm9qJ3ub",
|
|
28
|
+
"rATeLFtHiGs6Q1rz4VNsp62vc3B8dLsDrNFm2NzKHSR",
|
|
29
|
+
"rAtERVnFCEdaY3BqP7w1wdMJFphHz9m8uTyLjRkw8Fu",
|
|
30
|
+
"ratEH6tibNBomaJtiFtivmPk7pxcPPvRg3mEt8vZiEK",
|
|
31
|
+
"rATEA6NzH5jVXbJkAwPsknuvviVrSnSpARNATkG2ZJ6",
|
|
32
|
+
"raTeSRo3LFRvsrcXFKgu1P8F4DLE39h6b1zeT2HfwAq",
|
|
33
|
+
"RaTEiNdQ31benKiF11k1kzv48EeK69HHNadvQXiFq6Z",
|
|
34
|
+
"raTeSq8Ebeb1JR3xRgSz7i2DP35Fyz5zsszkijgnXKm",
|
|
35
|
+
"RaTeUhvvohYGErSb2Sy3RA5EdMv9A9jtiJe8FHTg7uK",
|
|
36
|
+
"rAtewzmMSgn1QGewCM8PHdoW49bbuzrDQi4ftFoTFWo",
|
|
37
|
+
"ratEoDQr8juEipHZ7kx1Vu7BffJ2t2R27ScJCJHDiSV",
|
|
38
|
+
"RAtELWRTmTxPtDUue6ihnoXRhLzjbFixvJmH9RwymLo",
|
|
39
|
+
"raTeaQusQToYvnH1kU531VJiUnsBjvwF19CUvFW3EAj",
|
|
40
|
+
"RatEdYzPhpaBhUCoaUm7Vcq2PVXyKt1qzPS1VBqYpGz",
|
|
41
|
+
"RatEYEfgg9jtNHS6Szk5FZsJWCtDJufqXQXajzFstrt",
|
|
42
|
+
"RAtERBd1ujYhv3ddY2sYtxvTLggwwQckureGz7XrKYU",
|
|
43
|
+
"rATE72gUT1BBYk5aLujzHumXqnnm9v1BrYngLadL2nw",
|
|
44
|
+
"rAtEFNJKz4T1ccUj7A5PpDgwyBhZbba8wSoFMfAju9J",
|
|
45
|
+
"RATEvhkMJiUPxD4VoPKWutvf87sj1n3rqKWgfQgaBRs",
|
|
46
|
+
"RAte2gSaXmo5YSbpGHDKpK64J7frAmonHBpi4odtyRV",
|
|
47
|
+
"RatEimg3gZ3fkM5ivJ7kBEt2CYCyBe78cZokkbJYWUN",
|
|
48
|
+
"RatE8tuHWtSQSHqk9dtcZKQipUJfZXMvjxqFQuAjMnL",
|
|
49
|
+
"raTeAJ92EGM17TBENyDNvrsjmhhujvaanXCFKuxF494",
|
|
50
|
+
"RatEqyzDoJW8bAk2dBp9rTZCYykhLxt4P7CDxodKK1L",
|
|
51
|
+
"RAtePjCQkLqCECgAWPgGaSje5rnoSbpHXc8HuBBZxaU",
|
|
52
|
+
"rateE3GompDX8X8a6WEqwve7kge6YwCGEhN8krmTFjB",
|
|
53
|
+
"RaTEA6Gx8Yg7hK5N1nNC2zLe8KSm1NMEL3fMqMrDyiX",
|
|
54
|
+
"rateqk9kmMstT8SdVDyiV81Wuv4snjYyBjYoPkGqywK",
|
|
55
|
+
"rAtEXKMmfaKu3c7WyfnwZkpHb5bMbu4uYHhpX2DVUhY",
|
|
56
|
+
"ratEMFkpZf6movMQZPUAvtn72BzhVkABzUr53wQDXbp",
|
|
57
|
+
"rAte14X4CFgBXqPLEhmcLxkXVRoFthL3fcbBHVuvmxo",
|
|
58
|
+
"raTEMK3K8ahgwLuWUHEvp7aJXjVmcbNgj8XmQVMgt5q",
|
|
59
|
+
"RateFzvQT8Dz2HqDHAQj22ujp8B5kaBm2FUUkSoLgZm",
|
|
60
|
+
"raTEkEMFeDsvsELyQ5CMk4dS8Yhh3wyXXRL6QESd7p2",
|
|
61
|
+
"rAtEYiVSYnNEDcwqrFGwCbi7gFDYCssu2vmdozzyv4Q",
|
|
62
|
+
];
|
|
63
|
+
exports.service = {
|
|
64
|
+
id: `ratex-main`,
|
|
65
|
+
name: "RateX",
|
|
66
|
+
platformId: "ratex",
|
|
67
|
+
contractsRaw: exports.programIds.map((programId) => ({
|
|
68
|
+
name: "RateX",
|
|
69
|
+
address: programId,
|
|
70
|
+
networkId: types_1.NetworkId.solana,
|
|
71
|
+
})),
|
|
72
|
+
};
|
|
73
|
+
exports.services = [exports.service];
|
|
@@ -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,30 @@
|
|
|
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: "ratio",
|
|
7
|
+
name: "Ratio",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.ratio.finance/",
|
|
10
|
+
twitter: "https://x.com/ratiofinance",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
isDeprecated: true,
|
|
14
|
+
tokens: [
|
|
15
|
+
"USDrbBQwQbQ2oWHUPfA8QBHcyVxKUq1xHyXsSLKdUq2",
|
|
16
|
+
"ratioMVg27rSZbSvBopUvsdrGUzeALUfFma61mpxc8J",
|
|
17
|
+
],
|
|
18
|
+
};
|
|
19
|
+
const mainContract = {
|
|
20
|
+
name: "Main",
|
|
21
|
+
address: "RFLeGTwFXiXXETdJkZuu9iKgXNkYbywLpTu1TioDsDQ",
|
|
22
|
+
networkId: types_1.NetworkId.solana,
|
|
23
|
+
};
|
|
24
|
+
exports.mainService = {
|
|
25
|
+
id: `${exports.platform.id}-main`,
|
|
26
|
+
name: "Main",
|
|
27
|
+
platformId: exports.platform.id,
|
|
28
|
+
contractsRaw: [mainContract],
|
|
29
|
+
};
|
|
30
|
+
exports.services = [exports.mainService];
|
package/dist/platforms/saber.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.swapService = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.routerService = exports.swapService = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "saber",
|
|
@@ -11,6 +11,7 @@ exports.platform = {
|
|
|
11
11
|
links: {
|
|
12
12
|
website: "https://saberdao.io/",
|
|
13
13
|
},
|
|
14
|
+
tokens: ["Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1"],
|
|
14
15
|
};
|
|
15
16
|
const stableswapContract = {
|
|
16
17
|
name: "Stable Swap",
|
|
@@ -22,10 +23,21 @@ const swapContract = {
|
|
|
22
23
|
address: "YAkoNb6HKmSxQN9L8hiBE5tPJRsniSSMzND1boHmZxe",
|
|
23
24
|
networkId: types_1.NetworkId.solana,
|
|
24
25
|
};
|
|
26
|
+
const routerContract = {
|
|
27
|
+
name: "Router",
|
|
28
|
+
address: "Crt7UoUR6QgrFrN7j8rmSQpUTNWNSitSwWvsWGf1qZ5t",
|
|
29
|
+
networkId: types_1.NetworkId.solana,
|
|
30
|
+
};
|
|
25
31
|
exports.swapService = {
|
|
26
32
|
id: `${exports.platform.id}-swap`,
|
|
27
33
|
name: "Swap",
|
|
28
34
|
platformId: exports.platform.id,
|
|
29
35
|
contractsRaw: [stableswapContract, swapContract],
|
|
30
36
|
};
|
|
31
|
-
exports.
|
|
37
|
+
exports.routerService = {
|
|
38
|
+
id: `${exports.platform.id}-router`,
|
|
39
|
+
name: "Router",
|
|
40
|
+
platformId: exports.platform.id,
|
|
41
|
+
contractsRaw: [routerContract],
|
|
42
|
+
};
|
|
43
|
+
exports.services = [exports.swapService, exports.routerService];
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { PlatformRaw, ServiceRaw } from "../types";
|
|
2
2
|
export declare const platform: PlatformRaw;
|
|
3
3
|
export declare const stakingService: ServiceRaw;
|
|
4
|
+
export declare const globalOfferV1Service: ServiceRaw;
|
|
4
5
|
export declare const globalOfferService: ServiceRaw;
|
|
5
6
|
export declare const services: ServiceRaw[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.globalOfferService = exports.stakingService = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.globalOfferService = exports.globalOfferV1Service = exports.stakingService = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "solanart",
|
|
@@ -17,8 +17,13 @@ const mainContract = {
|
|
|
17
17
|
address: "CJsLwbP1iu5DuUikHEJnLfANgKy6stB2uFgvBBHoyxwz",
|
|
18
18
|
networkId: types_1.NetworkId.solana,
|
|
19
19
|
};
|
|
20
|
-
const
|
|
21
|
-
name: "Global Offer",
|
|
20
|
+
const globalOfferV1Contract = {
|
|
21
|
+
name: "Global Offer V1",
|
|
22
|
+
address: "Gov2UZUUffrk1CYYSJu943sM6jAMF31zGz8uJywQKziY",
|
|
23
|
+
networkId: types_1.NetworkId.solana,
|
|
24
|
+
};
|
|
25
|
+
const globalOfferV2Contract = {
|
|
26
|
+
name: "Global Offer V2",
|
|
22
27
|
address: "5ZfZAwP2m93waazg8DkrrVmsupeiPEvaEHowiUP7UAbJ",
|
|
23
28
|
networkId: types_1.NetworkId.solana,
|
|
24
29
|
};
|
|
@@ -28,10 +33,20 @@ exports.stakingService = {
|
|
|
28
33
|
platformId: exports.platform.id,
|
|
29
34
|
contractsRaw: [mainContract],
|
|
30
35
|
};
|
|
36
|
+
exports.globalOfferV1Service = {
|
|
37
|
+
id: `${exports.platform.id}-global-offer-v1`,
|
|
38
|
+
name: "Global Offer V1",
|
|
39
|
+
platformId: exports.platform.id,
|
|
40
|
+
contractsRaw: [globalOfferV1Contract],
|
|
41
|
+
};
|
|
31
42
|
exports.globalOfferService = {
|
|
32
43
|
id: `${exports.platform.id}-global-offer`,
|
|
33
|
-
name: "Global Offer",
|
|
44
|
+
name: "Global Offer V2",
|
|
34
45
|
platformId: exports.platform.id,
|
|
35
|
-
contractsRaw: [
|
|
46
|
+
contractsRaw: [globalOfferV2Contract],
|
|
36
47
|
};
|
|
37
|
-
exports.services = [
|
|
48
|
+
exports.services = [
|
|
49
|
+
exports.stakingService,
|
|
50
|
+
exports.globalOfferV1Service,
|
|
51
|
+
exports.globalOfferService,
|
|
52
|
+
];
|
package/dist/platforms/spdr.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
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");
|
|
4
5
|
exports.platform = {
|
|
5
6
|
id: "spdr",
|
|
6
7
|
name: "Spiderswap",
|
|
@@ -16,4 +17,15 @@ exports.platform = {
|
|
|
16
17
|
tokens: ["AT79ReYU9XtHUTF5vM6Q4oa9K8w7918Fp5SU7G1MDMQY"],
|
|
17
18
|
tags: ["dapp"],
|
|
18
19
|
};
|
|
19
|
-
|
|
20
|
+
const contract = {
|
|
21
|
+
name: "Staking",
|
|
22
|
+
address: "GTavkffQHnDKDH36YNFpk7uxwHNseTRo24tV4HGC8MNY",
|
|
23
|
+
networkId: types_1.NetworkId.solana,
|
|
24
|
+
};
|
|
25
|
+
const service = {
|
|
26
|
+
id: `${exports.platform.id}-staking`,
|
|
27
|
+
name: "Staking",
|
|
28
|
+
platformId: exports.platform.id,
|
|
29
|
+
contractsRaw: [contract],
|
|
30
|
+
};
|
|
31
|
+
exports.services = [service];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PlatformRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const poolService: {
|
|
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.poolService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "sunny",
|
|
7
|
+
name: "Sunny",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://x.com/SunnyAggregator",
|
|
10
|
+
twitter: "https://x.com/SunnyAggregator",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
tokens: ["SUNNYWgPQmFxe9wTZzNK7iPnJ3vYDrkgnxJRJm1s3ag"],
|
|
14
|
+
isDeprecated: true,
|
|
15
|
+
};
|
|
16
|
+
const poolContract = {
|
|
17
|
+
name: "Pool",
|
|
18
|
+
address: "SPQR4kT3q2oUKEJes2L6NNSBCiPW9SfuhkuqC9bp6Sx",
|
|
19
|
+
networkId: types_1.NetworkId.solana,
|
|
20
|
+
};
|
|
21
|
+
exports.poolService = {
|
|
22
|
+
id: `${exports.platform.id}-pool`,
|
|
23
|
+
name: "Pool",
|
|
24
|
+
platformId: exports.platform.id,
|
|
25
|
+
contractsRaw: [poolContract],
|
|
26
|
+
};
|
|
27
|
+
exports.services = [exports.poolService];
|
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
import { PlatformRaw, ServiceRaw } from "../types";
|
|
2
2
|
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const leverageService: ServiceRaw;
|
|
4
|
+
export declare const v2Service: ServiceRaw;
|
|
5
|
+
export declare const lendingService: ServiceRaw;
|
|
6
|
+
export declare const stakeService: ServiceRaw;
|
|
3
7
|
export declare const services: ServiceRaw[];
|
package/dist/platforms/tulip.js
CHANGED
|
@@ -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.stakeService = exports.lendingService = exports.v2Service = exports.leverageService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
4
5
|
exports.platform = {
|
|
5
6
|
id: "tulip",
|
|
6
7
|
name: "Tulip",
|
|
@@ -19,4 +20,53 @@ exports.platform = {
|
|
|
19
20
|
},
|
|
20
21
|
tokens: ["TuLipcqtGVXP9XR62wM8WWCm6a9vhLs7T1uoWBk6FDs"],
|
|
21
22
|
};
|
|
22
|
-
|
|
23
|
+
const leverageContract = {
|
|
24
|
+
name: "Leverage",
|
|
25
|
+
address: "Bt2WPMmbwHPk36i4CRucNDyLcmoGdC7xEdrVuxgJaNE6",
|
|
26
|
+
networkId: types_1.NetworkId.solana,
|
|
27
|
+
};
|
|
28
|
+
const v2Contract = {
|
|
29
|
+
name: "V2",
|
|
30
|
+
address: "TLPv2tuSVvn3fSk8RgW3yPddkp5oFivzZV3rA9hQxtX",
|
|
31
|
+
networkId: types_1.NetworkId.solana,
|
|
32
|
+
};
|
|
33
|
+
const lendingContract = {
|
|
34
|
+
name: "Lending",
|
|
35
|
+
address: "4bcFeLv4nydFrsZqV5CgwCVrPhkQKsXtzfy2KyMz7ozM",
|
|
36
|
+
networkId: types_1.NetworkId.solana,
|
|
37
|
+
};
|
|
38
|
+
const stakeContract = {
|
|
39
|
+
name: "Stake",
|
|
40
|
+
address: "stkTLPiBsQBUxDhXgxxsTRtxZ38TLqsqhoMvKMSt8Th",
|
|
41
|
+
networkId: types_1.NetworkId.solana,
|
|
42
|
+
};
|
|
43
|
+
exports.leverageService = {
|
|
44
|
+
id: `${exports.platform.id}-leverage`,
|
|
45
|
+
name: "Solfarm Leverage",
|
|
46
|
+
platformId: exports.platform.id,
|
|
47
|
+
contractsRaw: [leverageContract],
|
|
48
|
+
};
|
|
49
|
+
exports.v2Service = {
|
|
50
|
+
id: `${exports.platform.id}-v2`,
|
|
51
|
+
name: "V2",
|
|
52
|
+
platformId: exports.platform.id,
|
|
53
|
+
contractsRaw: [v2Contract],
|
|
54
|
+
};
|
|
55
|
+
exports.lendingService = {
|
|
56
|
+
id: `${exports.platform.id}-lending`,
|
|
57
|
+
name: "Lending",
|
|
58
|
+
platformId: exports.platform.id,
|
|
59
|
+
contractsRaw: [lendingContract],
|
|
60
|
+
};
|
|
61
|
+
exports.stakeService = {
|
|
62
|
+
id: `${exports.platform.id}-stake`,
|
|
63
|
+
name: "Stake",
|
|
64
|
+
platformId: exports.platform.id,
|
|
65
|
+
contractsRaw: [stakeContract],
|
|
66
|
+
};
|
|
67
|
+
exports.services = [
|
|
68
|
+
exports.leverageService,
|
|
69
|
+
exports.v2Service,
|
|
70
|
+
exports.lendingService,
|
|
71
|
+
exports.stakeService,
|
|
72
|
+
];
|
package/dist/platforms/uxd.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PlatformRaw, ServiceRaw } from "../types";
|
|
2
2
|
export declare const platform: PlatformRaw;
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const stakingService: ServiceRaw;
|
|
4
|
+
export declare const mainService: ServiceRaw;
|
|
4
5
|
export declare const services: ServiceRaw[];
|
package/dist/platforms/uxd.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.
|
|
3
|
+
exports.services = exports.mainService = exports.stakingService = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "uxd",
|
|
@@ -27,10 +27,21 @@ const stakingContract = {
|
|
|
27
27
|
address: "UXDSkps5NR8Lu1HB5uPLFfuB34hZ6DCk7RhYZZtGzbF",
|
|
28
28
|
networkId: types_1.NetworkId.solana,
|
|
29
29
|
};
|
|
30
|
-
|
|
30
|
+
const mainContract = {
|
|
31
|
+
name: "Main",
|
|
32
|
+
address: "UXD8m9cvwk4RcSxnX2HZ9VudQCEeDH6fRnB4CAP57Dr",
|
|
33
|
+
networkId: types_1.NetworkId.solana,
|
|
34
|
+
};
|
|
35
|
+
exports.stakingService = {
|
|
31
36
|
id: `${exports.platform.id}-staking`,
|
|
32
37
|
name: "Staking",
|
|
33
38
|
platformId: exports.platform.id,
|
|
34
39
|
contractsRaw: [stakingContract],
|
|
35
40
|
};
|
|
36
|
-
exports.
|
|
41
|
+
exports.mainService = {
|
|
42
|
+
id: `${exports.platform.id}-main`,
|
|
43
|
+
name: "Main",
|
|
44
|
+
platformId: exports.platform.id,
|
|
45
|
+
contractsRaw: [mainContract],
|
|
46
|
+
};
|
|
47
|
+
exports.services = [exports.stakingService, exports.mainService];
|