@jup-ag/platform-list 1.2.88 → 1.2.89
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
|
@@ -309,6 +309,7 @@ const playsolana = __importStar(require("./playsolana"));
|
|
|
309
309
|
const pluto = __importStar(require("./pluto"));
|
|
310
310
|
const poolparty = __importStar(require("./poolparty"));
|
|
311
311
|
const port = __importStar(require("./port"));
|
|
312
|
+
const portalBridge = __importStar(require("./portal-bridge"));
|
|
312
313
|
const portals = __importStar(require("./portals"));
|
|
313
314
|
const privacycash = __importStar(require("./privacycash"));
|
|
314
315
|
const privy = __importStar(require("./privy"));
|
|
@@ -713,6 +714,7 @@ exports.platforms = [
|
|
|
713
714
|
pluto.platform,
|
|
714
715
|
poolparty.platform,
|
|
715
716
|
port.platform,
|
|
717
|
+
portalBridge.platform,
|
|
716
718
|
portals.platform,
|
|
717
719
|
privacycash.platform,
|
|
718
720
|
privy.platform,
|
|
@@ -1118,6 +1120,7 @@ exports.services = [
|
|
|
1118
1120
|
...pluto.services,
|
|
1119
1121
|
...poolparty.services,
|
|
1120
1122
|
...port.services,
|
|
1123
|
+
...portalBridge.services,
|
|
1121
1124
|
...portals.services,
|
|
1122
1125
|
...privacycash.services,
|
|
1123
1126
|
...privy.services,
|
|
@@ -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: "portal-bridge",
|
|
6
|
+
name: "Portal Bridge",
|
|
7
|
+
description: "Portal Bridge is a cross-chain token transfer interface powered by Wormhole, supporting bridging of assets across 30+ blockchains.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://portalbridge.com/",
|
|
10
|
+
twitter: "https://x.com/portalbridge_",
|
|
11
|
+
},
|
|
12
|
+
tags: ["bridge", "dapp"],
|
|
13
|
+
parentId: "wormhole",
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|
|
@@ -7,7 +7,7 @@ exports.platform = {
|
|
|
7
7
|
name: "Wormhole",
|
|
8
8
|
description: "Wormhole is a cross-chain messaging protocol enabling asset and data transfers between Solana and over 30 other blockchains.",
|
|
9
9
|
links: {
|
|
10
|
-
website: "https://
|
|
10
|
+
website: "https://wormhole.com/",
|
|
11
11
|
discord: "https://discord.com/invite/wormholecrypto",
|
|
12
12
|
telegram: "https://t.me/wormholecrypto",
|
|
13
13
|
twitter: "https://x.com/wormhole",
|