@jup-ag/platform-list 1.2.82 → 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.
@@ -70,7 +70,6 @@ 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"));
74
73
  const bio = __importStar(require("./bio"));
75
74
  const bitgo = __importStar(require("./bitgo"));
76
75
  const blackrock = __importStar(require("./blackrock"));
@@ -464,7 +463,6 @@ exports.platforms = [
464
463
  banx.platform,
465
464
  baskt.platform,
466
465
  believe.platform,
467
- bigbull.platform,
468
466
  bio.platform,
469
467
  bitgo.platform,
470
468
  blackrock.platform,
@@ -859,7 +857,6 @@ exports.services = [
859
857
  ...banx.services,
860
858
  ...baskt.services,
861
859
  ...believe.services,
862
- ...bigbull.services,
863
860
  ...bio.services,
864
861
  ...bitgo.services,
865
862
  ...blackrock.services,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/platform-list",
3
- "version": "1.2.82",
3
+ "version": "1.2.83",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,4 +0,0 @@
1
- import { PlatformRaw, ServiceRaw } from "../types";
2
- export declare const platform: PlatformRaw;
3
- export declare const services: ServiceRaw[];
4
- export default services;
@@ -1,17 +0,0 @@
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;