@jup-ag/platform-list 1.2.70 → 1.2.71

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.
@@ -340,6 +340,7 @@ const thevault = __importStar(require("./thevault"));
340
340
  const threshold = __importStar(require("./threshold"));
341
341
  const tiplink = __importStar(require("./tiplink"));
342
342
  const titan = __importStar(require("./titan"));
343
+ const tramplin = __importStar(require("./tramplin"));
343
344
  const trepa = __importStar(require("./trepa"));
344
345
  const triad = __importStar(require("./triad"));
345
346
  const tribeca = __importStar(require("./tribeca"));
@@ -678,6 +679,7 @@ exports.platforms = [
678
679
  threshold.platform,
679
680
  tiplink.platform,
680
681
  titan.platform,
682
+ tramplin.platform,
681
683
  trepa.platform,
682
684
  triad.platform,
683
685
  tribeca.platform,
@@ -1017,6 +1019,7 @@ exports.services = [
1017
1019
  ...threshold.services,
1018
1020
  ...tiplink.services,
1019
1021
  ...titan.services,
1022
+ ...tramplin.services,
1020
1023
  ...trepa.services,
1021
1024
  ...triad.services,
1022
1025
  ...tribeca.services,
@@ -0,0 +1,3 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.services = exports.platform = void 0;
4
+ exports.platform = {
5
+ id: "tramplin",
6
+ name: "Tramplin",
7
+ description: "Boost your savings with randomized yield.",
8
+ links: {
9
+ website: "https://tramplin.io/",
10
+ twitter: "https://x.com/Tramplin_io",
11
+ discord: "https://discord.com/invite/tramplin",
12
+ },
13
+ tags: ["dapp"],
14
+ };
15
+ exports.services = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/platform-list",
3
- "version": "1.2.70",
3
+ "version": "1.2.71",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",