@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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "moonpay",
|
|
6
|
+
name: "MoonPay",
|
|
7
|
+
description: "Fiat on-ramp and off-ramp infrastructure for buying, selling, and swapping cryptocurrencies on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.moonpay.com",
|
|
10
|
+
twitter: "https://x.com/moonpay",
|
|
11
|
+
documentation: "https://dev.moonpay.com",
|
|
12
|
+
},
|
|
13
|
+
tags: ["infrastructure", "payments"],
|
|
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: "noah",
|
|
6
|
+
name: "Noah",
|
|
7
|
+
description: "Global stablecoin payments infrastructure providing fiat on/off ramps, integrated with Jupiter on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://noah.com/en",
|
|
10
|
+
twitter: "https://x.com/Noah_HQ",
|
|
11
|
+
},
|
|
12
|
+
tags: ["payments", "infrastructure"],
|
|
13
|
+
};
|
|
14
|
+
exports.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;
|
|
@@ -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: "paypal",
|
|
6
|
+
name: "PayPal",
|
|
7
|
+
description: "Global payments platform that issued its PYUSD stablecoin natively on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.paypal.com",
|
|
10
|
+
twitter: "https://x.com/PayPal",
|
|
11
|
+
},
|
|
12
|
+
platformToken: "2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo",
|
|
13
|
+
tags: ["institutional", "payments", "stablecoin"],
|
|
14
|
+
};
|
|
15
|
+
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: "privy",
|
|
6
|
+
name: "Privy",
|
|
7
|
+
description: "Wallet infrastructure and authentication platform providing embedded Solana wallets and login flows for developers.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.privy.io",
|
|
10
|
+
twitter: "https://x.com/privy_io",
|
|
11
|
+
github: "https://github.com/privy-io",
|
|
12
|
+
documentation: "https://docs.privy.io",
|
|
13
|
+
},
|
|
14
|
+
tags: ["tool", "infrastructure"],
|
|
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: "reap",
|
|
6
|
+
name: "Reap",
|
|
7
|
+
description: "Global financial infrastructure provider offering stablecoin-powered corporate cards with treasury management on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://reap.global/",
|
|
10
|
+
twitter: "https://x.com/ReapGlobal",
|
|
11
|
+
},
|
|
12
|
+
tags: ["payments", "card"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.platform = {
|
|
6
|
+
id: "reflex",
|
|
7
|
+
name: "Reflex",
|
|
8
|
+
description: "Pump.fun staking protocol that redirects creator fees to token holders as SOL rewards.",
|
|
9
|
+
platformToken: "9vmTRY3SwAx54JpRd3kLbPrxxuX7xkyjg5Ug14aBpump",
|
|
10
|
+
tags: ["dapp", "defi"],
|
|
11
|
+
addedAt: 1738281600000,
|
|
12
|
+
links: {
|
|
13
|
+
website: "https://rflx.fi/",
|
|
14
|
+
twitter: "https://x.com/rflx_fi",
|
|
15
|
+
github: "https://github.com/reflexfi",
|
|
16
|
+
documentation: "https://rflx.fi/faq/",
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
const stakingContract = {
|
|
20
|
+
name: "Staking",
|
|
21
|
+
address: "7mSqZcYPUGm99M6sGpNRHjorbB1NPF3ThyTpEjhkKzKF",
|
|
22
|
+
networkId: types_1.NetworkId.solana,
|
|
23
|
+
};
|
|
24
|
+
const service = {
|
|
25
|
+
id: `${exports.platform.id}-staking`,
|
|
26
|
+
name: "Staking",
|
|
27
|
+
platformId: exports.platform.id,
|
|
28
|
+
contractsRaw: [stakingContract],
|
|
29
|
+
};
|
|
30
|
+
exports.services = [service];
|
|
31
|
+
exports.default = 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: "slope",
|
|
6
|
+
name: "Slope",
|
|
7
|
+
description: "A former Solana mobile wallet and DEX aggregator.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://slope.finance/",
|
|
10
|
+
twitter: "https://x.com/slope_finance",
|
|
11
|
+
github: "https://github.com/SlopeFinance",
|
|
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: "sofi",
|
|
6
|
+
name: "SoFi",
|
|
7
|
+
description: "A US-chartered online personal finance company offering banking, lending, investing, and crypto services.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.sofi.com",
|
|
10
|
+
twitter: "https://x.com/SoFi",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional"],
|
|
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: "sollet",
|
|
6
|
+
name: "Sollet",
|
|
7
|
+
description: "An open-source web wallet for Solana created by Project Serum.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://sollet.io/",
|
|
10
|
+
github: "https://github.com/project-serum/spl-token-wallet",
|
|
11
|
+
},
|
|
12
|
+
tags: ["wallet"],
|
|
13
|
+
isDeprecated: true,
|
|
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: "sphere",
|
|
6
|
+
name: "Sphere",
|
|
7
|
+
description: "Stablecoin payments API and infrastructure platform built natively on Solana for cross-border transactions.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://spherepay.co/",
|
|
10
|
+
twitter: "https://x.com/sphere_labs",
|
|
11
|
+
},
|
|
12
|
+
tags: ["dapp", "payments", "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: "stripe",
|
|
6
|
+
name: "Stripe",
|
|
7
|
+
description: "Payment infrastructure provider enabling merchants to accept USDC payments on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://stripe.com",
|
|
10
|
+
twitter: "https://x.com/stripe",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional", "payments"],
|
|
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: "tala",
|
|
6
|
+
name: "Tala",
|
|
7
|
+
description: "Digital financial services platform serving underbanked populations, with tokenized lending on Solana via Huma Finance.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://tala.co/",
|
|
10
|
+
twitter: "https://x.com/talamobile",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional", "lending"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
|
@@ -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
|
-
|
|
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];
|
|
@@ -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: "visa",
|
|
6
|
+
name: "Visa",
|
|
7
|
+
description: "Global payment network using Solana for USDC stablecoin settlement between financial institutions.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.visa.com",
|
|
10
|
+
twitter: "https://x.com/Visa",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional", "payments"],
|
|
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: "westernunion",
|
|
6
|
+
name: "Western Union",
|
|
7
|
+
description: "Global money transfer company launching the USDPT stablecoin on Solana for cross-border remittances.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.westernunion.com",
|
|
10
|
+
twitter: "https://x.com/WesternUnion",
|
|
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: "worldpay",
|
|
6
|
+
name: "Worldpay",
|
|
7
|
+
description: "Global payment processor that operates a Solana validator and settles merchant transactions in USDC on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://www.worldpay.com",
|
|
10
|
+
twitter: "https://x.com/Worldpay",
|
|
11
|
+
},
|
|
12
|
+
tags: ["institutional", "payments"],
|
|
13
|
+
};
|
|
14
|
+
exports.services = [];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.services = exports.platform = void 0;
|
|
4
|
+
exports.platform = {
|
|
5
|
+
id: "zepz",
|
|
6
|
+
name: "Zepz",
|
|
7
|
+
description: "Global remittance company powering WorldRemit and Sendwave, with the Sendwave Wallet built on Solana.",
|
|
8
|
+
links: {
|
|
9
|
+
website: "https://zepz.io",
|
|
10
|
+
},
|
|
11
|
+
tags: ["institutional", "payments"],
|
|
12
|
+
};
|
|
13
|
+
exports.services = [];
|