@jup-ag/platform-list 1.2.79 → 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.
- package/dist/platforms/anchorage.d.ts +3 -0
- package/dist/platforms/anchorage.js +14 -0
- package/dist/platforms/apollo.d.ts +3 -0
- package/dist/platforms/apollo.js +14 -0
- package/dist/platforms/bigbull.d.ts +4 -0
- package/dist/platforms/bigbull.js +17 -0
- package/dist/platforms/blackrock.d.ts +3 -0
- package/dist/platforms/blackrock.js +14 -0
- package/dist/platforms/brale.d.ts +3 -0
- package/dist/platforms/brale.js +15 -0
- package/dist/platforms/bridge.d.ts +3 -0
- package/dist/platforms/bridge.js +14 -0
- package/dist/platforms/coinflow.d.ts +3 -0
- package/dist/platforms/coinflow.js +14 -0
- package/dist/platforms/crossmint.d.ts +3 -0
- package/dist/platforms/crossmint.js +16 -0
- package/dist/platforms/dynamic.d.ts +3 -0
- package/dist/platforms/dynamic.js +16 -0
- package/dist/platforms/eternalstakefinance.d.ts +3 -0
- package/dist/platforms/eternalstakefinance.js +17 -0
- package/dist/platforms/fireblocks.d.ts +3 -0
- package/dist/platforms/fireblocks.js +14 -0
- package/dist/platforms/fiserv.d.ts +3 -0
- package/dist/platforms/fiserv.js +14 -0
- package/dist/platforms/gemini.d.ts +3 -0
- package/dist/platforms/gemini.js +14 -0
- package/dist/platforms/glow-wallet.d.ts +3 -0
- package/dist/platforms/glow-wallet.js +16 -0
- package/dist/platforms/hamiltonlane.d.ts +3 -0
- package/dist/platforms/hamiltonlane.js +14 -0
- package/dist/platforms/index.js +102 -0
- package/dist/platforms/m0.d.ts +4 -0
- package/dist/platforms/m0.js +38 -0
- package/dist/platforms/magiceden-wallet.d.ts +3 -0
- package/dist/platforms/magiceden-wallet.js +19 -0
- package/dist/platforms/moonpay.d.ts +3 -0
- package/dist/platforms/moonpay.js +15 -0
- package/dist/platforms/noah.d.ts +3 -0
- package/dist/platforms/noah.js +14 -0
- package/dist/platforms/oobeprotocol.d.ts +4 -0
- package/dist/platforms/oobeprotocol.js +19 -0
- package/dist/platforms/paypal.d.ts +3 -0
- package/dist/platforms/paypal.js +15 -0
- package/dist/platforms/privy.d.ts +3 -0
- package/dist/platforms/privy.js +16 -0
- package/dist/platforms/reap.d.ts +3 -0
- package/dist/platforms/reap.js +14 -0
- package/dist/platforms/reflex.d.ts +4 -0
- package/dist/platforms/reflex.js +31 -0
- package/dist/platforms/slope.d.ts +3 -0
- package/dist/platforms/slope.js +16 -0
- package/dist/platforms/sofi.d.ts +3 -0
- package/dist/platforms/sofi.js +14 -0
- package/dist/platforms/sollet.d.ts +3 -0
- package/dist/platforms/sollet.js +15 -0
- package/dist/platforms/sphere.d.ts +3 -0
- package/dist/platforms/sphere.js +14 -0
- package/dist/platforms/stripe.d.ts +3 -0
- package/dist/platforms/stripe.js +14 -0
- package/dist/platforms/tala.d.ts +3 -0
- package/dist/platforms/tala.js +14 -0
- package/dist/platforms/tramplin.d.ts +1 -0
- package/dist/platforms/tramplin.js +14 -2
- package/dist/platforms/visa.d.ts +3 -0
- package/dist/platforms/visa.js +14 -0
- package/dist/platforms/westernunion.d.ts +3 -0
- package/dist/platforms/westernunion.js +14 -0
- package/dist/platforms/worldpay.d.ts +3 -0
- package/dist/platforms/worldpay.js +14 -0
- package/dist/platforms/zepz.d.ts +3 -0
- package/dist/platforms/zepz.js +13 -0
- package/package.json +1 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "anchorage",
|
|
6
|
+
name: "Anchorage Digital",
|
|
7
|
+
description: "Federally chartered digital asset bank providing institutional custody, staking, and lending services on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.anchorage.com",
|
|
10
|
+
twitter: "https://x.com/Anchorage",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional", "infrastructure"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "apollo",
|
|
6
|
+
name: "Apollo",
|
|
7
|
+
description: "Global alternative investment manager offering the ACRED tokenized credit fund on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.apollo.com",
|
|
10
|
+
twitter: "https://x.com/apolloglobal",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional", "rwa"],
|
|
13
|
+
};
|
|
14
|
+
exports.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,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "blackrock",
|
|
6
|
+
name: "BlackRock",
|
|
7
|
+
description: "Global asset management firm offering the BUIDL tokenized money market fund on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.blackrock.com",
|
|
10
|
+
twitter: "https://x.com/BlackRock",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional", "rwa"],
|
|
13
|
+
};
|
|
14
|
+
exports.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: "brale",
|
|
6
|
+
name: "Brale",
|
|
7
|
+
description: "Regulated stablecoin-as-a-service platform enabling businesses to issue and manage fiat-backed stablecoins on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://brale.xyz",
|
|
10
|
+
twitter: "https://x.com/brale_xyz",
|
|
11
|
+
documentation: "https://docs.brale.xyz",
|
|
12
|
+
},
|
|
13
|
+
tags: ["infrastructure", "stablecoin"],
|
|
14
|
+
};
|
|
15
|
+
exports.services = [];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "bridge",
|
|
6
|
+
name: "Bridge",
|
|
7
|
+
description: "Stablecoin infrastructure platform providing APIs for businesses to orchestrate stablecoin payments on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.bridge.xyz",
|
|
10
|
+
twitter: "https://x.com/Stablecoin",
|
|
11
|
+
},
|
|
12
|
+
tags: ["infrastructure", "payments", "stablecoin"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "coinflow",
|
|
6
|
+
name: "Coinflow",
|
|
7
|
+
description: "Payment infrastructure enabling businesses to accept fiat and crypto payments with instant USDC settlement on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://coinflow.cash/",
|
|
10
|
+
twitter: "https://x.com/CoinflowLabs",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp", "payments", "infrastructure"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "crossmint",
|
|
6
|
+
name: "Crossmint",
|
|
7
|
+
description: "Web3 infrastructure platform providing wallet-as-a-service, NFT minting APIs, and stablecoin payment tools on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.crossmint.com",
|
|
10
|
+
twitter: "https://x.com/crossmint",
|
|
11
|
+
github: "https://github.com/Crossmint",
|
|
12
|
+
documentation: "https://docs.crossmint.com",
|
|
13
|
+
},
|
|
14
|
+
tags: ["tool", "infrastructure", "nft"],
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "dynamic",
|
|
6
|
+
name: "Dynamic",
|
|
7
|
+
description: "Wallet infrastructure and authentication platform supporting multi-chain login and embedded Solana wallets.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.dynamic.xyz",
|
|
10
|
+
twitter: "https://x.com/dynamic_xyz",
|
|
11
|
+
github: "https://github.com/dynamic-labs",
|
|
12
|
+
documentation: "https://www.dynamic.xyz/docs",
|
|
13
|
+
},
|
|
14
|
+
tags: ["tool", "infrastructure"],
|
|
15
|
+
};
|
|
16
|
+
exports.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: "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 = [];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "fireblocks",
|
|
6
|
+
name: "Fireblocks",
|
|
7
|
+
description: "Institutional digital asset custody and operations platform with deep Solana integration for treasury management and tokenization.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.fireblocks.com",
|
|
10
|
+
twitter: "https://x.com/FireblocksHQ",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional", "infrastructure"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "fiserv",
|
|
6
|
+
name: "Fiserv",
|
|
7
|
+
description: "Financial technology provider building the FIUSD stablecoin platform on Solana for its network of financial institutions.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.fiserv.com",
|
|
10
|
+
twitter: "https://x.com/Fiserv",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional", "payments", "stablecoin"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "gemini",
|
|
6
|
+
name: "Gemini",
|
|
7
|
+
description: "Cryptocurrency exchange and custodian operating a Solana validator and providing SOL staking and ETF custody services.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.gemini.com",
|
|
10
|
+
twitter: "https://x.com/Gemini",
|
|
11
|
+
},
|
|
12
|
+
tags: ["cex", "institutional"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "glow-wallet",
|
|
6
|
+
name: "Glow Wallet",
|
|
7
|
+
description: "A non-custodial Solana wallet available as a browser extension and mobile app.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://glow.app/",
|
|
10
|
+
twitter: "https://x.com/glowwallet",
|
|
11
|
+
github: "https://github.com/glow-xyz",
|
|
12
|
+
},
|
|
13
|
+
tags: ["wallet"],
|
|
14
|
+
isDeprecated: true,
|
|
15
|
+
};
|
|
16
|
+
exports.services = [];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "hamiltonlane",
|
|
6
|
+
name: "Hamilton Lane",
|
|
7
|
+
description: "Private markets investment firm that launched the first institutional-grade tokenized fund on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.hamiltonlane.com",
|
|
10
|
+
twitter: "https://x.com/hamilton_lane",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional", "rwa"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|