@jup-ag/platform-list 1.2.26 → 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/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/exoticmarkets.d.ts +22 -0
- package/dist/platforms/exoticmarkets.js +26 -0
- 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/hedge.d.ts +22 -0
- package/dist/platforms/hedge.js +27 -0
- package/dist/platforms/index.js +66 -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/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/orca.js +4 -1
- 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/psy.d.ts +42 -0
- package/dist/platforms/psy.js +48 -0
- package/dist/platforms/quarry.d.ts +2 -0
- package/dist/platforms/quarry.js +29 -2
- package/dist/platforms/ratex.js +2 -0
- 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/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/yawww.d.ts +22 -0
- package/dist/platforms/yawww.js +26 -0
- package/package.json +1 -1
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { PlatformRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const ammV1Service: {
|
|
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 ammV2Service: {
|
|
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 dexService: {
|
|
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.dexService = exports.ammV2Service = exports.ammV1Service = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "aldrin",
|
|
7
|
+
name: "Aldrin",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://x.com/Aldrin_Exchange",
|
|
10
|
+
twitter: "https://x.com/Aldrin_Exchange",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
isDeprecated: true,
|
|
14
|
+
};
|
|
15
|
+
const ammV1Contract = {
|
|
16
|
+
name: "AMM V1",
|
|
17
|
+
address: "AMM55ShdkoGRB5jVYPjWziwk8m5MpwyDgsMWHaMSQWH6",
|
|
18
|
+
networkId: types_1.NetworkId.solana,
|
|
19
|
+
};
|
|
20
|
+
const ammV2Contract = {
|
|
21
|
+
name: "AMM V2",
|
|
22
|
+
address: "CURVGoZn8zycx6FXwwevgBTB2gVvdbGTEpvMJDbgs2t4",
|
|
23
|
+
networkId: types_1.NetworkId.solana,
|
|
24
|
+
};
|
|
25
|
+
const dexContract = {
|
|
26
|
+
name: "DEX",
|
|
27
|
+
address: "BookWizfXJLgda24JdN1drgWzqw3ta3rU1vGotFjpNTH",
|
|
28
|
+
networkId: types_1.NetworkId.solana,
|
|
29
|
+
};
|
|
30
|
+
exports.ammV1Service = {
|
|
31
|
+
id: `${exports.platform.id}-amm-v1`,
|
|
32
|
+
name: "AMM V1",
|
|
33
|
+
platformId: exports.platform.id,
|
|
34
|
+
contractsRaw: [ammV1Contract],
|
|
35
|
+
};
|
|
36
|
+
exports.ammV2Service = {
|
|
37
|
+
id: `${exports.platform.id}-amm-v2`,
|
|
38
|
+
name: "AMM V2",
|
|
39
|
+
platformId: exports.platform.id,
|
|
40
|
+
contractsRaw: [ammV2Contract],
|
|
41
|
+
};
|
|
42
|
+
exports.dexService = {
|
|
43
|
+
id: `${exports.platform.id}-dex`,
|
|
44
|
+
name: "DEX",
|
|
45
|
+
platformId: exports.platform.id,
|
|
46
|
+
contractsRaw: [dexContract],
|
|
47
|
+
};
|
|
48
|
+
exports.services = [exports.ammV1Service, exports.ammV2Service, exports.dexService];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PlatformRaw } from "../types";
|
|
2
|
+
export declare const platform: PlatformRaw;
|
|
3
|
+
export declare const multisigService: {
|
|
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.multisigService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "cashmere",
|
|
7
|
+
name: "Cashmere",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.cashmere.finance/",
|
|
10
|
+
twitter: "https://x.com/cashmerewallet",
|
|
11
|
+
},
|
|
12
|
+
tags: ["tool"],
|
|
13
|
+
isDeprecated: true,
|
|
14
|
+
};
|
|
15
|
+
const multisigContract = {
|
|
16
|
+
name: "Multisig",
|
|
17
|
+
address: "AzHKmHjEoZ7JqiTUPgPVAZgtyNLwa3BTsRgffYxCVDDZ",
|
|
18
|
+
networkId: types_1.NetworkId.solana,
|
|
19
|
+
};
|
|
20
|
+
exports.multisigService = {
|
|
21
|
+
id: `${exports.platform.id}-multisig`,
|
|
22
|
+
name: "Multisig",
|
|
23
|
+
platformId: exports.platform.id,
|
|
24
|
+
contractsRaw: [multisigContract],
|
|
25
|
+
};
|
|
26
|
+
exports.services = [exports.multisigService];
|
|
@@ -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: "cega",
|
|
7
|
+
name: "Cega",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.cega.fi/",
|
|
10
|
+
twitter: "https://x.com/cega_fi",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
isDeprecated: true,
|
|
14
|
+
};
|
|
15
|
+
const mainContract = {
|
|
16
|
+
name: "Main",
|
|
17
|
+
address: "3HUeooitcfKX1TSCx2xEpg2W31n6Qfmizu7nnbaEWYzs",
|
|
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,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: "exoticmarkets",
|
|
7
|
+
name: "Exotic Markets",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://exotic.markets/",
|
|
10
|
+
twitter: "https://x.com/exotic_markets_",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
isDeprecated: true,
|
|
14
|
+
};
|
|
15
|
+
const mainContract = {
|
|
16
|
+
name: "Main",
|
|
17
|
+
address: "ATV2GHq2eCaHVbTrbMCP8MWATWnH8BzmsNMq5rXZ9DNC",
|
|
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];
|
|
@@ -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 lendingService: ServiceRaw;
|
|
4
|
+
export declare const orcaService: ServiceRaw;
|
|
4
5
|
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.
|
|
3
|
+
exports.services = exports.orcaService = exports.lendingService = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "francium",
|
|
@@ -18,15 +18,31 @@ exports.platform = {
|
|
|
18
18
|
},
|
|
19
19
|
tags: ["dapp"],
|
|
20
20
|
};
|
|
21
|
-
const
|
|
22
|
-
name: "
|
|
21
|
+
const mainContract = {
|
|
22
|
+
name: "Main",
|
|
23
|
+
address: "2nAAsYdXF3eTQzaeUQS3fr4o782dDg8L28mX39Wr5j8N",
|
|
24
|
+
networkId: types_1.NetworkId.solana,
|
|
25
|
+
};
|
|
26
|
+
const orcaContract = {
|
|
27
|
+
name: "Orca",
|
|
28
|
+
address: "DmzAmomATKpNp2rCBfYLS7CSwQqeQTsgRYJA1oSSAJaP",
|
|
29
|
+
networkId: types_1.NetworkId.solana,
|
|
30
|
+
};
|
|
31
|
+
const lendingContract = {
|
|
32
|
+
name: "Lending",
|
|
23
33
|
address: "FC81tbGt6JWRXidaWYFXxGnTk4VgobhJHATvTRVMqgWj",
|
|
24
34
|
networkId: types_1.NetworkId.solana,
|
|
25
35
|
};
|
|
26
|
-
exports.
|
|
27
|
-
id:
|
|
28
|
-
name: "
|
|
36
|
+
exports.lendingService = {
|
|
37
|
+
id: `${exports.platform.id}-lending`,
|
|
38
|
+
name: "Lending",
|
|
39
|
+
platformId: exports.platform.id,
|
|
40
|
+
contractsRaw: [mainContract, lendingContract],
|
|
41
|
+
};
|
|
42
|
+
exports.orcaService = {
|
|
43
|
+
id: `${exports.platform.id}-orca`,
|
|
44
|
+
name: "Orca",
|
|
29
45
|
platformId: exports.platform.id,
|
|
30
|
-
contractsRaw: [
|
|
46
|
+
contractsRaw: [orcaContract],
|
|
31
47
|
};
|
|
32
|
-
exports.services = [exports.
|
|
48
|
+
exports.services = [exports.orcaService, exports.lendingService];
|
|
@@ -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: "friktion",
|
|
7
|
+
name: "Friktion",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://github.com/Friktion-Labs",
|
|
10
|
+
github: "https://github.com/Friktion-Labs",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
isDeprecated: true,
|
|
14
|
+
};
|
|
15
|
+
const mainContract = {
|
|
16
|
+
name: "Main",
|
|
17
|
+
address: "VoLT1mJz1sbnxwq5Fv2SXjdVDgPXrb9tJyC8WpMDkSp",
|
|
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,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: "goblingold",
|
|
7
|
+
name: "GoblinGold",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://x.com/goblingold_fi",
|
|
10
|
+
twitter: "https://x.com/goblingold_fi",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp"],
|
|
13
|
+
isDeprecated: true,
|
|
14
|
+
};
|
|
15
|
+
const mainContract = {
|
|
16
|
+
name: "Main",
|
|
17
|
+
address: "GGo1dnYpjKfe9omzUaFtaCyizvwpAMf3NhxSCMD61F3A",
|
|
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,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,28 @@
|
|
|
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: "hadeswap",
|
|
7
|
+
name: "Hadeswap",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.hadeswap.com/",
|
|
10
|
+
twitter: "https://x.com/hadeswap/",
|
|
11
|
+
github: "https://github.com/hadeswap-solana",
|
|
12
|
+
},
|
|
13
|
+
tags: ["dapp", "nft-marketplace"],
|
|
14
|
+
tokens: ["BWXrrYFhT7bMHmNBFoQFWdsSgA3yXoAnMhDK6Fn1eSEn"],
|
|
15
|
+
isDeprecated: true,
|
|
16
|
+
};
|
|
17
|
+
const mainContract = {
|
|
18
|
+
name: "Swap",
|
|
19
|
+
address: "hadeK9DLv9eA7ya5KCTqSvSvRZeJC3JgD5a9Y3CNbvu",
|
|
20
|
+
networkId: types_1.NetworkId.solana,
|
|
21
|
+
};
|
|
22
|
+
exports.mainService = {
|
|
23
|
+
id: `${exports.platform.id}-main`,
|
|
24
|
+
name: "Swap",
|
|
25
|
+
platformId: exports.platform.id,
|
|
26
|
+
contractsRaw: [mainContract],
|
|
27
|
+
};
|
|
28
|
+
exports.services = [exports.mainService];
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.stakeService = exports.mintService = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "hastra",
|
|
7
|
+
name: "Hastra",
|
|
8
|
+
tags: ["dapp"],
|
|
9
|
+
links: {
|
|
10
|
+
website: "https://www.hastra.io/",
|
|
11
|
+
twitter: "https://x.com/HastraFi",
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
const mintContract = {
|
|
15
|
+
name: "Vault Mint",
|
|
16
|
+
address: "9WUyNREiPDMgwMh5Gt81Fd3JpiCKxpjZ5Dpq9Bo1RhMV",
|
|
17
|
+
networkId: types_1.NetworkId.solana,
|
|
18
|
+
};
|
|
19
|
+
const stakeContract = {
|
|
20
|
+
name: "Vault Stake",
|
|
21
|
+
address: "97V7JsExNC6yFWu5KjK1FLfVkNVvtMpAFL5QkLWKEGxY",
|
|
22
|
+
networkId: types_1.NetworkId.solana,
|
|
23
|
+
};
|
|
24
|
+
exports.mintService = {
|
|
25
|
+
id: `${exports.platform.id}-mint`,
|
|
26
|
+
name: "Mint",
|
|
27
|
+
platformId: exports.platform.id,
|
|
28
|
+
contractsRaw: [mintContract],
|
|
29
|
+
};
|
|
30
|
+
exports.stakeService = {
|
|
31
|
+
id: `${exports.platform.id}-stake`,
|
|
32
|
+
name: "Stake",
|
|
33
|
+
platformId: exports.platform.id,
|
|
34
|
+
contractsRaw: [stakeContract],
|
|
35
|
+
};
|
|
36
|
+
exports.services = [exports.mintService, exports.stakeService];
|
|
@@ -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];
|