@jup-ag/platform-list 1.2.81 → 1.2.83

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.
@@ -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,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.services = exports.platform = void 0;
4
+ exports.platform = {
5
+ id: "eternalstakefinance",
6
+ name: "Eternal Stake Finance",
7
+ description: "A Solana DeFi staking protocol — Plant once. Harvest forever ♾️.",
8
+ links: {
9
+ website: "https://www.eternalstakefinance.com/",
10
+ twitter: "https://x.com/EternalStakeFi",
11
+ telegram: "https://t.me/EternalStakeFinance",
12
+ github: "https://github.com/Eternal-Stake-Finance",
13
+ },
14
+ tags: ["dapp", "defi"],
15
+ platformToken: "BzMWbt7ko3P8c457gzxuBCCt6q73sJyG98nQNeTfcCom",
16
+ };
17
+ exports.services = [];
@@ -137,6 +137,7 @@ const dynamic = __importStar(require("./dynamic"));
137
137
  const elemental = __importStar(require("./elemental"));
138
138
  const ensofi = __importStar(require("./ensofi"));
139
139
  const epicentral = __importStar(require("./epicentral"));
140
+ const eternalstakefinance = __importStar(require("./eternalstakefinance"));
140
141
  const etherfuse = __importStar(require("./etherfuse"));
141
142
  const exoticmarkets = __importStar(require("./exoticmarkets"));
142
143
  const exponent = __importStar(require("./exponent"));
@@ -271,6 +272,7 @@ const omni = __importStar(require("./omni"));
271
272
  const omnipair = __importStar(require("./omnipair"));
272
273
  const ondoFinance = __importStar(require("./ondo-finance"));
273
274
  const onre = __importStar(require("./onre"));
275
+ const oobeprotocol = __importStar(require("./oobeprotocol"));
274
276
  const oobit = __importStar(require("./oobit"));
275
277
  const openbook = __importStar(require("./openbook"));
276
278
  const openloop = __importStar(require("./openloop"));
@@ -528,6 +530,7 @@ exports.platforms = [
528
530
  elemental.platform,
529
531
  ensofi.platform,
530
532
  epicentral.platform,
533
+ eternalstakefinance.platform,
531
534
  etherfuse.platform,
532
535
  exoticmarkets.platform,
533
536
  exponent.platform,
@@ -662,6 +665,7 @@ exports.platforms = [
662
665
  omnipair.platform,
663
666
  ondoFinance.platform,
664
667
  onre.platform,
668
+ oobeprotocol.platform,
665
669
  oobit.platform,
666
670
  openbook.platform,
667
671
  openloop.platform,
@@ -920,6 +924,7 @@ exports.services = [
920
924
  ...elemental.services,
921
925
  ...ensofi.services,
922
926
  ...epicentral.services,
927
+ ...eternalstakefinance.services,
923
928
  ...etherfuse.services,
924
929
  ...exoticmarkets.services,
925
930
  ...exponent.services,
@@ -1054,6 +1059,7 @@ exports.services = [
1054
1059
  ...omnipair.services,
1055
1060
  ...ondoFinance.services,
1056
1061
  ...onre.services,
1062
+ ...oobeprotocol.services,
1057
1063
  ...oobit.services,
1058
1064
  ...openbook.services,
1059
1065
  ...openloop.services,
@@ -0,0 +1,4 @@
1
+ import { PlatformRaw, ServiceRaw } from "../types";
2
+ export declare const platform: PlatformRaw;
3
+ export declare const services: ServiceRaw[];
4
+ export default services;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.services = exports.platform = void 0;
4
+ exports.platform = {
5
+ id: "oobeprotocol",
6
+ name: "OOBE Protocol",
7
+ description: "OOBE Protocol empowers creators to build, deploy, and monetize AI agents on the Solana blockchain with zero coding required.",
8
+ links: {
9
+ website: "https://www.oobeprotocol.ai/",
10
+ twitter: "https://x.com/OOBEonSol",
11
+ github: "https://github.com/OOBE-PROTOCOL",
12
+ documentation: "https://synapse.oobeprotocol.ai/",
13
+ },
14
+ platformToken: "EikyJKSVWPK28rX5FG8KyJcSzv3D2b2Qg7VodzqQoobe",
15
+ tags: ["tool", "ai"],
16
+ addedAt: 1772406000000,
17
+ };
18
+ exports.services = [];
19
+ exports.default = exports.services;
@@ -1,3 +1,4 @@
1
1
  import { PlatformRaw, ServiceRaw } from "../types";
2
2
  export declare const platform: PlatformRaw;
3
+ export declare const mainService: ServiceRaw;
3
4
  export declare const services: ServiceRaw[];
@@ -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: "tramplin",
6
7
  name: "Tramplin",
@@ -13,4 +14,15 @@ exports.platform = {
13
14
  tags: ["dapp"],
14
15
  addedAt: 1770897600000,
15
16
  };
16
- exports.services = [];
17
+ const mainContract = {
18
+ name: "Tramplin",
19
+ address: "3NJyzGWjSHP4hZvsqakodi7jAtbufwd52vn1ek6EzQ35",
20
+ networkId: types_1.NetworkId.solana,
21
+ };
22
+ exports.mainService = {
23
+ id: `${exports.platform.id}-main`,
24
+ name: "Tramplin",
25
+ platformId: exports.platform.id,
26
+ contractsRaw: [mainContract],
27
+ };
28
+ exports.services = [exports.mainService];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/platform-list",
3
- "version": "1.2.81",
3
+ "version": "1.2.83",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",