@jup-ag/platform-list 1.2.81 → 1.2.82

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,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,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.services = exports.platform = void 0;
4
+ exports.platform = {
5
+ id: "bigbull",
6
+ name: "BigBull",
7
+ description: "Invest in Top US Stocks",
8
+ links: {
9
+ website: "https://bigbull.now/",
10
+ twitter: "https://x.com/BigBullNow",
11
+ },
12
+ tokens: [],
13
+ tags: ["dapp", "rwa", "trading", "defi"],
14
+ addedAt: 1772527779000,
15
+ };
16
+ exports.services = [];
17
+ exports.default = exports.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,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 = [];
@@ -70,6 +70,7 @@ const banger = __importStar(require("./banger"));
70
70
  const banx = __importStar(require("./banx"));
71
71
  const baskt = __importStar(require("./baskt"));
72
72
  const believe = __importStar(require("./believe"));
73
+ const bigbull = __importStar(require("./bigbull"));
73
74
  const bio = __importStar(require("./bio"));
74
75
  const bitgo = __importStar(require("./bitgo"));
75
76
  const blackrock = __importStar(require("./blackrock"));
@@ -137,6 +138,7 @@ const dynamic = __importStar(require("./dynamic"));
137
138
  const elemental = __importStar(require("./elemental"));
138
139
  const ensofi = __importStar(require("./ensofi"));
139
140
  const epicentral = __importStar(require("./epicentral"));
141
+ const eternalstakefinance = __importStar(require("./eternalstakefinance"));
140
142
  const etherfuse = __importStar(require("./etherfuse"));
141
143
  const exoticmarkets = __importStar(require("./exoticmarkets"));
142
144
  const exponent = __importStar(require("./exponent"));
@@ -271,6 +273,7 @@ const omni = __importStar(require("./omni"));
271
273
  const omnipair = __importStar(require("./omnipair"));
272
274
  const ondoFinance = __importStar(require("./ondo-finance"));
273
275
  const onre = __importStar(require("./onre"));
276
+ const oobeprotocol = __importStar(require("./oobeprotocol"));
274
277
  const oobit = __importStar(require("./oobit"));
275
278
  const openbook = __importStar(require("./openbook"));
276
279
  const openloop = __importStar(require("./openloop"));
@@ -461,6 +464,7 @@ exports.platforms = [
461
464
  banx.platform,
462
465
  baskt.platform,
463
466
  believe.platform,
467
+ bigbull.platform,
464
468
  bio.platform,
465
469
  bitgo.platform,
466
470
  blackrock.platform,
@@ -528,6 +532,7 @@ exports.platforms = [
528
532
  elemental.platform,
529
533
  ensofi.platform,
530
534
  epicentral.platform,
535
+ eternalstakefinance.platform,
531
536
  etherfuse.platform,
532
537
  exoticmarkets.platform,
533
538
  exponent.platform,
@@ -662,6 +667,7 @@ exports.platforms = [
662
667
  omnipair.platform,
663
668
  ondoFinance.platform,
664
669
  onre.platform,
670
+ oobeprotocol.platform,
665
671
  oobit.platform,
666
672
  openbook.platform,
667
673
  openloop.platform,
@@ -853,6 +859,7 @@ exports.services = [
853
859
  ...banx.services,
854
860
  ...baskt.services,
855
861
  ...believe.services,
862
+ ...bigbull.services,
856
863
  ...bio.services,
857
864
  ...bitgo.services,
858
865
  ...blackrock.services,
@@ -920,6 +927,7 @@ exports.services = [
920
927
  ...elemental.services,
921
928
  ...ensofi.services,
922
929
  ...epicentral.services,
930
+ ...eternalstakefinance.services,
923
931
  ...etherfuse.services,
924
932
  ...exoticmarkets.services,
925
933
  ...exponent.services,
@@ -1054,6 +1062,7 @@ exports.services = [
1054
1062
  ...omnipair.services,
1055
1063
  ...ondoFinance.services,
1056
1064
  ...onre.services,
1065
+ ...oobeprotocol.services,
1057
1066
  ...oobit.services,
1058
1067
  ...openbook.services,
1059
1068
  ...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.82",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",