@pioneer-platform/pioneer-react 0.2.46 → 0.2.47

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.
Files changed (57) hide show
  1. package/dist/index.js +163952 -215421
  2. package/dist/{index_7b095b99.js → index_003befba.js} +1312 -1122
  3. package/dist/{index_9a2fa5ba.js → index_0364269a.js} +3 -3
  4. package/dist/{index_0233ab6e.js → index_0e37f5ff.js} +1 -1
  5. package/dist/{index_e21338b4.js → index_167c5f7a.js} +3 -3
  6. package/dist/{index_f1c394c8.js → index_1990afbf.js} +4 -4
  7. package/dist/{index_343f9468.js → index_29e62962.js} +4 -4
  8. package/dist/{index_cd7b7000.js → index_2cbf1530.js} +6 -6
  9. package/dist/{index_3d7082d3.js → index_310b7772.js} +9 -9
  10. package/dist/{index_fd3a5ec6.js → index_354cce52.js} +3 -3
  11. package/dist/{index_a2c6091a.js → index_37894947.js} +3 -3
  12. package/dist/{index_66933ca6.js → index_3891b298.js} +1 -1
  13. package/dist/{index_bfe24110.js → index_3a6b0cd3.js} +3 -3
  14. package/dist/{index_0e190af0.js → index_4a548214.js} +8 -8
  15. package/dist/{index_8f7f1311.js → index_542dbb9a.js} +4 -4
  16. package/dist/{index_dce9b56f.js → index_547d2868.js} +4 -4
  17. package/dist/{index_8ef2dd82.js → index_61a33920.js} +6 -6
  18. package/dist/{index_be8c55cd.js → index_674ffbfa.js} +9 -9
  19. package/dist/{index_192f4d2e.js → index_6d2a3e5c.js} +2 -6
  20. package/dist/{index_a47b2b71.js → index_7382dec1.js} +5 -5
  21. package/dist/{index_d0632736.js → index_7a1bb0b1.js} +8 -8
  22. package/dist/{index_5eb2fe9f.js → index_7c12bb44.js} +1 -1
  23. package/dist/{index_52e88303.js → index_85b01410.js} +6 -6
  24. package/dist/{index_c964d4f9.js → index_8b9255eb.js} +10 -10
  25. package/dist/{index_8c886fbb.js → index_a4f5a15a.js} +19 -19
  26. package/dist/{index_d910f98e.js → index_a682c1a8.js} +1 -3
  27. package/dist/{index_b9f8fd38.js → index_a6b45215.js} +3 -7
  28. package/dist/{index_af178090.js → index_ae6c3b10.js} +3 -3
  29. package/dist/{index_50faa3fa.js → index_b21f58b7.js} +4 -4
  30. package/dist/{index_66728978.js → index_b3022c1a.js} +5 -5
  31. package/dist/{index_41dc30a7.js → index_bd7e0d56.js} +2 -2
  32. package/dist/{index_394e6e8f.js → index_c8ebd6e3.js} +11 -11
  33. package/dist/{index_a46ee29a.js → index_ca633a1c.js} +7 -7
  34. package/dist/{index_1af9af9e.js → index_d8e757ba.js} +3 -3
  35. package/dist/{index_ada459da.js → index_e168f4c0.js} +7 -7
  36. package/dist/{index_8edb57a9.js → index_e233a036.js} +1 -1
  37. package/dist/{index_98d1dfc6.js → index_e57ba5a5.js} +3 -3
  38. package/dist/{index_05b89cc8.js → index_f19b5fe5.js} +3 -3
  39. package/dist/{index_d7d50cc6.js → index_f3922fc1.js} +3 -3
  40. package/dist/{index_92a17a5e.js → index_f80541a0.js} +25 -38
  41. package/dist/{index_2c508270.js → index_f9d1a3bf.js} +1 -3
  42. package/dist/{index_df76109e.js → index_f9d461d1.js} +3 -3
  43. package/package.json +1 -2
  44. package/src/lib/context/Pioneer/sdk/connect.ts +11 -11
  45. package/dist/index_0a85a2ce.js +0 -25
  46. package/dist/index_10812439.js +0 -25
  47. package/dist/index_1098f328.js +0 -12913
  48. package/dist/index_180735b4.js +0 -22872
  49. package/dist/index_24fdd0ba.js +0 -130
  50. package/dist/index_36ed5d98.js +0 -2856
  51. package/dist/index_3d5897c4.js +0 -1115
  52. package/dist/index_a591ed33.js +0 -446
  53. package/dist/index_ab332746.js +0 -121
  54. package/dist/index_b19211e4.js +0 -112
  55. package/dist/index_b2e7cbe3.js +0 -11003
  56. package/dist/index_ccf11e2f.js +0 -65
  57. package/dist/index_d8a5e2ef.js +0 -116
@@ -21,7 +21,7 @@ export async function initializeWallets() {
21
21
  // eslint-disable-next-line import/no-extraneous-dependencies
22
22
  const { metamaskWallet } = await import("@coinmasters/wallet-metamask");
23
23
  // eslint-disable-next-line import/no-extraneous-dependencies
24
- const { ledgerWallet } = await import("@coinmasters/wallet-ledger");
24
+ // const { ledgerWallet } = await import("@coinmasters/wallet-ledger");
25
25
  // eslint-disable-next-line import/no-extraneous-dependencies
26
26
  const { okxWallet } = await import("@coinmasters/wallet-okx");
27
27
  // eslint-disable-next-line import/no-extraneous-dependencies
@@ -82,16 +82,16 @@ export async function initializeWallets() {
82
82
  };
83
83
  wallets.push(keystoreWallet);
84
84
  walletsVerbose.push(walletKeystore);
85
- const walletLedger = {
86
- type: WalletOption.LEDGER,
87
- icon: "https://pioneers.dev/coins/ledger.png",
88
- chains: availableChainsByWallet[WalletOption.LEDGER],
89
- wallet: ledgerWallet,
90
- status: "offline",
91
- isConnected: false,
92
- };
93
- wallets.push(ledgerWallet);
94
- walletsVerbose.push(walletLedger);
85
+ // const walletLedger = {
86
+ // type: WalletOption.LEDGER,
87
+ // icon: "https://pioneers.dev/coins/ledger.png",
88
+ // chains: availableChainsByWallet[WalletOption.LEDGER],
89
+ // wallet: ledgerWallet,
90
+ // status: "offline",
91
+ // isConnected: false,
92
+ // };
93
+ // wallets.push(ledgerWallet);
94
+ // walletsVerbose.push(walletLedger);
95
95
  const walletOKX = {
96
96
  type: WalletOption.OKX,
97
97
  icon: "https://pioneers.dev/coins/okx.png",
@@ -1,25 +0,0 @@
1
- import { g as getDefaultExportFromCjs, d as dist } from "./index_180735b4.js";
2
- var l = function(i, e, r, a, o, t, s, d) {
3
- if (dist.process.env.NODE_ENV !== "production" && e === void 0)
4
- throw new Error("invariant requires an error message argument");
5
- if (!i) {
6
- var n;
7
- if (e === void 0)
8
- n = new Error(
9
- "Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings."
10
- );
11
- else {
12
- var f = [r, a, o, t, s, d], u = 0;
13
- n = new Error(
14
- e.replace(/%s/g, function() {
15
- return f[u++];
16
- })
17
- ), n.name = "Invariant Violation";
18
- }
19
- throw n.framesToPop = 1, n;
20
- }
21
- }, p = l;
22
- const w = /* @__PURE__ */ getDefaultExportFromCjs(p);
23
- export {
24
- w
25
- };
@@ -1,25 +0,0 @@
1
- var o = 0, e = [], d = function(r, n, i) {
2
- var t = {
3
- type: r,
4
- id: String(++o),
5
- date: /* @__PURE__ */ new Date()
6
- };
7
- n && (t.message = n), i && (t.data = i), f(t);
8
- }, a = function(r) {
9
- return e.push(r), function() {
10
- var n = e.indexOf(r);
11
- n !== -1 && (e[n] = e[e.length - 1], e.pop());
12
- };
13
- };
14
- function f(r) {
15
- for (var n = 0; n < e.length; n++)
16
- try {
17
- e[n](r);
18
- } catch (i) {
19
- console.error(i);
20
- }
21
- }
22
- typeof window < "u" && (window.__ledgerLogsListen = a);
23
- export {
24
- d
25
- };