@jup-ag/platform-list 1.2.92 → 1.2.93
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/index.js
CHANGED
|
@@ -362,6 +362,7 @@ const solanabeach = __importStar(require("./solanabeach"));
|
|
|
362
362
|
const solanaid = __importStar(require("./solanaid"));
|
|
363
363
|
const solanamobile = __importStar(require("./solanamobile"));
|
|
364
364
|
const solanart = __importStar(require("./solanart"));
|
|
365
|
+
const solanatracker = __importStar(require("./solanatracker"));
|
|
365
366
|
const solayer = __importStar(require("./solayer"));
|
|
366
367
|
const solcard = __importStar(require("./solcard"));
|
|
367
368
|
const solcasino = __importStar(require("./solcasino"));
|
|
@@ -768,6 +769,7 @@ exports.platforms = [
|
|
|
768
769
|
solanaid.platform,
|
|
769
770
|
solanamobile.platform,
|
|
770
771
|
solanart.platform,
|
|
772
|
+
solanatracker.platform,
|
|
771
773
|
solayer.platform,
|
|
772
774
|
solcard.platform,
|
|
773
775
|
solcasino.platform,
|
|
@@ -1175,6 +1177,7 @@ exports.services = [
|
|
|
1175
1177
|
...solanaid.services,
|
|
1176
1178
|
...solanamobile.services,
|
|
1177
1179
|
...solanart.services,
|
|
1180
|
+
...solanatracker.services,
|
|
1178
1181
|
...solayer.services,
|
|
1179
1182
|
...solcard.services,
|
|
1180
1183
|
...solcasino.services,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "solanatracker",
|
|
6
|
+
name: "Solana Tracker",
|
|
7
|
+
description: "Solana Tracker offers Data APIs, RPC Services, Swap API and a trading platform.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.solanatracker.io/",
|
|
10
|
+
discord: "https://discord.gg/pzW6wMfsJT",
|
|
11
|
+
twitter: "https://x.com/solanatrackr",
|
|
12
|
+
github: "https://github.com/solanatracker",
|
|
13
|
+
},
|
|
14
|
+
tags: ["tool", "infrastructure"],
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|