@pyefi/widget 0.1.4 → 0.1.5

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.
@@ -1,88 +1,88 @@
1
- import { jsxs as f, jsx as i, Fragment as te } from "react/jsx-runtime";
2
- import { createContext as St, useContext as vt, useRef as ge, useState as We, useMemo as le, useEffect as ae, useCallback as dt } from "react";
3
- import { useWallet as Ye, useConnection as Ze, ConnectionProvider as Bt, WalletProvider as Et } from "@solana/wallet-adapter-react";
4
- import { PhantomWalletAdapter as It, SolflareWalletAdapter as Ct, TorusWalletAdapter as Rt, LedgerWalletAdapter as Ft, WalletConnectWalletAdapter as Lt } from "@solana/wallet-adapter-wallets";
5
- import { WalletAdapterNetwork as Mt } from "@solana/wallet-adapter-base";
6
- import { buildPtLookup as ut, maturities as se, getPyeConfig as Dt, fetchEpochSyncedNowTs as Ke, lookupBondByVoteAccount as pt, estimateRtFromStake as ze, applyTradingFee as ht, PYE_TRADING_FEE_BPS as ft, checkSellLiquidity as Tt, executeStakeDeposit as Pt, executeRtSell as Ot, executeDepositAndSell as Nt, fetchBalances as yt, fetchUserStakeAccounts as gt, allowedLockups as Ut, validators as Xe, executeRedeem as Ht, configurePyeSDK as Wt } from "@pyefi/sdk";
7
- import { useBalanceStore as ee, useWalletStore as me, useMarketStore as $e, useApyStore as Yt, PyeSDKProvider as Qt, WalletSyncer as jt, BalanceSyncer as Vt, MarketSyncer as Gt, ApySyncer as Jt } from "@pyefi/sdk/react";
8
- import { createStore as qt } from "zustand/vanilla";
9
- import { immer as Kt } from "zustand/middleware/immer";
10
- import { useStore as zt } from "zustand";
11
- import { createPortal as Zt } from "react-dom";
12
- var Ge = {}, Pe = {}, _e;
13
- function Xt() {
14
- if (_e) return Pe;
15
- _e = 1, Pe.byteLength = a, Pe.toByteArray = b, Pe.fromByteArray = L;
16
- for (var c = [], l = [], u = typeof Uint8Array < "u" ? Uint8Array : Array, w = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", m = 0, p = w.length; m < p; ++m)
17
- c[m] = w[m], l[w.charCodeAt(m)] = m;
1
+ import { jsxs as f, jsx as i, Fragment as oe } from "react/jsx-runtime";
2
+ import { createContext as Et, useContext as It, useRef as ae, useState as We, useMemo as Pe, useEffect as re, useCallback as pt } from "react";
3
+ import { useWallet as Ve, useConnection as $e, ConnectionProvider as Ct, WalletProvider as Rt } from "@solana/wallet-adapter-react";
4
+ import { PhantomWalletAdapter as Ft, SolflareWalletAdapter as Lt, TorusWalletAdapter as Mt, LedgerWalletAdapter as Dt, WalletConnectWalletAdapter as Tt } from "@solana/wallet-adapter-wallets";
5
+ import { WalletAdapterNetwork as Pt } from "@solana/wallet-adapter-base";
6
+ import { getPyeConfig as Ot, validatorAvailability as ht, SELL_YIELD_CODES as ge, fetchEpochSyncedNowTs as Ze, maturities as Ee, canSellYield as ft, estimateRtFromStake as Xe, checkSellLiquidity as yt, applyTradingFee as gt, PYE_TRADING_FEE_BPS as Nt, executeStakeDeposit as Ut, executeRtSell as Ht, executeDepositAndSell as Yt, fetchBalances as mt, writeCachedWalletBalances as xt, fetchUserStakeAccounts as wt, executeRedeem as Qt, configurePyeSDK as Wt } from "@pyefi/sdk";
7
+ import { useBalanceStore as se, useWalletStore as xe, useLockupStore as je, useValidatorStore as Oe, useMarketStore as bt, PyeSDKProvider as Vt, WalletSyncer as jt, BalanceSyncer as Gt, ValidatorSyncer as Jt, LockupSyncer as Kt, MarketSyncer as qt, ApySyncer as zt } from "@pyefi/sdk/react";
8
+ import { createStore as Zt } from "zustand/vanilla";
9
+ import { immer as Xt } from "zustand/middleware/immer";
10
+ import { useStore as $t } from "zustand";
11
+ import { createPortal as _t } from "react-dom";
12
+ var qe = {}, De = {}, _e;
13
+ function er() {
14
+ if (_e) return De;
15
+ _e = 1, De.byteLength = o, De.toByteArray = E, De.fromByteArray = O;
16
+ for (var c = [], l = [], d = typeof Uint8Array < "u" ? Uint8Array : Array, w = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", g = 0, x = w.length; g < x; ++g)
17
+ c[g] = w[g], l[w.charCodeAt(g)] = g;
18
18
  l[45] = 62, l[95] = 63;
19
- function y(S) {
20
- var I = S.length;
21
- if (I % 4 > 0)
19
+ function y(k) {
20
+ var v = k.length;
21
+ if (v % 4 > 0)
22
22
  throw new Error("Invalid string. Length must be a multiple of 4");
23
- var R = S.indexOf("=");
24
- R === -1 && (R = I);
25
- var g = R === I ? 0 : 4 - R % 4;
26
- return [R, g];
23
+ var D = k.indexOf("=");
24
+ D === -1 && (D = v);
25
+ var L = D === v ? 0 : 4 - D % 4;
26
+ return [D, L];
27
27
  }
28
- function a(S) {
29
- var I = y(S), R = I[0], g = I[1];
30
- return (R + g) * 3 / 4 - g;
28
+ function o(k) {
29
+ var v = y(k), D = v[0], L = v[1];
30
+ return (D + L) * 3 / 4 - L;
31
31
  }
32
- function v(S, I, R) {
33
- return (I + R) * 3 / 4 - R;
32
+ function A(k, v, D) {
33
+ return (v + D) * 3 / 4 - D;
34
34
  }
35
- function b(S) {
36
- var I, R = y(S), g = R[0], k = R[1], M = new u(v(S, g, k)), P = 0, N = k > 0 ? g - 4 : g, T;
37
- for (T = 0; T < N; T += 4)
38
- I = l[S.charCodeAt(T)] << 18 | l[S.charCodeAt(T + 1)] << 12 | l[S.charCodeAt(T + 2)] << 6 | l[S.charCodeAt(T + 3)], M[P++] = I >> 16 & 255, M[P++] = I >> 8 & 255, M[P++] = I & 255;
39
- return k === 2 && (I = l[S.charCodeAt(T)] << 2 | l[S.charCodeAt(T + 1)] >> 4, M[P++] = I & 255), k === 1 && (I = l[S.charCodeAt(T)] << 10 | l[S.charCodeAt(T + 1)] << 4 | l[S.charCodeAt(T + 2)] >> 2, M[P++] = I >> 8 & 255, M[P++] = I & 255), M;
35
+ function E(k) {
36
+ var v, D = y(k), L = D[0], p = D[1], I = new d(A(k, L, p)), T = 0, C = p > 0 ? L - 4 : L, R;
37
+ for (R = 0; R < C; R += 4)
38
+ v = l[k.charCodeAt(R)] << 18 | l[k.charCodeAt(R + 1)] << 12 | l[k.charCodeAt(R + 2)] << 6 | l[k.charCodeAt(R + 3)], I[T++] = v >> 16 & 255, I[T++] = v >> 8 & 255, I[T++] = v & 255;
39
+ return p === 2 && (v = l[k.charCodeAt(R)] << 2 | l[k.charCodeAt(R + 1)] >> 4, I[T++] = v & 255), p === 1 && (v = l[k.charCodeAt(R)] << 10 | l[k.charCodeAt(R + 1)] << 4 | l[k.charCodeAt(R + 2)] >> 2, I[T++] = v >> 8 & 255, I[T++] = v & 255), I;
40
40
  }
41
- function x(S) {
42
- return c[S >> 18 & 63] + c[S >> 12 & 63] + c[S >> 6 & 63] + c[S & 63];
41
+ function b(k) {
42
+ return c[k >> 18 & 63] + c[k >> 12 & 63] + c[k >> 6 & 63] + c[k & 63];
43
43
  }
44
- function B(S, I, R) {
45
- for (var g, k = [], M = I; M < R; M += 3)
46
- g = (S[M] << 16 & 16711680) + (S[M + 1] << 8 & 65280) + (S[M + 2] & 255), k.push(x(g));
47
- return k.join("");
44
+ function B(k, v, D) {
45
+ for (var L, p = [], I = v; I < D; I += 3)
46
+ L = (k[I] << 16 & 16711680) + (k[I + 1] << 8 & 65280) + (k[I + 2] & 255), p.push(b(L));
47
+ return p.join("");
48
48
  }
49
- function L(S) {
50
- for (var I, R = S.length, g = R % 3, k = [], M = 16383, P = 0, N = R - g; P < N; P += M)
51
- k.push(B(S, P, P + M > N ? N : P + M));
52
- return g === 1 ? (I = S[R - 1], k.push(
53
- c[I >> 2] + c[I << 4 & 63] + "=="
54
- )) : g === 2 && (I = (S[R - 2] << 8) + S[R - 1], k.push(
55
- c[I >> 10] + c[I >> 4 & 63] + c[I << 2 & 63] + "="
56
- )), k.join("");
49
+ function O(k) {
50
+ for (var v, D = k.length, L = D % 3, p = [], I = 16383, T = 0, C = D - L; T < C; T += I)
51
+ p.push(B(k, T, T + I > C ? C : T + I));
52
+ return L === 1 ? (v = k[D - 1], p.push(
53
+ c[v >> 2] + c[v << 4 & 63] + "=="
54
+ )) : L === 2 && (v = (k[D - 2] << 8) + k[D - 1], p.push(
55
+ c[v >> 10] + c[v >> 4 & 63] + c[v << 2 & 63] + "="
56
+ )), p.join("");
57
57
  }
58
- return Pe;
58
+ return De;
59
59
  }
60
- var He = {};
60
+ var Qe = {};
61
61
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
62
62
  var et;
63
- function $t() {
64
- return et || (et = 1, He.read = function(c, l, u, w, m) {
65
- var p, y, a = m * 8 - w - 1, v = (1 << a) - 1, b = v >> 1, x = -7, B = u ? m - 1 : 0, L = u ? -1 : 1, S = c[l + B];
66
- for (B += L, p = S & (1 << -x) - 1, S >>= -x, x += a; x > 0; p = p * 256 + c[l + B], B += L, x -= 8)
63
+ function tr() {
64
+ return et || (et = 1, Qe.read = function(c, l, d, w, g) {
65
+ var x, y, o = g * 8 - w - 1, A = (1 << o) - 1, E = A >> 1, b = -7, B = d ? g - 1 : 0, O = d ? -1 : 1, k = c[l + B];
66
+ for (B += O, x = k & (1 << -b) - 1, k >>= -b, b += o; b > 0; x = x * 256 + c[l + B], B += O, b -= 8)
67
67
  ;
68
- for (y = p & (1 << -x) - 1, p >>= -x, x += w; x > 0; y = y * 256 + c[l + B], B += L, x -= 8)
68
+ for (y = x & (1 << -b) - 1, x >>= -b, b += w; b > 0; y = y * 256 + c[l + B], B += O, b -= 8)
69
69
  ;
70
- if (p === 0)
71
- p = 1 - b;
70
+ if (x === 0)
71
+ x = 1 - E;
72
72
  else {
73
- if (p === v)
74
- return y ? NaN : (S ? -1 : 1) * (1 / 0);
75
- y = y + Math.pow(2, w), p = p - b;
76
- }
77
- return (S ? -1 : 1) * y * Math.pow(2, p - w);
78
- }, He.write = function(c, l, u, w, m, p) {
79
- var y, a, v, b = p * 8 - m - 1, x = (1 << b) - 1, B = x >> 1, L = m === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0, S = w ? 0 : p - 1, I = w ? 1 : -1, R = l < 0 || l === 0 && 1 / l < 0 ? 1 : 0;
80
- for (l = Math.abs(l), isNaN(l) || l === 1 / 0 ? (a = isNaN(l) ? 1 : 0, y = x) : (y = Math.floor(Math.log(l) / Math.LN2), l * (v = Math.pow(2, -y)) < 1 && (y--, v *= 2), y + B >= 1 ? l += L / v : l += L * Math.pow(2, 1 - B), l * v >= 2 && (y++, v /= 2), y + B >= x ? (a = 0, y = x) : y + B >= 1 ? (a = (l * v - 1) * Math.pow(2, m), y = y + B) : (a = l * Math.pow(2, B - 1) * Math.pow(2, m), y = 0)); m >= 8; c[u + S] = a & 255, S += I, a /= 256, m -= 8)
73
+ if (x === A)
74
+ return y ? NaN : (k ? -1 : 1) * (1 / 0);
75
+ y = y + Math.pow(2, w), x = x - E;
76
+ }
77
+ return (k ? -1 : 1) * y * Math.pow(2, x - w);
78
+ }, Qe.write = function(c, l, d, w, g, x) {
79
+ var y, o, A, E = x * 8 - g - 1, b = (1 << E) - 1, B = b >> 1, O = g === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0, k = w ? 0 : x - 1, v = w ? 1 : -1, D = l < 0 || l === 0 && 1 / l < 0 ? 1 : 0;
80
+ for (l = Math.abs(l), isNaN(l) || l === 1 / 0 ? (o = isNaN(l) ? 1 : 0, y = b) : (y = Math.floor(Math.log(l) / Math.LN2), l * (A = Math.pow(2, -y)) < 1 && (y--, A *= 2), y + B >= 1 ? l += O / A : l += O * Math.pow(2, 1 - B), l * A >= 2 && (y++, A /= 2), y + B >= b ? (o = 0, y = b) : y + B >= 1 ? (o = (l * A - 1) * Math.pow(2, g), y = y + B) : (o = l * Math.pow(2, B - 1) * Math.pow(2, g), y = 0)); g >= 8; c[d + k] = o & 255, k += v, o /= 256, g -= 8)
81
81
  ;
82
- for (y = y << m | a, b += m; b > 0; c[u + S] = y & 255, S += I, y /= 256, b -= 8)
82
+ for (y = y << g | o, E += g; E > 0; c[d + k] = y & 255, k += v, y /= 256, E -= 8)
83
83
  ;
84
- c[u + S - I] |= R * 128;
85
- }), He;
84
+ c[d + k - v] |= D * 128;
85
+ }), Qe;
86
86
  }
87
87
  /*!
88
88
  * The buffer module from node.js, for the browser.
@@ -91,15 +91,15 @@ function $t() {
91
91
  * @license MIT
92
92
  */
93
93
  var tt;
94
- function _t() {
94
+ function rr() {
95
95
  return tt || (tt = 1, (function(c) {
96
- const l = Xt(), u = $t(), w = typeof Symbol == "function" && typeof Symbol.for == "function" ? Symbol.for("nodejs.util.inspect.custom") : null;
97
- c.Buffer = a, c.SlowBuffer = M, c.INSPECT_MAX_BYTES = 50;
98
- const m = 2147483647;
99
- c.kMaxLength = m, a.TYPED_ARRAY_SUPPORT = p(), !a.TYPED_ARRAY_SUPPORT && typeof console < "u" && typeof console.error == "function" && console.error(
96
+ const l = er(), d = tr(), w = typeof Symbol == "function" && typeof Symbol.for == "function" ? Symbol.for("nodejs.util.inspect.custom") : null;
97
+ c.Buffer = o, c.SlowBuffer = I, c.INSPECT_MAX_BYTES = 50;
98
+ const g = 2147483647;
99
+ c.kMaxLength = g, o.TYPED_ARRAY_SUPPORT = x(), !o.TYPED_ARRAY_SUPPORT && typeof console < "u" && typeof console.error == "function" && console.error(
100
100
  "This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."
101
101
  );
102
- function p() {
102
+ function x() {
103
103
  try {
104
104
  const r = new Uint8Array(1), e = { foo: function() {
105
105
  return 42;
@@ -109,26 +109,26 @@ function _t() {
109
109
  return !1;
110
110
  }
111
111
  }
112
- Object.defineProperty(a.prototype, "parent", {
112
+ Object.defineProperty(o.prototype, "parent", {
113
113
  enumerable: !0,
114
114
  get: function() {
115
- if (a.isBuffer(this))
115
+ if (o.isBuffer(this))
116
116
  return this.buffer;
117
117
  }
118
- }), Object.defineProperty(a.prototype, "offset", {
118
+ }), Object.defineProperty(o.prototype, "offset", {
119
119
  enumerable: !0,
120
120
  get: function() {
121
- if (a.isBuffer(this))
121
+ if (o.isBuffer(this))
122
122
  return this.byteOffset;
123
123
  }
124
124
  });
125
125
  function y(r) {
126
- if (r > m)
126
+ if (r > g)
127
127
  throw new RangeError('The value "' + r + '" is invalid for option "size"');
128
128
  const e = new Uint8Array(r);
129
- return Object.setPrototypeOf(e, a.prototype), e;
129
+ return Object.setPrototypeOf(e, o.prototype), e;
130
130
  }
131
- function a(r, e, t) {
131
+ function o(r, e, t) {
132
132
  if (typeof r == "number") {
133
133
  if (typeof e == "string")
134
134
  throw new TypeError(
@@ -136,121 +136,121 @@ function _t() {
136
136
  );
137
137
  return B(r);
138
138
  }
139
- return v(r, e, t);
139
+ return A(r, e, t);
140
140
  }
141
- a.poolSize = 8192;
142
- function v(r, e, t) {
141
+ o.poolSize = 8192;
142
+ function A(r, e, t) {
143
143
  if (typeof r == "string")
144
- return L(r, e);
144
+ return O(r, e);
145
145
  if (ArrayBuffer.isView(r))
146
- return I(r);
146
+ return v(r);
147
147
  if (r == null)
148
148
  throw new TypeError(
149
149
  "The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type " + typeof r
150
150
  );
151
- if (Z(r, ArrayBuffer) || r && Z(r.buffer, ArrayBuffer) || typeof SharedArrayBuffer < "u" && (Z(r, SharedArrayBuffer) || r && Z(r.buffer, SharedArrayBuffer)))
152
- return R(r, e, t);
151
+ if (N(r, ArrayBuffer) || r && N(r.buffer, ArrayBuffer) || typeof SharedArrayBuffer < "u" && (N(r, SharedArrayBuffer) || r && N(r.buffer, SharedArrayBuffer)))
152
+ return D(r, e, t);
153
153
  if (typeof r == "number")
154
154
  throw new TypeError(
155
155
  'The "value" argument must not be of type number. Received type number'
156
156
  );
157
157
  const n = r.valueOf && r.valueOf();
158
158
  if (n != null && n !== r)
159
- return a.from(n, e, t);
160
- const s = g(r);
159
+ return o.from(n, e, t);
160
+ const s = L(r);
161
161
  if (s) return s;
162
162
  if (typeof Symbol < "u" && Symbol.toPrimitive != null && typeof r[Symbol.toPrimitive] == "function")
163
- return a.from(r[Symbol.toPrimitive]("string"), e, t);
163
+ return o.from(r[Symbol.toPrimitive]("string"), e, t);
164
164
  throw new TypeError(
165
165
  "The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type " + typeof r
166
166
  );
167
167
  }
168
- a.from = function(r, e, t) {
169
- return v(r, e, t);
170
- }, Object.setPrototypeOf(a.prototype, Uint8Array.prototype), Object.setPrototypeOf(a, Uint8Array);
171
- function b(r) {
168
+ o.from = function(r, e, t) {
169
+ return A(r, e, t);
170
+ }, Object.setPrototypeOf(o.prototype, Uint8Array.prototype), Object.setPrototypeOf(o, Uint8Array);
171
+ function E(r) {
172
172
  if (typeof r != "number")
173
173
  throw new TypeError('"size" argument must be of type number');
174
174
  if (r < 0)
175
175
  throw new RangeError('The value "' + r + '" is invalid for option "size"');
176
176
  }
177
- function x(r, e, t) {
178
- return b(r), r <= 0 ? y(r) : e !== void 0 ? typeof t == "string" ? y(r).fill(e, t) : y(r).fill(e) : y(r);
177
+ function b(r, e, t) {
178
+ return E(r), r <= 0 ? y(r) : e !== void 0 ? typeof t == "string" ? y(r).fill(e, t) : y(r).fill(e) : y(r);
179
179
  }
180
- a.alloc = function(r, e, t) {
181
- return x(r, e, t);
180
+ o.alloc = function(r, e, t) {
181
+ return b(r, e, t);
182
182
  };
183
183
  function B(r) {
184
- return b(r), y(r < 0 ? 0 : k(r) | 0);
184
+ return E(r), y(r < 0 ? 0 : p(r) | 0);
185
185
  }
186
- a.allocUnsafe = function(r) {
186
+ o.allocUnsafe = function(r) {
187
187
  return B(r);
188
- }, a.allocUnsafeSlow = function(r) {
188
+ }, o.allocUnsafeSlow = function(r) {
189
189
  return B(r);
190
190
  };
191
- function L(r, e) {
192
- if ((typeof e != "string" || e === "") && (e = "utf8"), !a.isEncoding(e))
191
+ function O(r, e) {
192
+ if ((typeof e != "string" || e === "") && (e = "utf8"), !o.isEncoding(e))
193
193
  throw new TypeError("Unknown encoding: " + e);
194
- const t = P(r, e) | 0;
194
+ const t = T(r, e) | 0;
195
195
  let n = y(t);
196
196
  const s = n.write(r, e);
197
197
  return s !== t && (n = n.slice(0, s)), n;
198
198
  }
199
- function S(r) {
200
- const e = r.length < 0 ? 0 : k(r.length) | 0, t = y(e);
199
+ function k(r) {
200
+ const e = r.length < 0 ? 0 : p(r.length) | 0, t = y(e);
201
201
  for (let n = 0; n < e; n += 1)
202
202
  t[n] = r[n] & 255;
203
203
  return t;
204
204
  }
205
- function I(r) {
206
- if (Z(r, Uint8Array)) {
205
+ function v(r) {
206
+ if (N(r, Uint8Array)) {
207
207
  const e = new Uint8Array(r);
208
- return R(e.buffer, e.byteOffset, e.byteLength);
208
+ return D(e.buffer, e.byteOffset, e.byteLength);
209
209
  }
210
- return S(r);
210
+ return k(r);
211
211
  }
212
- function R(r, e, t) {
212
+ function D(r, e, t) {
213
213
  if (e < 0 || r.byteLength < e)
214
214
  throw new RangeError('"offset" is outside of buffer bounds');
215
215
  if (r.byteLength < e + (t || 0))
216
216
  throw new RangeError('"length" is outside of buffer bounds');
217
217
  let n;
218
- return e === void 0 && t === void 0 ? n = new Uint8Array(r) : t === void 0 ? n = new Uint8Array(r, e) : n = new Uint8Array(r, e, t), Object.setPrototypeOf(n, a.prototype), n;
218
+ return e === void 0 && t === void 0 ? n = new Uint8Array(r) : t === void 0 ? n = new Uint8Array(r, e) : n = new Uint8Array(r, e, t), Object.setPrototypeOf(n, o.prototype), n;
219
219
  }
220
- function g(r) {
221
- if (a.isBuffer(r)) {
222
- const e = k(r.length) | 0, t = y(e);
220
+ function L(r) {
221
+ if (o.isBuffer(r)) {
222
+ const e = p(r.length) | 0, t = y(e);
223
223
  return t.length === 0 || r.copy(t, 0, 0, e), t;
224
224
  }
225
225
  if (r.length !== void 0)
226
- return typeof r.length != "number" || Te(r.length) ? y(0) : S(r);
226
+ return typeof r.length != "number" || te(r.length) ? y(0) : k(r);
227
227
  if (r.type === "Buffer" && Array.isArray(r.data))
228
- return S(r.data);
228
+ return k(r.data);
229
229
  }
230
- function k(r) {
231
- if (r >= m)
232
- throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x" + m.toString(16) + " bytes");
230
+ function p(r) {
231
+ if (r >= g)
232
+ throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x" + g.toString(16) + " bytes");
233
233
  return r | 0;
234
234
  }
235
- function M(r) {
236
- return +r != r && (r = 0), a.alloc(+r);
235
+ function I(r) {
236
+ return +r != r && (r = 0), o.alloc(+r);
237
237
  }
238
- a.isBuffer = function(e) {
239
- return e != null && e._isBuffer === !0 && e !== a.prototype;
240
- }, a.compare = function(e, t) {
241
- if (Z(e, Uint8Array) && (e = a.from(e, e.offset, e.byteLength)), Z(t, Uint8Array) && (t = a.from(t, t.offset, t.byteLength)), !a.isBuffer(e) || !a.isBuffer(t))
238
+ o.isBuffer = function(e) {
239
+ return e != null && e._isBuffer === !0 && e !== o.prototype;
240
+ }, o.compare = function(e, t) {
241
+ if (N(e, Uint8Array) && (e = o.from(e, e.offset, e.byteLength)), N(t, Uint8Array) && (t = o.from(t, t.offset, t.byteLength)), !o.isBuffer(e) || !o.isBuffer(t))
242
242
  throw new TypeError(
243
243
  'The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array'
244
244
  );
245
245
  if (e === t) return 0;
246
246
  let n = e.length, s = t.length;
247
- for (let d = 0, h = Math.min(n, s); d < h; ++d)
248
- if (e[d] !== t[d]) {
249
- n = e[d], s = t[d];
247
+ for (let u = 0, h = Math.min(n, s); u < h; ++u)
248
+ if (e[u] !== t[u]) {
249
+ n = e[u], s = t[u];
250
250
  break;
251
251
  }
252
252
  return n < s ? -1 : s < n ? 1 : 0;
253
- }, a.isEncoding = function(e) {
253
+ }, o.isEncoding = function(e) {
254
254
  switch (String(e).toLowerCase()) {
255
255
  case "hex":
256
256
  case "utf8":
@@ -267,37 +267,37 @@ function _t() {
267
267
  default:
268
268
  return !1;
269
269
  }
270
- }, a.concat = function(e, t) {
270
+ }, o.concat = function(e, t) {
271
271
  if (!Array.isArray(e))
272
272
  throw new TypeError('"list" argument must be an Array of Buffers');
273
273
  if (e.length === 0)
274
- return a.alloc(0);
274
+ return o.alloc(0);
275
275
  let n;
276
276
  if (t === void 0)
277
277
  for (t = 0, n = 0; n < e.length; ++n)
278
278
  t += e[n].length;
279
- const s = a.allocUnsafe(t);
280
- let d = 0;
279
+ const s = o.allocUnsafe(t);
280
+ let u = 0;
281
281
  for (n = 0; n < e.length; ++n) {
282
282
  let h = e[n];
283
- if (Z(h, Uint8Array))
284
- d + h.length > s.length ? (a.isBuffer(h) || (h = a.from(h)), h.copy(s, d)) : Uint8Array.prototype.set.call(
283
+ if (N(h, Uint8Array))
284
+ u + h.length > s.length ? (o.isBuffer(h) || (h = o.from(h)), h.copy(s, u)) : Uint8Array.prototype.set.call(
285
285
  s,
286
286
  h,
287
- d
287
+ u
288
288
  );
289
- else if (a.isBuffer(h))
290
- h.copy(s, d);
289
+ else if (o.isBuffer(h))
290
+ h.copy(s, u);
291
291
  else
292
292
  throw new TypeError('"list" argument must be an Array of Buffers');
293
- d += h.length;
293
+ u += h.length;
294
294
  }
295
295
  return s;
296
296
  };
297
- function P(r, e) {
298
- if (a.isBuffer(r))
297
+ function T(r, e) {
298
+ if (o.isBuffer(r))
299
299
  return r.length;
300
- if (ArrayBuffer.isView(r) || Z(r, ArrayBuffer))
300
+ if (ArrayBuffer.isView(r) || N(r, ArrayBuffer))
301
301
  return r.byteLength;
302
302
  if (typeof r != "string")
303
303
  throw new TypeError(
@@ -314,7 +314,7 @@ function _t() {
314
314
  return t;
315
315
  case "utf8":
316
316
  case "utf-8":
317
- return Ee(r).length;
317
+ return Se(r).length;
318
318
  case "ucs2":
319
319
  case "ucs-2":
320
320
  case "utf16le":
@@ -323,179 +323,179 @@ function _t() {
323
323
  case "hex":
324
324
  return t >>> 1;
325
325
  case "base64":
326
- return he(r).length;
326
+ return pe(r).length;
327
327
  default:
328
328
  if (s)
329
- return n ? -1 : Ee(r).length;
329
+ return n ? -1 : Se(r).length;
330
330
  e = ("" + e).toLowerCase(), s = !0;
331
331
  }
332
332
  }
333
- a.byteLength = P;
334
- function N(r, e, t) {
333
+ o.byteLength = T;
334
+ function C(r, e, t) {
335
335
  let n = !1;
336
336
  if ((e === void 0 || e < 0) && (e = 0), e > this.length || ((t === void 0 || t > this.length) && (t = this.length), t <= 0) || (t >>>= 0, e >>>= 0, t <= e))
337
337
  return "";
338
338
  for (r || (r = "utf8"); ; )
339
339
  switch (r) {
340
340
  case "hex":
341
- return we(this, e, t);
341
+ return X(this, e, t);
342
342
  case "utf8":
343
343
  case "utf-8":
344
- return ne(this, e, t);
344
+ return ke(this, e, t);
345
345
  case "ascii":
346
- return ue(this, e, t);
346
+ return _(this, e, t);
347
347
  case "latin1":
348
348
  case "binary":
349
- return $(this, e, t);
349
+ return we(this, e, t);
350
350
  case "base64":
351
- return re(this, e, t);
351
+ return Ae(this, e, t);
352
352
  case "ucs2":
353
353
  case "ucs-2":
354
354
  case "utf16le":
355
355
  case "utf-16le":
356
- return ve(this, e, t);
356
+ return Ge(this, e, t);
357
357
  default:
358
358
  if (n) throw new TypeError("Unknown encoding: " + r);
359
359
  r = (r + "").toLowerCase(), n = !0;
360
360
  }
361
361
  }
362
- a.prototype._isBuffer = !0;
363
- function T(r, e, t) {
362
+ o.prototype._isBuffer = !0;
363
+ function R(r, e, t) {
364
364
  const n = r[e];
365
365
  r[e] = r[t], r[t] = n;
366
366
  }
367
- a.prototype.swap16 = function() {
367
+ o.prototype.swap16 = function() {
368
368
  const e = this.length;
369
369
  if (e % 2 !== 0)
370
370
  throw new RangeError("Buffer size must be a multiple of 16-bits");
371
371
  for (let t = 0; t < e; t += 2)
372
- T(this, t, t + 1);
372
+ R(this, t, t + 1);
373
373
  return this;
374
- }, a.prototype.swap32 = function() {
374
+ }, o.prototype.swap32 = function() {
375
375
  const e = this.length;
376
376
  if (e % 4 !== 0)
377
377
  throw new RangeError("Buffer size must be a multiple of 32-bits");
378
378
  for (let t = 0; t < e; t += 4)
379
- T(this, t, t + 3), T(this, t + 1, t + 2);
379
+ R(this, t, t + 3), R(this, t + 1, t + 2);
380
380
  return this;
381
- }, a.prototype.swap64 = function() {
381
+ }, o.prototype.swap64 = function() {
382
382
  const e = this.length;
383
383
  if (e % 8 !== 0)
384
384
  throw new RangeError("Buffer size must be a multiple of 64-bits");
385
385
  for (let t = 0; t < e; t += 8)
386
- T(this, t, t + 7), T(this, t + 1, t + 6), T(this, t + 2, t + 5), T(this, t + 3, t + 4);
386
+ R(this, t, t + 7), R(this, t + 1, t + 6), R(this, t + 2, t + 5), R(this, t + 3, t + 4);
387
387
  return this;
388
- }, a.prototype.toString = function() {
388
+ }, o.prototype.toString = function() {
389
389
  const e = this.length;
390
- return e === 0 ? "" : arguments.length === 0 ? ne(this, 0, e) : N.apply(this, arguments);
391
- }, a.prototype.toLocaleString = a.prototype.toString, a.prototype.equals = function(e) {
392
- if (!a.isBuffer(e)) throw new TypeError("Argument must be a Buffer");
393
- return this === e ? !0 : a.compare(this, e) === 0;
394
- }, a.prototype.inspect = function() {
390
+ return e === 0 ? "" : arguments.length === 0 ? ke(this, 0, e) : C.apply(this, arguments);
391
+ }, o.prototype.toLocaleString = o.prototype.toString, o.prototype.equals = function(e) {
392
+ if (!o.isBuffer(e)) throw new TypeError("Argument must be a Buffer");
393
+ return this === e ? !0 : o.compare(this, e) === 0;
394
+ }, o.prototype.inspect = function() {
395
395
  let e = "";
396
396
  const t = c.INSPECT_MAX_BYTES;
397
397
  return e = this.toString("hex", 0, t).replace(/(.{2})/g, "$1 ").trim(), this.length > t && (e += " ... "), "<Buffer " + e + ">";
398
- }, w && (a.prototype[w] = a.prototype.inspect), a.prototype.compare = function(e, t, n, s, d) {
399
- if (Z(e, Uint8Array) && (e = a.from(e, e.offset, e.byteLength)), !a.isBuffer(e))
398
+ }, w && (o.prototype[w] = o.prototype.inspect), o.prototype.compare = function(e, t, n, s, u) {
399
+ if (N(e, Uint8Array) && (e = o.from(e, e.offset, e.byteLength)), !o.isBuffer(e))
400
400
  throw new TypeError(
401
401
  'The "target" argument must be one of type Buffer or Uint8Array. Received type ' + typeof e
402
402
  );
403
- if (t === void 0 && (t = 0), n === void 0 && (n = e ? e.length : 0), s === void 0 && (s = 0), d === void 0 && (d = this.length), t < 0 || n > e.length || s < 0 || d > this.length)
403
+ if (t === void 0 && (t = 0), n === void 0 && (n = e ? e.length : 0), s === void 0 && (s = 0), u === void 0 && (u = this.length), t < 0 || n > e.length || s < 0 || u > this.length)
404
404
  throw new RangeError("out of range index");
405
- if (s >= d && t >= n)
405
+ if (s >= u && t >= n)
406
406
  return 0;
407
- if (s >= d)
407
+ if (s >= u)
408
408
  return -1;
409
409
  if (t >= n)
410
410
  return 1;
411
- if (t >>>= 0, n >>>= 0, s >>>= 0, d >>>= 0, this === e) return 0;
412
- let h = d - s, D = n - t;
413
- const W = Math.min(h, D), H = this.slice(s, d), Y = e.slice(t, n);
414
- for (let U = 0; U < W; ++U)
415
- if (H[U] !== Y[U]) {
416
- h = H[U], D = Y[U];
411
+ if (t >>>= 0, n >>>= 0, s >>>= 0, u >>>= 0, this === e) return 0;
412
+ let h = u - s, P = n - t;
413
+ const G = Math.min(h, P), V = this.slice(s, u), J = e.slice(t, n);
414
+ for (let H = 0; H < G; ++H)
415
+ if (V[H] !== J[H]) {
416
+ h = V[H], P = J[H];
417
417
  break;
418
418
  }
419
- return h < D ? -1 : D < h ? 1 : 0;
419
+ return h < P ? -1 : P < h ? 1 : 0;
420
420
  };
421
- function q(r, e, t, n, s) {
421
+ function Y(r, e, t, n, s) {
422
422
  if (r.length === 0) return -1;
423
- if (typeof t == "string" ? (n = t, t = 0) : t > 2147483647 ? t = 2147483647 : t < -2147483648 && (t = -2147483648), t = +t, Te(t) && (t = s ? 0 : r.length - 1), t < 0 && (t = r.length + t), t >= r.length) {
423
+ if (typeof t == "string" ? (n = t, t = 0) : t > 2147483647 ? t = 2147483647 : t < -2147483648 && (t = -2147483648), t = +t, te(t) && (t = s ? 0 : r.length - 1), t < 0 && (t = r.length + t), t >= r.length) {
424
424
  if (s) return -1;
425
425
  t = r.length - 1;
426
426
  } else if (t < 0)
427
427
  if (s) t = 0;
428
428
  else return -1;
429
- if (typeof e == "string" && (e = a.from(e, n)), a.isBuffer(e))
430
- return e.length === 0 ? -1 : F(r, e, t, n, s);
429
+ if (typeof e == "string" && (e = o.from(e, n)), o.isBuffer(e))
430
+ return e.length === 0 ? -1 : M(r, e, t, n, s);
431
431
  if (typeof e == "number")
432
- return e = e & 255, typeof Uint8Array.prototype.indexOf == "function" ? s ? Uint8Array.prototype.indexOf.call(r, e, t) : Uint8Array.prototype.lastIndexOf.call(r, e, t) : F(r, [e], t, n, s);
432
+ return e = e & 255, typeof Uint8Array.prototype.indexOf == "function" ? s ? Uint8Array.prototype.indexOf.call(r, e, t) : Uint8Array.prototype.lastIndexOf.call(r, e, t) : M(r, [e], t, n, s);
433
433
  throw new TypeError("val must be string, number or Buffer");
434
434
  }
435
- function F(r, e, t, n, s) {
436
- let d = 1, h = r.length, D = e.length;
435
+ function M(r, e, t, n, s) {
436
+ let u = 1, h = r.length, P = e.length;
437
437
  if (n !== void 0 && (n = String(n).toLowerCase(), n === "ucs2" || n === "ucs-2" || n === "utf16le" || n === "utf-16le")) {
438
438
  if (r.length < 2 || e.length < 2)
439
439
  return -1;
440
- d = 2, h /= 2, D /= 2, t /= 2;
440
+ u = 2, h /= 2, P /= 2, t /= 2;
441
441
  }
442
- function W(Y, U) {
443
- return d === 1 ? Y[U] : Y.readUInt16BE(U * d);
442
+ function G(J, H) {
443
+ return u === 1 ? J[H] : J.readUInt16BE(H * u);
444
444
  }
445
- let H;
445
+ let V;
446
446
  if (s) {
447
- let Y = -1;
448
- for (H = t; H < h; H++)
449
- if (W(r, H) === W(e, Y === -1 ? 0 : H - Y)) {
450
- if (Y === -1 && (Y = H), H - Y + 1 === D) return Y * d;
447
+ let J = -1;
448
+ for (V = t; V < h; V++)
449
+ if (G(r, V) === G(e, J === -1 ? 0 : V - J)) {
450
+ if (J === -1 && (J = V), V - J + 1 === P) return J * u;
451
451
  } else
452
- Y !== -1 && (H -= H - Y), Y = -1;
452
+ J !== -1 && (V -= V - J), J = -1;
453
453
  } else
454
- for (t + D > h && (t = h - D), H = t; H >= 0; H--) {
455
- let Y = !0;
456
- for (let U = 0; U < D; U++)
457
- if (W(r, H + U) !== W(e, U)) {
458
- Y = !1;
454
+ for (t + P > h && (t = h - P), V = t; V >= 0; V--) {
455
+ let J = !0;
456
+ for (let H = 0; H < P; H++)
457
+ if (G(r, V + H) !== G(e, H)) {
458
+ J = !1;
459
459
  break;
460
460
  }
461
- if (Y) return H;
461
+ if (J) return V;
462
462
  }
463
463
  return -1;
464
464
  }
465
- a.prototype.includes = function(e, t, n) {
465
+ o.prototype.includes = function(e, t, n) {
466
466
  return this.indexOf(e, t, n) !== -1;
467
- }, a.prototype.indexOf = function(e, t, n) {
468
- return q(this, e, t, n, !0);
469
- }, a.prototype.lastIndexOf = function(e, t, n) {
470
- return q(this, e, t, n, !1);
467
+ }, o.prototype.indexOf = function(e, t, n) {
468
+ return Y(this, e, t, n, !0);
469
+ }, o.prototype.lastIndexOf = function(e, t, n) {
470
+ return Y(this, e, t, n, !1);
471
471
  };
472
- function j(r, e, t, n) {
472
+ function Q(r, e, t, n) {
473
473
  t = Number(t) || 0;
474
474
  const s = r.length - t;
475
475
  n ? (n = Number(n), n > s && (n = s)) : n = s;
476
- const d = e.length;
477
- n > d / 2 && (n = d / 2);
476
+ const u = e.length;
477
+ n > u / 2 && (n = u / 2);
478
478
  let h;
479
479
  for (h = 0; h < n; ++h) {
480
- const D = parseInt(e.substr(h * 2, 2), 16);
481
- if (Te(D)) return h;
482
- r[t + h] = D;
480
+ const P = parseInt(e.substr(h * 2, 2), 16);
481
+ if (te(P)) return h;
482
+ r[t + h] = P;
483
483
  }
484
484
  return h;
485
485
  }
486
- function Q(r, e, t, n) {
487
- return V(Ee(e, r.length - t), r, t, n);
486
+ function Z(r, e, t, n) {
487
+ return $(Se(e, r.length - t), r, t, n);
488
488
  }
489
- function K(r, e, t, n) {
490
- return V(E(e), r, t, n);
489
+ function z(r, e, t, n) {
490
+ return $(S(e), r, t, n);
491
491
  }
492
- function ce(r, e, t, n) {
493
- return V(he(e), r, t, n);
492
+ function W(r, e, t, n) {
493
+ return $(pe(e), r, t, n);
494
494
  }
495
- function Se(r, e, t, n) {
496
- return V(be(e, r.length - t), r, t, n);
495
+ function K(r, e, t, n) {
496
+ return $(ee(e, r.length - t), r, t, n);
497
497
  }
498
- a.prototype.write = function(e, t, n, s) {
498
+ o.prototype.write = function(e, t, n, s) {
499
499
  if (t === void 0)
500
500
  s = "utf8", n = this.length, t = 0;
501
501
  else if (n === void 0 && typeof t == "string")
@@ -506,326 +506,326 @@ function _t() {
506
506
  throw new Error(
507
507
  "Buffer.write(string, encoding, offset[, length]) is no longer supported"
508
508
  );
509
- const d = this.length - t;
510
- if ((n === void 0 || n > d) && (n = d), e.length > 0 && (n < 0 || t < 0) || t > this.length)
509
+ const u = this.length - t;
510
+ if ((n === void 0 || n > u) && (n = u), e.length > 0 && (n < 0 || t < 0) || t > this.length)
511
511
  throw new RangeError("Attempt to write outside buffer bounds");
512
512
  s || (s = "utf8");
513
513
  let h = !1;
514
514
  for (; ; )
515
515
  switch (s) {
516
516
  case "hex":
517
- return j(this, e, t, n);
517
+ return Q(this, e, t, n);
518
518
  case "utf8":
519
519
  case "utf-8":
520
- return Q(this, e, t, n);
520
+ return Z(this, e, t, n);
521
521
  case "ascii":
522
522
  case "latin1":
523
523
  case "binary":
524
- return K(this, e, t, n);
524
+ return z(this, e, t, n);
525
525
  case "base64":
526
- return ce(this, e, t, n);
526
+ return W(this, e, t, n);
527
527
  case "ucs2":
528
528
  case "ucs-2":
529
529
  case "utf16le":
530
530
  case "utf-16le":
531
- return Se(this, e, t, n);
531
+ return K(this, e, t, n);
532
532
  default:
533
533
  if (h) throw new TypeError("Unknown encoding: " + s);
534
534
  s = ("" + s).toLowerCase(), h = !0;
535
535
  }
536
- }, a.prototype.toJSON = function() {
536
+ }, o.prototype.toJSON = function() {
537
537
  return {
538
538
  type: "Buffer",
539
539
  data: Array.prototype.slice.call(this._arr || this, 0)
540
540
  };
541
541
  };
542
- function re(r, e, t) {
542
+ function Ae(r, e, t) {
543
543
  return e === 0 && t === r.length ? l.fromByteArray(r) : l.fromByteArray(r.slice(e, t));
544
544
  }
545
- function ne(r, e, t) {
545
+ function ke(r, e, t) {
546
546
  t = Math.min(r.length, t);
547
547
  const n = [];
548
548
  let s = e;
549
549
  for (; s < t; ) {
550
- const d = r[s];
551
- let h = null, D = d > 239 ? 4 : d > 223 ? 3 : d > 191 ? 2 : 1;
552
- if (s + D <= t) {
553
- let W, H, Y, U;
554
- switch (D) {
550
+ const u = r[s];
551
+ let h = null, P = u > 239 ? 4 : u > 223 ? 3 : u > 191 ? 2 : 1;
552
+ if (s + P <= t) {
553
+ let G, V, J, H;
554
+ switch (P) {
555
555
  case 1:
556
- d < 128 && (h = d);
556
+ u < 128 && (h = u);
557
557
  break;
558
558
  case 2:
559
- W = r[s + 1], (W & 192) === 128 && (U = (d & 31) << 6 | W & 63, U > 127 && (h = U));
559
+ G = r[s + 1], (G & 192) === 128 && (H = (u & 31) << 6 | G & 63, H > 127 && (h = H));
560
560
  break;
561
561
  case 3:
562
- W = r[s + 1], H = r[s + 2], (W & 192) === 128 && (H & 192) === 128 && (U = (d & 15) << 12 | (W & 63) << 6 | H & 63, U > 2047 && (U < 55296 || U > 57343) && (h = U));
562
+ G = r[s + 1], V = r[s + 2], (G & 192) === 128 && (V & 192) === 128 && (H = (u & 15) << 12 | (G & 63) << 6 | V & 63, H > 2047 && (H < 55296 || H > 57343) && (h = H));
563
563
  break;
564
564
  case 4:
565
- W = r[s + 1], H = r[s + 2], Y = r[s + 3], (W & 192) === 128 && (H & 192) === 128 && (Y & 192) === 128 && (U = (d & 15) << 18 | (W & 63) << 12 | (H & 63) << 6 | Y & 63, U > 65535 && U < 1114112 && (h = U));
565
+ G = r[s + 1], V = r[s + 2], J = r[s + 3], (G & 192) === 128 && (V & 192) === 128 && (J & 192) === 128 && (H = (u & 15) << 18 | (G & 63) << 12 | (V & 63) << 6 | J & 63, H > 65535 && H < 1114112 && (h = H));
566
566
  }
567
567
  }
568
- h === null ? (h = 65533, D = 1) : h > 65535 && (h -= 65536, n.push(h >>> 10 & 1023 | 55296), h = 56320 | h & 1023), n.push(h), s += D;
568
+ h === null ? (h = 65533, P = 1) : h > 65535 && (h -= 65536, n.push(h >>> 10 & 1023 | 55296), h = 56320 | h & 1023), n.push(h), s += P;
569
569
  }
570
- return de(n);
570
+ return ie(n);
571
571
  }
572
- const z = 4096;
573
- function de(r) {
572
+ const le = 4096;
573
+ function ie(r) {
574
574
  const e = r.length;
575
- if (e <= z)
575
+ if (e <= le)
576
576
  return String.fromCharCode.apply(String, r);
577
577
  let t = "", n = 0;
578
578
  for (; n < e; )
579
579
  t += String.fromCharCode.apply(
580
580
  String,
581
- r.slice(n, n += z)
581
+ r.slice(n, n += le)
582
582
  );
583
583
  return t;
584
584
  }
585
- function ue(r, e, t) {
585
+ function _(r, e, t) {
586
586
  let n = "";
587
587
  t = Math.min(r.length, t);
588
588
  for (let s = e; s < t; ++s)
589
589
  n += String.fromCharCode(r[s] & 127);
590
590
  return n;
591
591
  }
592
- function $(r, e, t) {
592
+ function we(r, e, t) {
593
593
  let n = "";
594
594
  t = Math.min(r.length, t);
595
595
  for (let s = e; s < t; ++s)
596
596
  n += String.fromCharCode(r[s]);
597
597
  return n;
598
598
  }
599
- function we(r, e, t) {
599
+ function X(r, e, t) {
600
600
  const n = r.length;
601
601
  (!e || e < 0) && (e = 0), (!t || t < 0 || t > n) && (t = n);
602
602
  let s = "";
603
- for (let d = e; d < t; ++d)
604
- s += At[r[d]];
603
+ for (let u = e; u < t; ++u)
604
+ s += vt[r[u]];
605
605
  return s;
606
606
  }
607
- function ve(r, e, t) {
607
+ function Ge(r, e, t) {
608
608
  const n = r.slice(e, t);
609
609
  let s = "";
610
- for (let d = 0; d < n.length - 1; d += 2)
611
- s += String.fromCharCode(n[d] + n[d + 1] * 256);
610
+ for (let u = 0; u < n.length - 1; u += 2)
611
+ s += String.fromCharCode(n[u] + n[u + 1] * 256);
612
612
  return s;
613
613
  }
614
- a.prototype.slice = function(e, t) {
614
+ o.prototype.slice = function(e, t) {
615
615
  const n = this.length;
616
616
  e = ~~e, t = t === void 0 ? n : ~~t, e < 0 ? (e += n, e < 0 && (e = 0)) : e > n && (e = n), t < 0 ? (t += n, t < 0 && (t = 0)) : t > n && (t = n), t < e && (t = e);
617
617
  const s = this.subarray(e, t);
618
- return Object.setPrototypeOf(s, a.prototype), s;
618
+ return Object.setPrototypeOf(s, o.prototype), s;
619
619
  };
620
- function O(r, e, t) {
620
+ function j(r, e, t) {
621
621
  if (r % 1 !== 0 || r < 0) throw new RangeError("offset is not uint");
622
622
  if (r + e > t) throw new RangeError("Trying to access beyond buffer length");
623
623
  }
624
- a.prototype.readUintLE = a.prototype.readUIntLE = function(e, t, n) {
625
- e = e >>> 0, t = t >>> 0, n || O(e, t, this.length);
626
- let s = this[e], d = 1, h = 0;
627
- for (; ++h < t && (d *= 256); )
628
- s += this[e + h] * d;
624
+ o.prototype.readUintLE = o.prototype.readUIntLE = function(e, t, n) {
625
+ e = e >>> 0, t = t >>> 0, n || j(e, t, this.length);
626
+ let s = this[e], u = 1, h = 0;
627
+ for (; ++h < t && (u *= 256); )
628
+ s += this[e + h] * u;
629
629
  return s;
630
- }, a.prototype.readUintBE = a.prototype.readUIntBE = function(e, t, n) {
631
- e = e >>> 0, t = t >>> 0, n || O(e, t, this.length);
632
- let s = this[e + --t], d = 1;
633
- for (; t > 0 && (d *= 256); )
634
- s += this[e + --t] * d;
630
+ }, o.prototype.readUintBE = o.prototype.readUIntBE = function(e, t, n) {
631
+ e = e >>> 0, t = t >>> 0, n || j(e, t, this.length);
632
+ let s = this[e + --t], u = 1;
633
+ for (; t > 0 && (u *= 256); )
634
+ s += this[e + --t] * u;
635
635
  return s;
636
- }, a.prototype.readUint8 = a.prototype.readUInt8 = function(e, t) {
637
- return e = e >>> 0, t || O(e, 1, this.length), this[e];
638
- }, a.prototype.readUint16LE = a.prototype.readUInt16LE = function(e, t) {
639
- return e = e >>> 0, t || O(e, 2, this.length), this[e] | this[e + 1] << 8;
640
- }, a.prototype.readUint16BE = a.prototype.readUInt16BE = function(e, t) {
641
- return e = e >>> 0, t || O(e, 2, this.length), this[e] << 8 | this[e + 1];
642
- }, a.prototype.readUint32LE = a.prototype.readUInt32LE = function(e, t) {
643
- return e = e >>> 0, t || O(e, 4, this.length), (this[e] | this[e + 1] << 8 | this[e + 2] << 16) + this[e + 3] * 16777216;
644
- }, a.prototype.readUint32BE = a.prototype.readUInt32BE = function(e, t) {
645
- return e = e >>> 0, t || O(e, 4, this.length), this[e] * 16777216 + (this[e + 1] << 16 | this[e + 2] << 8 | this[e + 3]);
646
- }, a.prototype.readBigUInt64LE = fe(function(e) {
647
- e = e >>> 0, pe(e, "offset");
636
+ }, o.prototype.readUint8 = o.prototype.readUInt8 = function(e, t) {
637
+ return e = e >>> 0, t || j(e, 1, this.length), this[e];
638
+ }, o.prototype.readUint16LE = o.prototype.readUInt16LE = function(e, t) {
639
+ return e = e >>> 0, t || j(e, 2, this.length), this[e] | this[e + 1] << 8;
640
+ }, o.prototype.readUint16BE = o.prototype.readUInt16BE = function(e, t) {
641
+ return e = e >>> 0, t || j(e, 2, this.length), this[e] << 8 | this[e + 1];
642
+ }, o.prototype.readUint32LE = o.prototype.readUInt32LE = function(e, t) {
643
+ return e = e >>> 0, t || j(e, 4, this.length), (this[e] | this[e + 1] << 8 | this[e + 2] << 16) + this[e + 3] * 16777216;
644
+ }, o.prototype.readUint32BE = o.prototype.readUInt32BE = function(e, t) {
645
+ return e = e >>> 0, t || j(e, 4, this.length), this[e] * 16777216 + (this[e + 1] << 16 | this[e + 2] << 8 | this[e + 3]);
646
+ }, o.prototype.readBigUInt64LE = ye(function(e) {
647
+ e = e >>> 0, fe(e, "offset");
648
648
  const t = this[e], n = this[e + 7];
649
- (t === void 0 || n === void 0) && J(e, this.length - 8);
650
- const s = t + this[++e] * 2 ** 8 + this[++e] * 2 ** 16 + this[++e] * 2 ** 24, d = this[++e] + this[++e] * 2 ** 8 + this[++e] * 2 ** 16 + n * 2 ** 24;
651
- return BigInt(s) + (BigInt(d) << BigInt(32));
652
- }), a.prototype.readBigUInt64BE = fe(function(e) {
653
- e = e >>> 0, pe(e, "offset");
649
+ (t === void 0 || n === void 0) && q(e, this.length - 8);
650
+ const s = t + this[++e] * 2 ** 8 + this[++e] * 2 ** 16 + this[++e] * 2 ** 24, u = this[++e] + this[++e] * 2 ** 8 + this[++e] * 2 ** 16 + n * 2 ** 24;
651
+ return BigInt(s) + (BigInt(u) << BigInt(32));
652
+ }), o.prototype.readBigUInt64BE = ye(function(e) {
653
+ e = e >>> 0, fe(e, "offset");
654
654
  const t = this[e], n = this[e + 7];
655
- (t === void 0 || n === void 0) && J(e, this.length - 8);
656
- const s = t * 2 ** 24 + this[++e] * 2 ** 16 + this[++e] * 2 ** 8 + this[++e], d = this[++e] * 2 ** 24 + this[++e] * 2 ** 16 + this[++e] * 2 ** 8 + n;
657
- return (BigInt(s) << BigInt(32)) + BigInt(d);
658
- }), a.prototype.readIntLE = function(e, t, n) {
659
- e = e >>> 0, t = t >>> 0, n || O(e, t, this.length);
660
- let s = this[e], d = 1, h = 0;
661
- for (; ++h < t && (d *= 256); )
662
- s += this[e + h] * d;
663
- return d *= 128, s >= d && (s -= Math.pow(2, 8 * t)), s;
664
- }, a.prototype.readIntBE = function(e, t, n) {
665
- e = e >>> 0, t = t >>> 0, n || O(e, t, this.length);
666
- let s = t, d = 1, h = this[e + --s];
667
- for (; s > 0 && (d *= 256); )
668
- h += this[e + --s] * d;
669
- return d *= 128, h >= d && (h -= Math.pow(2, 8 * t)), h;
670
- }, a.prototype.readInt8 = function(e, t) {
671
- return e = e >>> 0, t || O(e, 1, this.length), this[e] & 128 ? (255 - this[e] + 1) * -1 : this[e];
672
- }, a.prototype.readInt16LE = function(e, t) {
673
- e = e >>> 0, t || O(e, 2, this.length);
655
+ (t === void 0 || n === void 0) && q(e, this.length - 8);
656
+ const s = t * 2 ** 24 + this[++e] * 2 ** 16 + this[++e] * 2 ** 8 + this[++e], u = this[++e] * 2 ** 24 + this[++e] * 2 ** 16 + this[++e] * 2 ** 8 + n;
657
+ return (BigInt(s) << BigInt(32)) + BigInt(u);
658
+ }), o.prototype.readIntLE = function(e, t, n) {
659
+ e = e >>> 0, t = t >>> 0, n || j(e, t, this.length);
660
+ let s = this[e], u = 1, h = 0;
661
+ for (; ++h < t && (u *= 256); )
662
+ s += this[e + h] * u;
663
+ return u *= 128, s >= u && (s -= Math.pow(2, 8 * t)), s;
664
+ }, o.prototype.readIntBE = function(e, t, n) {
665
+ e = e >>> 0, t = t >>> 0, n || j(e, t, this.length);
666
+ let s = t, u = 1, h = this[e + --s];
667
+ for (; s > 0 && (u *= 256); )
668
+ h += this[e + --s] * u;
669
+ return u *= 128, h >= u && (h -= Math.pow(2, 8 * t)), h;
670
+ }, o.prototype.readInt8 = function(e, t) {
671
+ return e = e >>> 0, t || j(e, 1, this.length), this[e] & 128 ? (255 - this[e] + 1) * -1 : this[e];
672
+ }, o.prototype.readInt16LE = function(e, t) {
673
+ e = e >>> 0, t || j(e, 2, this.length);
674
674
  const n = this[e] | this[e + 1] << 8;
675
675
  return n & 32768 ? n | 4294901760 : n;
676
- }, a.prototype.readInt16BE = function(e, t) {
677
- e = e >>> 0, t || O(e, 2, this.length);
676
+ }, o.prototype.readInt16BE = function(e, t) {
677
+ e = e >>> 0, t || j(e, 2, this.length);
678
678
  const n = this[e + 1] | this[e] << 8;
679
679
  return n & 32768 ? n | 4294901760 : n;
680
- }, a.prototype.readInt32LE = function(e, t) {
681
- return e = e >>> 0, t || O(e, 4, this.length), this[e] | this[e + 1] << 8 | this[e + 2] << 16 | this[e + 3] << 24;
682
- }, a.prototype.readInt32BE = function(e, t) {
683
- return e = e >>> 0, t || O(e, 4, this.length), this[e] << 24 | this[e + 1] << 16 | this[e + 2] << 8 | this[e + 3];
684
- }, a.prototype.readBigInt64LE = fe(function(e) {
685
- e = e >>> 0, pe(e, "offset");
680
+ }, o.prototype.readInt32LE = function(e, t) {
681
+ return e = e >>> 0, t || j(e, 4, this.length), this[e] | this[e + 1] << 8 | this[e + 2] << 16 | this[e + 3] << 24;
682
+ }, o.prototype.readInt32BE = function(e, t) {
683
+ return e = e >>> 0, t || j(e, 4, this.length), this[e] << 24 | this[e + 1] << 16 | this[e + 2] << 8 | this[e + 3];
684
+ }, o.prototype.readBigInt64LE = ye(function(e) {
685
+ e = e >>> 0, fe(e, "offset");
686
686
  const t = this[e], n = this[e + 7];
687
- (t === void 0 || n === void 0) && J(e, this.length - 8);
687
+ (t === void 0 || n === void 0) && q(e, this.length - 8);
688
688
  const s = this[e + 4] + this[e + 5] * 2 ** 8 + this[e + 6] * 2 ** 16 + (n << 24);
689
689
  return (BigInt(s) << BigInt(32)) + BigInt(t + this[++e] * 2 ** 8 + this[++e] * 2 ** 16 + this[++e] * 2 ** 24);
690
- }), a.prototype.readBigInt64BE = fe(function(e) {
691
- e = e >>> 0, pe(e, "offset");
690
+ }), o.prototype.readBigInt64BE = ye(function(e) {
691
+ e = e >>> 0, fe(e, "offset");
692
692
  const t = this[e], n = this[e + 7];
693
- (t === void 0 || n === void 0) && J(e, this.length - 8);
693
+ (t === void 0 || n === void 0) && q(e, this.length - 8);
694
694
  const s = (t << 24) + // Overflow
695
695
  this[++e] * 2 ** 16 + this[++e] * 2 ** 8 + this[++e];
696
696
  return (BigInt(s) << BigInt(32)) + BigInt(this[++e] * 2 ** 24 + this[++e] * 2 ** 16 + this[++e] * 2 ** 8 + n);
697
- }), a.prototype.readFloatLE = function(e, t) {
698
- return e = e >>> 0, t || O(e, 4, this.length), u.read(this, e, !0, 23, 4);
699
- }, a.prototype.readFloatBE = function(e, t) {
700
- return e = e >>> 0, t || O(e, 4, this.length), u.read(this, e, !1, 23, 4);
701
- }, a.prototype.readDoubleLE = function(e, t) {
702
- return e = e >>> 0, t || O(e, 8, this.length), u.read(this, e, !0, 52, 8);
703
- }, a.prototype.readDoubleBE = function(e, t) {
704
- return e = e >>> 0, t || O(e, 8, this.length), u.read(this, e, !1, 52, 8);
697
+ }), o.prototype.readFloatLE = function(e, t) {
698
+ return e = e >>> 0, t || j(e, 4, this.length), d.read(this, e, !0, 23, 4);
699
+ }, o.prototype.readFloatBE = function(e, t) {
700
+ return e = e >>> 0, t || j(e, 4, this.length), d.read(this, e, !1, 23, 4);
701
+ }, o.prototype.readDoubleLE = function(e, t) {
702
+ return e = e >>> 0, t || j(e, 8, this.length), d.read(this, e, !0, 52, 8);
703
+ }, o.prototype.readDoubleBE = function(e, t) {
704
+ return e = e >>> 0, t || j(e, 8, this.length), d.read(this, e, !1, 52, 8);
705
705
  };
706
- function G(r, e, t, n, s, d) {
707
- if (!a.isBuffer(r)) throw new TypeError('"buffer" argument must be a Buffer instance');
708
- if (e > s || e < d) throw new RangeError('"value" argument is out of bounds');
706
+ function U(r, e, t, n, s, u) {
707
+ if (!o.isBuffer(r)) throw new TypeError('"buffer" argument must be a Buffer instance');
708
+ if (e > s || e < u) throw new RangeError('"value" argument is out of bounds');
709
709
  if (t + n > r.length) throw new RangeError("Index out of range");
710
710
  }
711
- a.prototype.writeUintLE = a.prototype.writeUIntLE = function(e, t, n, s) {
711
+ o.prototype.writeUintLE = o.prototype.writeUIntLE = function(e, t, n, s) {
712
712
  if (e = +e, t = t >>> 0, n = n >>> 0, !s) {
713
- const D = Math.pow(2, 8 * n) - 1;
714
- G(this, e, t, n, D, 0);
713
+ const P = Math.pow(2, 8 * n) - 1;
714
+ U(this, e, t, n, P, 0);
715
715
  }
716
- let d = 1, h = 0;
717
- for (this[t] = e & 255; ++h < n && (d *= 256); )
718
- this[t + h] = e / d & 255;
716
+ let u = 1, h = 0;
717
+ for (this[t] = e & 255; ++h < n && (u *= 256); )
718
+ this[t + h] = e / u & 255;
719
719
  return t + n;
720
- }, a.prototype.writeUintBE = a.prototype.writeUIntBE = function(e, t, n, s) {
720
+ }, o.prototype.writeUintBE = o.prototype.writeUIntBE = function(e, t, n, s) {
721
721
  if (e = +e, t = t >>> 0, n = n >>> 0, !s) {
722
- const D = Math.pow(2, 8 * n) - 1;
723
- G(this, e, t, n, D, 0);
722
+ const P = Math.pow(2, 8 * n) - 1;
723
+ U(this, e, t, n, P, 0);
724
724
  }
725
- let d = n - 1, h = 1;
726
- for (this[t + d] = e & 255; --d >= 0 && (h *= 256); )
727
- this[t + d] = e / h & 255;
725
+ let u = n - 1, h = 1;
726
+ for (this[t + u] = e & 255; --u >= 0 && (h *= 256); )
727
+ this[t + u] = e / h & 255;
728
728
  return t + n;
729
- }, a.prototype.writeUint8 = a.prototype.writeUInt8 = function(e, t, n) {
730
- return e = +e, t = t >>> 0, n || G(this, e, t, 1, 255, 0), this[t] = e & 255, t + 1;
731
- }, a.prototype.writeUint16LE = a.prototype.writeUInt16LE = function(e, t, n) {
732
- return e = +e, t = t >>> 0, n || G(this, e, t, 2, 65535, 0), this[t] = e & 255, this[t + 1] = e >>> 8, t + 2;
733
- }, a.prototype.writeUint16BE = a.prototype.writeUInt16BE = function(e, t, n) {
734
- return e = +e, t = t >>> 0, n || G(this, e, t, 2, 65535, 0), this[t] = e >>> 8, this[t + 1] = e & 255, t + 2;
735
- }, a.prototype.writeUint32LE = a.prototype.writeUInt32LE = function(e, t, n) {
736
- return e = +e, t = t >>> 0, n || G(this, e, t, 4, 4294967295, 0), this[t + 3] = e >>> 24, this[t + 2] = e >>> 16, this[t + 1] = e >>> 8, this[t] = e & 255, t + 4;
737
- }, a.prototype.writeUint32BE = a.prototype.writeUInt32BE = function(e, t, n) {
738
- return e = +e, t = t >>> 0, n || G(this, e, t, 4, 4294967295, 0), this[t] = e >>> 24, this[t + 1] = e >>> 16, this[t + 2] = e >>> 8, this[t + 3] = e & 255, t + 4;
729
+ }, o.prototype.writeUint8 = o.prototype.writeUInt8 = function(e, t, n) {
730
+ return e = +e, t = t >>> 0, n || U(this, e, t, 1, 255, 0), this[t] = e & 255, t + 1;
731
+ }, o.prototype.writeUint16LE = o.prototype.writeUInt16LE = function(e, t, n) {
732
+ return e = +e, t = t >>> 0, n || U(this, e, t, 2, 65535, 0), this[t] = e & 255, this[t + 1] = e >>> 8, t + 2;
733
+ }, o.prototype.writeUint16BE = o.prototype.writeUInt16BE = function(e, t, n) {
734
+ return e = +e, t = t >>> 0, n || U(this, e, t, 2, 65535, 0), this[t] = e >>> 8, this[t + 1] = e & 255, t + 2;
735
+ }, o.prototype.writeUint32LE = o.prototype.writeUInt32LE = function(e, t, n) {
736
+ return e = +e, t = t >>> 0, n || U(this, e, t, 4, 4294967295, 0), this[t + 3] = e >>> 24, this[t + 2] = e >>> 16, this[t + 1] = e >>> 8, this[t] = e & 255, t + 4;
737
+ }, o.prototype.writeUint32BE = o.prototype.writeUInt32BE = function(e, t, n) {
738
+ return e = +e, t = t >>> 0, n || U(this, e, t, 4, 4294967295, 0), this[t] = e >>> 24, this[t + 1] = e >>> 16, this[t + 2] = e >>> 8, this[t + 3] = e & 255, t + 4;
739
739
  };
740
- function Le(r, e, t, n, s) {
741
- De(e, n, s, r, t, 7);
742
- let d = Number(e & BigInt(4294967295));
743
- r[t++] = d, d = d >> 8, r[t++] = d, d = d >> 8, r[t++] = d, d = d >> 8, r[t++] = d;
740
+ function Fe(r, e, t, n, s) {
741
+ He(e, n, s, r, t, 7);
742
+ let u = Number(e & BigInt(4294967295));
743
+ r[t++] = u, u = u >> 8, r[t++] = u, u = u >> 8, r[t++] = u, u = u >> 8, r[t++] = u;
744
744
  let h = Number(e >> BigInt(32) & BigInt(4294967295));
745
745
  return r[t++] = h, h = h >> 8, r[t++] = h, h = h >> 8, r[t++] = h, h = h >> 8, r[t++] = h, t;
746
746
  }
747
- function ie(r, e, t, n, s) {
748
- De(e, n, s, r, t, 7);
749
- let d = Number(e & BigInt(4294967295));
750
- r[t + 7] = d, d = d >> 8, r[t + 6] = d, d = d >> 8, r[t + 5] = d, d = d >> 8, r[t + 4] = d;
747
+ function Le(r, e, t, n, s) {
748
+ He(e, n, s, r, t, 7);
749
+ let u = Number(e & BigInt(4294967295));
750
+ r[t + 7] = u, u = u >> 8, r[t + 6] = u, u = u >> 8, r[t + 5] = u, u = u >> 8, r[t + 4] = u;
751
751
  let h = Number(e >> BigInt(32) & BigInt(4294967295));
752
752
  return r[t + 3] = h, h = h >> 8, r[t + 2] = h, h = h >> 8, r[t + 1] = h, h = h >> 8, r[t] = h, t + 8;
753
753
  }
754
- a.prototype.writeBigUInt64LE = fe(function(e, t = 0) {
754
+ o.prototype.writeBigUInt64LE = ye(function(e, t = 0) {
755
+ return Fe(this, e, t, BigInt(0), BigInt("0xffffffffffffffff"));
756
+ }), o.prototype.writeBigUInt64BE = ye(function(e, t = 0) {
755
757
  return Le(this, e, t, BigInt(0), BigInt("0xffffffffffffffff"));
756
- }), a.prototype.writeBigUInt64BE = fe(function(e, t = 0) {
757
- return ie(this, e, t, BigInt(0), BigInt("0xffffffffffffffff"));
758
- }), a.prototype.writeIntLE = function(e, t, n, s) {
758
+ }), o.prototype.writeIntLE = function(e, t, n, s) {
759
759
  if (e = +e, t = t >>> 0, !s) {
760
- const W = Math.pow(2, 8 * n - 1);
761
- G(this, e, t, n, W - 1, -W);
760
+ const G = Math.pow(2, 8 * n - 1);
761
+ U(this, e, t, n, G - 1, -G);
762
762
  }
763
- let d = 0, h = 1, D = 0;
764
- for (this[t] = e & 255; ++d < n && (h *= 256); )
765
- e < 0 && D === 0 && this[t + d - 1] !== 0 && (D = 1), this[t + d] = (e / h >> 0) - D & 255;
763
+ let u = 0, h = 1, P = 0;
764
+ for (this[t] = e & 255; ++u < n && (h *= 256); )
765
+ e < 0 && P === 0 && this[t + u - 1] !== 0 && (P = 1), this[t + u] = (e / h >> 0) - P & 255;
766
766
  return t + n;
767
- }, a.prototype.writeIntBE = function(e, t, n, s) {
767
+ }, o.prototype.writeIntBE = function(e, t, n, s) {
768
768
  if (e = +e, t = t >>> 0, !s) {
769
- const W = Math.pow(2, 8 * n - 1);
770
- G(this, e, t, n, W - 1, -W);
769
+ const G = Math.pow(2, 8 * n - 1);
770
+ U(this, e, t, n, G - 1, -G);
771
771
  }
772
- let d = n - 1, h = 1, D = 0;
773
- for (this[t + d] = e & 255; --d >= 0 && (h *= 256); )
774
- e < 0 && D === 0 && this[t + d + 1] !== 0 && (D = 1), this[t + d] = (e / h >> 0) - D & 255;
772
+ let u = n - 1, h = 1, P = 0;
773
+ for (this[t + u] = e & 255; --u >= 0 && (h *= 256); )
774
+ e < 0 && P === 0 && this[t + u + 1] !== 0 && (P = 1), this[t + u] = (e / h >> 0) - P & 255;
775
775
  return t + n;
776
- }, a.prototype.writeInt8 = function(e, t, n) {
777
- return e = +e, t = t >>> 0, n || G(this, e, t, 1, 127, -128), e < 0 && (e = 255 + e + 1), this[t] = e & 255, t + 1;
778
- }, a.prototype.writeInt16LE = function(e, t, n) {
779
- return e = +e, t = t >>> 0, n || G(this, e, t, 2, 32767, -32768), this[t] = e & 255, this[t + 1] = e >>> 8, t + 2;
780
- }, a.prototype.writeInt16BE = function(e, t, n) {
781
- return e = +e, t = t >>> 0, n || G(this, e, t, 2, 32767, -32768), this[t] = e >>> 8, this[t + 1] = e & 255, t + 2;
782
- }, a.prototype.writeInt32LE = function(e, t, n) {
783
- return e = +e, t = t >>> 0, n || G(this, e, t, 4, 2147483647, -2147483648), this[t] = e & 255, this[t + 1] = e >>> 8, this[t + 2] = e >>> 16, this[t + 3] = e >>> 24, t + 4;
784
- }, a.prototype.writeInt32BE = function(e, t, n) {
785
- return e = +e, t = t >>> 0, n || G(this, e, t, 4, 2147483647, -2147483648), e < 0 && (e = 4294967295 + e + 1), this[t] = e >>> 24, this[t + 1] = e >>> 16, this[t + 2] = e >>> 8, this[t + 3] = e & 255, t + 4;
786
- }, a.prototype.writeBigInt64LE = fe(function(e, t = 0) {
776
+ }, o.prototype.writeInt8 = function(e, t, n) {
777
+ return e = +e, t = t >>> 0, n || U(this, e, t, 1, 127, -128), e < 0 && (e = 255 + e + 1), this[t] = e & 255, t + 1;
778
+ }, o.prototype.writeInt16LE = function(e, t, n) {
779
+ return e = +e, t = t >>> 0, n || U(this, e, t, 2, 32767, -32768), this[t] = e & 255, this[t + 1] = e >>> 8, t + 2;
780
+ }, o.prototype.writeInt16BE = function(e, t, n) {
781
+ return e = +e, t = t >>> 0, n || U(this, e, t, 2, 32767, -32768), this[t] = e >>> 8, this[t + 1] = e & 255, t + 2;
782
+ }, o.prototype.writeInt32LE = function(e, t, n) {
783
+ return e = +e, t = t >>> 0, n || U(this, e, t, 4, 2147483647, -2147483648), this[t] = e & 255, this[t + 1] = e >>> 8, this[t + 2] = e >>> 16, this[t + 3] = e >>> 24, t + 4;
784
+ }, o.prototype.writeInt32BE = function(e, t, n) {
785
+ return e = +e, t = t >>> 0, n || U(this, e, t, 4, 2147483647, -2147483648), e < 0 && (e = 4294967295 + e + 1), this[t] = e >>> 24, this[t + 1] = e >>> 16, this[t + 2] = e >>> 8, this[t + 3] = e & 255, t + 4;
786
+ }, o.prototype.writeBigInt64LE = ye(function(e, t = 0) {
787
+ return Fe(this, e, t, -BigInt("0x8000000000000000"), BigInt("0x7fffffffffffffff"));
788
+ }), o.prototype.writeBigInt64BE = ye(function(e, t = 0) {
787
789
  return Le(this, e, t, -BigInt("0x8000000000000000"), BigInt("0x7fffffffffffffff"));
788
- }), a.prototype.writeBigInt64BE = fe(function(e, t = 0) {
789
- return ie(this, e, t, -BigInt("0x8000000000000000"), BigInt("0x7fffffffffffffff"));
790
790
  });
791
- function oe(r, e, t, n, s, d) {
791
+ function ce(r, e, t, n, s, u) {
792
792
  if (t + n > r.length) throw new RangeError("Index out of range");
793
793
  if (t < 0) throw new RangeError("Index out of range");
794
794
  }
795
- function Oe(r, e, t, n, s) {
796
- return e = +e, t = t >>> 0, s || oe(r, e, t, 4), u.write(r, e, t, n, 23, 4), t + 4;
795
+ function de(r, e, t, n, s) {
796
+ return e = +e, t = t >>> 0, s || ce(r, e, t, 4), d.write(r, e, t, n, 23, 4), t + 4;
797
797
  }
798
- a.prototype.writeFloatLE = function(e, t, n) {
799
- return Oe(this, e, t, !0, n);
800
- }, a.prototype.writeFloatBE = function(e, t, n) {
801
- return Oe(this, e, t, !1, n);
798
+ o.prototype.writeFloatLE = function(e, t, n) {
799
+ return de(this, e, t, !0, n);
800
+ }, o.prototype.writeFloatBE = function(e, t, n) {
801
+ return de(this, e, t, !1, n);
802
802
  };
803
- function Me(r, e, t, n, s) {
804
- return e = +e, t = t >>> 0, s || oe(r, e, t, 8), u.write(r, e, t, n, 52, 8), t + 8;
805
- }
806
- a.prototype.writeDoubleLE = function(e, t, n) {
807
- return Me(this, e, t, !0, n);
808
- }, a.prototype.writeDoubleBE = function(e, t, n) {
809
- return Me(this, e, t, !1, n);
810
- }, a.prototype.copy = function(e, t, n, s) {
811
- if (!a.isBuffer(e)) throw new TypeError("argument should be a Buffer");
803
+ function Ue(r, e, t, n, s) {
804
+ return e = +e, t = t >>> 0, s || ce(r, e, t, 8), d.write(r, e, t, n, 52, 8), t + 8;
805
+ }
806
+ o.prototype.writeDoubleLE = function(e, t, n) {
807
+ return Ue(this, e, t, !0, n);
808
+ }, o.prototype.writeDoubleBE = function(e, t, n) {
809
+ return Ue(this, e, t, !1, n);
810
+ }, o.prototype.copy = function(e, t, n, s) {
811
+ if (!o.isBuffer(e)) throw new TypeError("argument should be a Buffer");
812
812
  if (n || (n = 0), !s && s !== 0 && (s = this.length), t >= e.length && (t = e.length), t || (t = 0), s > 0 && s < n && (s = n), s === n || e.length === 0 || this.length === 0) return 0;
813
813
  if (t < 0)
814
814
  throw new RangeError("targetStart out of bounds");
815
815
  if (n < 0 || n >= this.length) throw new RangeError("Index out of range");
816
816
  if (s < 0) throw new RangeError("sourceEnd out of bounds");
817
817
  s > this.length && (s = this.length), e.length - t < s - n && (s = e.length - t + n);
818
- const d = s - n;
818
+ const u = s - n;
819
819
  return this === e && typeof Uint8Array.prototype.copyWithin == "function" ? this.copyWithin(t, n, s) : Uint8Array.prototype.set.call(
820
820
  e,
821
821
  this.subarray(n, s),
822
822
  t
823
- ), d;
824
- }, a.prototype.fill = function(e, t, n, s) {
823
+ ), u;
824
+ }, o.prototype.fill = function(e, t, n, s) {
825
825
  if (typeof e == "string") {
826
826
  if (typeof t == "string" ? (s = t, t = 0, n = this.length) : typeof n == "string" && (s = n, n = this.length), s !== void 0 && typeof s != "string")
827
827
  throw new TypeError("encoding must be a string");
828
- if (typeof s == "string" && !a.isEncoding(s))
828
+ if (typeof s == "string" && !o.isEncoding(s))
829
829
  throw new TypeError("Unknown encoding: " + s);
830
830
  if (e.length === 1) {
831
831
  const h = e.charCodeAt(0);
@@ -837,22 +837,22 @@ function _t() {
837
837
  if (n <= t)
838
838
  return this;
839
839
  t = t >>> 0, n = n === void 0 ? this.length : n >>> 0, e || (e = 0);
840
- let d;
840
+ let u;
841
841
  if (typeof e == "number")
842
- for (d = t; d < n; ++d)
843
- this[d] = e;
842
+ for (u = t; u < n; ++u)
843
+ this[u] = e;
844
844
  else {
845
- const h = a.isBuffer(e) ? e : a.from(e, s), D = h.length;
846
- if (D === 0)
845
+ const h = o.isBuffer(e) ? e : o.from(e, s), P = h.length;
846
+ if (P === 0)
847
847
  throw new TypeError('The value "' + e + '" is invalid for argument "value"');
848
- for (d = 0; d < n - t; ++d)
849
- this[d + t] = h[d % D];
848
+ for (u = 0; u < n - t; ++u)
849
+ this[u + t] = h[u % P];
850
850
  }
851
851
  return this;
852
852
  };
853
- const _ = {};
854
- function Be(r, e, t) {
855
- _[r] = class extends t {
853
+ const ue = {};
854
+ function he(r, e, t) {
855
+ ue[r] = class extends t {
856
856
  constructor() {
857
857
  super(), Object.defineProperty(this, "message", {
858
858
  value: e.apply(this, arguments),
@@ -876,106 +876,106 @@ function _t() {
876
876
  }
877
877
  };
878
878
  }
879
- Be(
879
+ he(
880
880
  "ERR_BUFFER_OUT_OF_BOUNDS",
881
881
  function(r) {
882
882
  return r ? `${r} is outside of buffer bounds` : "Attempt to access memory outside buffer bounds";
883
883
  },
884
884
  RangeError
885
- ), Be(
885
+ ), he(
886
886
  "ERR_INVALID_ARG_TYPE",
887
887
  function(r, e) {
888
888
  return `The "${r}" argument must be of type number. Received type ${typeof e}`;
889
889
  },
890
890
  TypeError
891
- ), Be(
891
+ ), he(
892
892
  "ERR_OUT_OF_RANGE",
893
893
  function(r, e, t) {
894
894
  let n = `The value of "${r}" is out of range.`, s = t;
895
- return Number.isInteger(t) && Math.abs(t) > 2 ** 32 ? s = Ne(String(t)) : typeof t == "bigint" && (s = String(t), (t > BigInt(2) ** BigInt(32) || t < -(BigInt(2) ** BigInt(32))) && (s = Ne(s)), s += "n"), n += ` It must be ${e}. Received ${s}`, n;
895
+ return Number.isInteger(t) && Math.abs(t) > 2 ** 32 ? s = Me(String(t)) : typeof t == "bigint" && (s = String(t), (t > BigInt(2) ** BigInt(32) || t < -(BigInt(2) ** BigInt(32))) && (s = Me(s)), s += "n"), n += ` It must be ${e}. Received ${s}`, n;
896
896
  },
897
897
  RangeError
898
898
  );
899
- function Ne(r) {
899
+ function Me(r) {
900
900
  let e = "", t = r.length;
901
901
  const n = r[0] === "-" ? 1 : 0;
902
902
  for (; t >= n + 4; t -= 3)
903
903
  e = `_${r.slice(t - 3, t)}${e}`;
904
904
  return `${r.slice(0, t)}${e}`;
905
905
  }
906
- function je(r, e, t) {
907
- pe(e, "offset"), (r[e] === void 0 || r[e + t] === void 0) && J(e, r.length - (t + 1));
906
+ function Je(r, e, t) {
907
+ fe(e, "offset"), (r[e] === void 0 || r[e + t] === void 0) && q(e, r.length - (t + 1));
908
908
  }
909
- function De(r, e, t, n, s, d) {
909
+ function He(r, e, t, n, s, u) {
910
910
  if (r > t || r < e) {
911
911
  const h = typeof e == "bigint" ? "n" : "";
912
- let D;
913
- throw e === 0 || e === BigInt(0) ? D = `>= 0${h} and < 2${h} ** ${(d + 1) * 8}${h}` : D = `>= -(2${h} ** ${(d + 1) * 8 - 1}${h}) and < 2 ** ${(d + 1) * 8 - 1}${h}`, new _.ERR_OUT_OF_RANGE("value", D, r);
912
+ let P;
913
+ throw e === 0 || e === BigInt(0) ? P = `>= 0${h} and < 2${h} ** ${(u + 1) * 8}${h}` : P = `>= -(2${h} ** ${(u + 1) * 8 - 1}${h}) and < 2 ** ${(u + 1) * 8 - 1}${h}`, new ue.ERR_OUT_OF_RANGE("value", P, r);
914
914
  }
915
- je(n, s, d);
915
+ Je(n, s, u);
916
916
  }
917
- function pe(r, e) {
917
+ function fe(r, e) {
918
918
  if (typeof r != "number")
919
- throw new _.ERR_INVALID_ARG_TYPE(e, "number", r);
919
+ throw new ue.ERR_INVALID_ARG_TYPE(e, "number", r);
920
920
  }
921
- function J(r, e, t) {
922
- throw Math.floor(r) !== r ? (pe(r, t), new _.ERR_OUT_OF_RANGE("offset", "an integer", r)) : e < 0 ? new _.ERR_BUFFER_OUT_OF_BOUNDS() : new _.ERR_OUT_OF_RANGE(
921
+ function q(r, e, t) {
922
+ throw Math.floor(r) !== r ? (fe(r, t), new ue.ERR_OUT_OF_RANGE("offset", "an integer", r)) : e < 0 ? new ue.ERR_BUFFER_OUT_OF_BOUNDS() : new ue.ERR_OUT_OF_RANGE(
923
923
  "offset",
924
924
  `>= 0 and <= ${e}`,
925
925
  r
926
926
  );
927
927
  }
928
- const Ve = /[^+/0-9A-Za-z-_]/g;
929
- function Ue(r) {
930
- if (r = r.split("=")[0], r = r.trim().replace(Ve, ""), r.length < 2) return "";
928
+ const Ke = /[^+/0-9A-Za-z-_]/g;
929
+ function Ye(r) {
930
+ if (r = r.split("=")[0], r = r.trim().replace(Ke, ""), r.length < 2) return "";
931
931
  for (; r.length % 4 !== 0; )
932
932
  r = r + "=";
933
933
  return r;
934
934
  }
935
- function Ee(r, e) {
935
+ function Se(r, e) {
936
936
  e = e || 1 / 0;
937
937
  let t;
938
938
  const n = r.length;
939
939
  let s = null;
940
- const d = [];
940
+ const u = [];
941
941
  for (let h = 0; h < n; ++h) {
942
942
  if (t = r.charCodeAt(h), t > 55295 && t < 57344) {
943
943
  if (!s) {
944
944
  if (t > 56319) {
945
- (e -= 3) > -1 && d.push(239, 191, 189);
945
+ (e -= 3) > -1 && u.push(239, 191, 189);
946
946
  continue;
947
947
  } else if (h + 1 === n) {
948
- (e -= 3) > -1 && d.push(239, 191, 189);
948
+ (e -= 3) > -1 && u.push(239, 191, 189);
949
949
  continue;
950
950
  }
951
951
  s = t;
952
952
  continue;
953
953
  }
954
954
  if (t < 56320) {
955
- (e -= 3) > -1 && d.push(239, 191, 189), s = t;
955
+ (e -= 3) > -1 && u.push(239, 191, 189), s = t;
956
956
  continue;
957
957
  }
958
958
  t = (s - 55296 << 10 | t - 56320) + 65536;
959
- } else s && (e -= 3) > -1 && d.push(239, 191, 189);
959
+ } else s && (e -= 3) > -1 && u.push(239, 191, 189);
960
960
  if (s = null, t < 128) {
961
961
  if ((e -= 1) < 0) break;
962
- d.push(t);
962
+ u.push(t);
963
963
  } else if (t < 2048) {
964
964
  if ((e -= 2) < 0) break;
965
- d.push(
965
+ u.push(
966
966
  t >> 6 | 192,
967
967
  t & 63 | 128
968
968
  );
969
969
  } else if (t < 65536) {
970
970
  if ((e -= 3) < 0) break;
971
- d.push(
971
+ u.push(
972
972
  t >> 12 | 224,
973
973
  t >> 6 & 63 | 128,
974
974
  t & 63 | 128
975
975
  );
976
976
  } else if (t < 1114112) {
977
977
  if ((e -= 4) < 0) break;
978
- d.push(
978
+ u.push(
979
979
  t >> 18 | 240,
980
980
  t >> 12 & 63 | 128,
981
981
  t >> 6 & 63 | 128,
@@ -984,37 +984,37 @@ function _t() {
984
984
  } else
985
985
  throw new Error("Invalid code point");
986
986
  }
987
- return d;
987
+ return u;
988
988
  }
989
- function E(r) {
989
+ function S(r) {
990
990
  const e = [];
991
991
  for (let t = 0; t < r.length; ++t)
992
992
  e.push(r.charCodeAt(t) & 255);
993
993
  return e;
994
994
  }
995
- function be(r, e) {
995
+ function ee(r, e) {
996
996
  let t, n, s;
997
- const d = [];
997
+ const u = [];
998
998
  for (let h = 0; h < r.length && !((e -= 2) < 0); ++h)
999
- t = r.charCodeAt(h), n = t >> 8, s = t % 256, d.push(s), d.push(n);
1000
- return d;
999
+ t = r.charCodeAt(h), n = t >> 8, s = t % 256, u.push(s), u.push(n);
1000
+ return u;
1001
1001
  }
1002
- function he(r) {
1003
- return l.toByteArray(Ue(r));
1002
+ function pe(r) {
1003
+ return l.toByteArray(Ye(r));
1004
1004
  }
1005
- function V(r, e, t, n) {
1005
+ function $(r, e, t, n) {
1006
1006
  let s;
1007
1007
  for (s = 0; s < n && !(s + t >= e.length || s >= r.length); ++s)
1008
1008
  e[s + t] = r[s];
1009
1009
  return s;
1010
1010
  }
1011
- function Z(r, e) {
1011
+ function N(r, e) {
1012
1012
  return r instanceof e || r != null && r.constructor != null && r.constructor.name != null && r.constructor.name === e.name;
1013
1013
  }
1014
- function Te(r) {
1014
+ function te(r) {
1015
1015
  return r !== r;
1016
1016
  }
1017
- const At = (function() {
1017
+ const vt = (function() {
1018
1018
  const r = "0123456789abcdef", e = new Array(256);
1019
1019
  for (let t = 0; t < 16; ++t) {
1020
1020
  const n = t * 16;
@@ -1023,17 +1023,17 @@ function _t() {
1023
1023
  }
1024
1024
  return e;
1025
1025
  })();
1026
- function fe(r) {
1027
- return typeof BigInt > "u" ? kt : r;
1026
+ function ye(r) {
1027
+ return typeof BigInt > "u" ? Bt : r;
1028
1028
  }
1029
- function kt() {
1029
+ function Bt() {
1030
1030
  throw new Error("BigInt not supported");
1031
1031
  }
1032
- })(Ge)), Ge;
1032
+ })(qe)), qe;
1033
1033
  }
1034
- var er = _t();
1034
+ var nr = rr();
1035
1035
  const rt = globalThis;
1036
- typeof rt.Buffer > "u" && (rt.Buffer = er.Buffer);
1036
+ typeof rt.Buffer > "u" && (rt.Buffer = nr.Buffer);
1037
1037
  const nt = {
1038
1038
  screen: "yield-forward-intro",
1039
1039
  screenHistory: [],
@@ -1059,79 +1059,79 @@ const nt = {
1059
1059
  redeemAmountSol: null,
1060
1060
  redeemTxSignature: null
1061
1061
  };
1062
- function tr() {
1063
- return qt()(
1064
- Kt((c) => ({
1062
+ function ir() {
1063
+ return Zt()(
1064
+ Xt((c) => ({
1065
1065
  ...nt,
1066
1066
  navigate(l) {
1067
- c((u) => {
1068
- u.screenHistory.push(u.screen), u.screen = l;
1067
+ c((d) => {
1068
+ d.screenHistory.push(d.screen), d.screen = l;
1069
1069
  });
1070
1070
  },
1071
1071
  goBack() {
1072
1072
  c((l) => {
1073
- const u = l.screenHistory.pop();
1074
- u && (l.screen = u), l.txStatus === "error" && (l.txStatus = "idle", l.txStep = "idle", l.txError = null), l.redeemError = null;
1073
+ const d = l.screenHistory.pop();
1074
+ d && (l.screen = d), l.txStatus === "error" && (l.txStatus = "idle", l.txStep = "idle", l.txError = null), l.redeemError = null;
1075
1075
  });
1076
1076
  },
1077
- selectStakeAccount(l, u, w, m, p, y) {
1078
- c((a) => {
1079
- a.selectedStakeAccountPubkey = l, a.selectedStakeAccountBalance = u, a.selectedValidatorName = w ?? null, a.selectedValidatorIcon = m ?? null, a.selectedValidatorVoteAccount = p ?? null, a.selectedValidatorAltPubkey = y ?? null;
1077
+ selectStakeAccount(l, d, w, g, x, y) {
1078
+ c((o) => {
1079
+ o.selectedStakeAccountPubkey = l, o.selectedStakeAccountBalance = d, o.selectedValidatorName = w ?? null, o.selectedValidatorIcon = g ?? null, o.selectedValidatorVoteAccount = x ?? null, o.selectedValidatorAltPubkey = y ?? null;
1080
1080
  });
1081
1081
  },
1082
1082
  setDepositAmount(l) {
1083
- c((u) => {
1084
- u.depositAmount = l;
1083
+ c((d) => {
1084
+ d.depositAmount = l;
1085
1085
  });
1086
1086
  },
1087
1087
  setSelectedMaturity(l) {
1088
- c((u) => {
1089
- u.selectedMaturityId = l;
1088
+ c((d) => {
1089
+ d.selectedMaturityId = l;
1090
1090
  });
1091
1091
  },
1092
1092
  setAdvancedOpen(l) {
1093
- c((u) => {
1094
- u.advancedOpen = l;
1093
+ c((d) => {
1094
+ d.advancedOpen = l;
1095
1095
  });
1096
1096
  },
1097
1097
  setSlippageBps(l) {
1098
- c((u) => {
1099
- u.slippageBps = l;
1098
+ c((d) => {
1099
+ d.slippageBps = l;
1100
1100
  });
1101
1101
  },
1102
1102
  setSellAmountSol(l) {
1103
- c((u) => {
1104
- u.sellAmountSol = l;
1103
+ c((d) => {
1104
+ d.sellAmountSol = l;
1105
1105
  });
1106
1106
  },
1107
1107
  setRedeemingMint(l) {
1108
- c((u) => {
1109
- u.redeemingMint = l;
1108
+ c((d) => {
1109
+ d.redeemingMint = l;
1110
1110
  });
1111
1111
  },
1112
1112
  setRedeemError(l) {
1113
- c((u) => {
1114
- u.redeemError = l;
1113
+ c((d) => {
1114
+ d.redeemError = l;
1115
1115
  });
1116
1116
  },
1117
1117
  setRedeemAmountSol(l) {
1118
- c((u) => {
1119
- u.redeemAmountSol = l;
1118
+ c((d) => {
1119
+ d.redeemAmountSol = l;
1120
1120
  });
1121
1121
  },
1122
1122
  setRedeemTxSignature(l) {
1123
- c((u) => {
1124
- u.redeemTxSignature = l;
1123
+ c((d) => {
1124
+ d.redeemTxSignature = l;
1125
1125
  });
1126
1126
  },
1127
1127
  setTxStep(l) {
1128
- c((u) => {
1129
- u.txStep = l;
1128
+ c((d) => {
1129
+ d.txStep = l;
1130
1130
  });
1131
1131
  },
1132
- setTxStatus(l, u, w) {
1133
- c((m) => {
1134
- m.txStatus = l, m.txSignature = u ?? null, m.txError = w ?? null, l === "idle" && (m.txStep = "idle", m.depositTxSignature = null, m.sellTxSignature = null);
1132
+ setTxStatus(l, d, w) {
1133
+ c((g) => {
1134
+ g.txStatus = l, g.txSignature = d ?? null, g.txError = w ?? null, l === "idle" && (g.txStep = "idle", g.depositTxSignature = null, g.sellTxSignature = null);
1135
1135
  });
1136
1136
  },
1137
1137
  reset() {
@@ -1145,14 +1145,14 @@ function tr() {
1145
1145
  }))
1146
1146
  );
1147
1147
  }
1148
- const mt = St(null);
1149
- function C(c) {
1150
- const l = vt(mt);
1148
+ const At = Et(null);
1149
+ function F(c) {
1150
+ const l = It(At);
1151
1151
  if (!l)
1152
1152
  throw new Error("useWidgetStore must be used within WidgetStoreProvider");
1153
- return zt(l, c);
1153
+ return $t(l, c);
1154
1154
  }
1155
- const o = {
1155
+ const a = {
1156
1156
  bg: "var(--c-bg)",
1157
1157
  surface: "var(--c-surface)",
1158
1158
  raised: "var(--c-raised)",
@@ -1165,7 +1165,7 @@ const o = {
1165
1165
  green: "#0d9c5e",
1166
1166
  purple: "var(--c-brand)",
1167
1167
  red: "#D93B3B"
1168
- }, rr = `
1168
+ }, or = `
1169
1169
  [data-theme] *, [data-theme] *::before, [data-theme] *::after { box-sizing: border-box; }
1170
1170
  :root, [data-theme="pye-light"] {
1171
1171
  --c-bg: #e6e3e0;
@@ -1293,30 +1293,30 @@ const o = {
1293
1293
  @media (prefers-reduced-motion: reduce) {
1294
1294
  .pye-step-in { animation: none; }
1295
1295
  }
1296
- `, nr = "'Inter', sans-serif", A = (c, l = o.primary, u = 400) => ({
1296
+ `, ar = "'Inter', sans-serif", m = (c, l = a.primary, d = 400) => ({
1297
1297
  fontFamily: "'Inter', sans-serif",
1298
1298
  fontSize: c,
1299
- fontWeight: u,
1299
+ fontWeight: d,
1300
1300
  color: l,
1301
1301
  lineHeight: 1.5,
1302
1302
  margin: 0,
1303
1303
  fontFeatureSettings: "'zero' 1"
1304
- }), ke = (c, l = o.primary, u = 400) => ({
1305
- fontFamily: nr,
1304
+ }), Te = (c, l = a.primary, d = 400) => ({
1305
+ fontFamily: ar,
1306
1306
  fontSize: c,
1307
- fontWeight: u,
1307
+ fontWeight: d,
1308
1308
  color: l,
1309
1309
  lineHeight: 1.2,
1310
1310
  fontFeatureSettings: "'zero' 1",
1311
1311
  margin: 0
1312
- }), xt = 0.85;
1313
- function X(c, l = 4) {
1312
+ });
1313
+ function ne(c, l = 4) {
1314
1314
  if (c === 0) return "0";
1315
- const u = c < 1 ? Math.max(l, -Math.floor(Math.log10(Math.abs(c))) + 1) : l;
1316
- return c.toFixed(u);
1315
+ const d = c < 1 ? Math.max(l, -Math.floor(Math.log10(Math.abs(c))) + 1) : l;
1316
+ return c.toFixed(d);
1317
1317
  }
1318
- const ir = !1, or = "data:image/png;base64,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", lr = "data:image/png;base64,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", ar = "data:image/png;base64,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";
1319
- function sr() {
1318
+ const lr = !1, sr = "data:image/png;base64,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", cr = "data:image/png;base64,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", dr = "data:image/png;base64,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";
1319
+ function ur() {
1320
1320
  return /* @__PURE__ */ f("svg", { width: "33", height: "16", viewBox: "0 0 33.0001 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: { display: "block", flexShrink: 0 }, children: [
1321
1321
  /* @__PURE__ */ i("path", { d: "M32.9338 2.19869V4.83327H24.0205V6.46108H32.4867V8.92786H24.0205V10.7068H33.0001V13.3918H20.707V2.19869H32.9338Z", fill: "var(--fill-0, #24201C)" }),
1322
1322
  /* @__PURE__ */ i("path", { d: "M23.9528 1.65254C21.8438 0.595304 19.4691 0 16.9568 0C14.4445 0 12.1791 0.567895 10.1067 1.58001C9.97635 1.64385 9.89253 1.77655 9.89253 1.92329V16L24.0043 1.70335C23.9924 1.68196 23.9749 1.66424 23.9528 1.65254Z", fill: "url(#pye-radial)" }),
@@ -1341,9 +1341,9 @@ function sr() {
1341
1341
  ] })
1342
1342
  ] });
1343
1343
  }
1344
- function cr({ name: c, size: l = 32 }) {
1345
- const u = { Phantom: or, Backpack: lr, Metamask: ar }, w = { Phantom: "#AB9FF2", Backpack: "#E33B3B", Metamask: "#F5841F" }, m = u[c];
1346
- return m ? /* @__PURE__ */ i("img", { src: m, alt: c, style: {
1344
+ function pr({ name: c, size: l = 32 }) {
1345
+ const d = { Phantom: sr, Backpack: cr, Metamask: dr }, w = { Phantom: "#AB9FF2", Backpack: "#E33B3B", Metamask: "#F5841F" }, g = d[c];
1346
+ return g ? /* @__PURE__ */ i("img", { src: g, alt: c, style: {
1347
1347
  width: l,
1348
1348
  height: l,
1349
1349
  borderRadius: 8,
@@ -1359,9 +1359,9 @@ function cr({ name: c, size: l = 32 }) {
1359
1359
  display: "flex",
1360
1360
  alignItems: "center",
1361
1361
  justifyContent: "center"
1362
- }, children: /* @__PURE__ */ i("span", { style: A(11, "#fff", 700), children: c[0] }) });
1362
+ }, children: /* @__PURE__ */ i("span", { style: m(11, "#fff", 700), children: c[0] }) });
1363
1363
  }
1364
- function Ie({ children: c }) {
1364
+ function ve({ children: c }) {
1365
1365
  return /* @__PURE__ */ i("div", { style: {
1366
1366
  width: "min(420px, calc(100vw - 32px))",
1367
1367
  height: 600,
@@ -1369,18 +1369,18 @@ function Ie({ children: c }) {
1369
1369
  boxShadow: "0px 4px 8px rgba(0,0,0,0.07)",
1370
1370
  display: "flex",
1371
1371
  flexDirection: "column",
1372
- background: o.surface
1372
+ background: a.surface
1373
1373
  }, children: c });
1374
1374
  }
1375
- function Re({ children: c, padding: l = 24, style: u }) {
1375
+ function Ie({ children: c, padding: l = 24, style: d }) {
1376
1376
  return /* @__PURE__ */ f("div", { style: {
1377
1377
  flex: 1,
1378
1378
  display: "flex",
1379
1379
  flexDirection: "column",
1380
1380
  minHeight: 0,
1381
- background: o.surface,
1382
- borderTop: `1px solid ${o.highlight}`,
1383
- ...u
1381
+ background: a.surface,
1382
+ borderTop: `1px solid ${a.highlight}`,
1383
+ ...d
1384
1384
  }, children: [
1385
1385
  /* @__PURE__ */ i("div", { style: {
1386
1386
  flex: 1,
@@ -1391,22 +1391,22 @@ function Re({ children: c, padding: l = 24, style: u }) {
1391
1391
  minHeight: 0,
1392
1392
  overflowY: "auto"
1393
1393
  }, children: c }),
1394
- /* @__PURE__ */ i("div", { style: { height: 0, borderTop: `1px solid ${o.shadow}`, flexShrink: 0 } })
1394
+ /* @__PURE__ */ i("div", { style: { height: 0, borderTop: `1px solid ${a.shadow}`, flexShrink: 0 } })
1395
1395
  ] });
1396
1396
  }
1397
- function xe() {
1397
+ function Ce() {
1398
1398
  return /* @__PURE__ */ i("div", { style: { flex: 1 } });
1399
1399
  }
1400
- function it({ step: c, total: l, onBack: u, hideStep: w, label: m, tooltipText: p }) {
1401
- const y = !w && c != null && l != null && l > 0, a = y ? Math.round(c / l * 100) : 0, v = /* @__PURE__ */ i("button", { onClick: u, style: {
1400
+ function it({ step: c, total: l, onBack: d, hideStep: w, label: g, tooltipText: x }) {
1401
+ const y = !w && c != null && l != null && l > 0, o = y ? Math.round(c / l * 100) : 0, A = /* @__PURE__ */ i("button", { onClick: d, style: {
1402
1402
  background: "none",
1403
1403
  border: "none",
1404
1404
  cursor: "pointer",
1405
1405
  padding: 0,
1406
1406
  display: "flex",
1407
1407
  alignItems: "center",
1408
- visibility: u ? "visible" : "hidden",
1409
- color: o.secondary,
1408
+ visibility: d ? "visible" : "hidden",
1409
+ color: a.secondary,
1410
1410
  flexShrink: 0
1411
1411
  }, children: /* @__PURE__ */ i("svg", { width: "18", height: "18", viewBox: "0 0 16 16", fill: "none", style: { display: "block" }, children: /* @__PURE__ */ i("path", { d: "M13 8H3M3 8L7 4M3 8L7 12", stroke: "currentColor", strokeWidth: "1.25", strokeLinecap: "round", strokeLinejoin: "round" }) }) });
1412
1412
  return /* @__PURE__ */ f("div", { style: {
@@ -1415,32 +1415,32 @@ function it({ step: c, total: l, onBack: u, hideStep: w, label: m, tooltipText:
1415
1415
  gap: 14,
1416
1416
  padding: "20px 24px",
1417
1417
  flexShrink: 0,
1418
- background: o.surface,
1419
- borderTop: `1px solid ${o.highlight}`,
1420
- boxShadow: `inset 0 -1px 0 ${o.shadow}`,
1418
+ background: a.surface,
1419
+ borderTop: `1px solid ${a.highlight}`,
1420
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`,
1421
1421
  borderRadius: "10px 10px 0 0"
1422
1422
  }, children: [
1423
- v,
1424
- !y && m && /* @__PURE__ */ f("div", { style: { display: "flex", alignItems: "center", gap: 6 }, children: [
1425
- /* @__PURE__ */ i("span", { style: { ...A(15, o.primary, 500) }, children: m }),
1426
- p && /* @__PURE__ */ i(Ae, { position: "below", text: p })
1423
+ A,
1424
+ !y && g && /* @__PURE__ */ f("div", { style: { display: "flex", alignItems: "center", gap: 6 }, children: [
1425
+ /* @__PURE__ */ i("span", { style: { ...m(15, a.primary, 500) }, children: g }),
1426
+ x && /* @__PURE__ */ i(be, { position: "below", text: x })
1427
1427
  ] }),
1428
1428
  y && /* @__PURE__ */ f("div", { style: { flex: 1, display: "flex", alignItems: "center", gap: 10 }, children: [
1429
1429
  /* @__PURE__ */ i("div", { style: {
1430
1430
  flex: 1,
1431
1431
  height: 3,
1432
- background: o.shadow,
1432
+ background: a.shadow,
1433
1433
  borderRadius: 2,
1434
1434
  overflow: "hidden"
1435
1435
  }, children: /* @__PURE__ */ i("div", { style: {
1436
1436
  height: "100%",
1437
- width: `${a}%`,
1438
- background: o.purple,
1437
+ width: `${o}%`,
1438
+ background: a.purple,
1439
1439
  borderRadius: 2,
1440
1440
  transition: "width 0.25s ease"
1441
1441
  } }) }),
1442
1442
  /* @__PURE__ */ f("span", { style: {
1443
- ...A(13, o.secondary),
1443
+ ...m(13, a.secondary),
1444
1444
  lineHeight: 1,
1445
1445
  whiteSpace: "nowrap",
1446
1446
  fontVariantNumeric: "tabular-nums"
@@ -1452,47 +1452,47 @@ function it({ step: c, total: l, onBack: u, hideStep: w, label: m, tooltipText:
1452
1452
  ] })
1453
1453
  ] });
1454
1454
  }
1455
- function Qe({ title: c, subtitle: l }) {
1455
+ function Ne({ title: c, subtitle: l }) {
1456
1456
  return /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column", gap: 8 }, children: [
1457
- /* @__PURE__ */ i("p", { style: A(18, o.primary, 500), children: c }),
1458
- l && /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: l })
1457
+ /* @__PURE__ */ i("p", { style: m(18, a.primary, 500), children: c }),
1458
+ l && /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: l })
1459
1459
  ] });
1460
1460
  }
1461
- function Ae({ text: c, bg: l, position: u = "above" }) {
1462
- const w = l ?? o.raised, m = u === "below", p = ge(null), [y, a] = We(null), v = () => {
1463
- const x = p.current;
1464
- if (!x) return;
1465
- const B = x.getBoundingClientRect();
1466
- a({
1467
- top: m ? B.bottom + 8 : B.top - 8,
1461
+ function be({ text: c, bg: l, position: d = "above" }) {
1462
+ const w = l ?? a.raised, g = d === "below", x = ae(null), [y, o] = We(null), A = () => {
1463
+ const b = x.current;
1464
+ if (!b) return;
1465
+ const B = b.getBoundingClientRect();
1466
+ o({
1467
+ top: g ? B.bottom + 8 : B.top - 8,
1468
1468
  left: B.left + B.width / 2
1469
1469
  });
1470
- }, b = y ? Zt(
1470
+ }, E = y ? _t(
1471
1471
  /* @__PURE__ */ f("div", { style: {
1472
1472
  position: "fixed",
1473
- top: m ? y.top : void 0,
1474
- bottom: m ? void 0 : `calc(100vh - ${y.top}px)`,
1473
+ top: g ? y.top : void 0,
1474
+ bottom: g ? void 0 : `calc(100vh - ${y.top}px)`,
1475
1475
  left: y.left,
1476
1476
  transform: "translateX(-50%)",
1477
1477
  width: 210,
1478
1478
  background: w,
1479
- borderTop: `1px solid ${o.highlight}`,
1480
- boxShadow: `0 4px 16px rgba(0,0,0,0.15), inset 0 -1px 0 ${o.shadow}`,
1479
+ borderTop: `1px solid ${a.highlight}`,
1480
+ boxShadow: `0 4px 16px rgba(0,0,0,0.15), inset 0 -1px 0 ${a.shadow}`,
1481
1481
  borderRadius: 8,
1482
1482
  padding: "8px 10px",
1483
1483
  zIndex: 1e4,
1484
1484
  pointerEvents: "none"
1485
1485
  }, children: [
1486
- /* @__PURE__ */ i("p", { style: { ...A(11, o.secondary), lineHeight: 1.5 }, children: c }),
1486
+ /* @__PURE__ */ i("p", { style: { ...m(11, a.secondary), lineHeight: 1.5 }, children: c }),
1487
1487
  /* @__PURE__ */ i("div", { style: {
1488
1488
  position: "absolute",
1489
- ...m ? { top: -4 } : { bottom: -4 },
1489
+ ...g ? { top: -4 } : { bottom: -4 },
1490
1490
  left: "50%",
1491
1491
  transform: "translateX(-50%) rotate(45deg)",
1492
1492
  width: 8,
1493
1493
  height: 8,
1494
1494
  background: w,
1495
- boxShadow: m ? `-1px -1px 0 ${o.shadow}` : `1px 1px 0 ${o.shadow}`
1495
+ boxShadow: g ? `-1px -1px 0 ${a.shadow}` : `1px 1px 0 ${a.shadow}`
1496
1496
  } })
1497
1497
  ] }),
1498
1498
  document.body
@@ -1500,9 +1500,9 @@ function Ae({ text: c, bg: l, position: u = "above" }) {
1500
1500
  return /* @__PURE__ */ f(
1501
1501
  "div",
1502
1502
  {
1503
- ref: p,
1504
- onMouseEnter: v,
1505
- onMouseLeave: () => a(null),
1503
+ ref: x,
1504
+ onMouseEnter: A,
1505
+ onMouseLeave: () => o(null),
1506
1506
  style: { position: "relative", display: "inline-flex", flexShrink: 0 },
1507
1507
  children: [
1508
1508
  /* @__PURE__ */ i(
@@ -1513,32 +1513,32 @@ function Ae({ text: c, bg: l, position: u = "above" }) {
1513
1513
  height: 16,
1514
1514
  borderRadius: "50%",
1515
1515
  background: w,
1516
- borderTop: `1px solid ${o.highlight}`,
1517
- boxShadow: `inset 0 -1px 0 ${o.shadow}`,
1516
+ borderTop: `1px solid ${a.highlight}`,
1517
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`,
1518
1518
  display: "flex",
1519
1519
  alignItems: "center",
1520
1520
  justifyContent: "center",
1521
1521
  cursor: "default",
1522
1522
  flexShrink: 0
1523
1523
  },
1524
- children: /* @__PURE__ */ i("span", { style: { ...A(9, o.muted), lineHeight: 1, userSelect: "none", fontWeight: 500 }, children: "?" })
1524
+ children: /* @__PURE__ */ i("span", { style: { ...m(9, a.muted), lineHeight: 1, userSelect: "none", fontWeight: 500 }, children: "?" })
1525
1525
  }
1526
1526
  ),
1527
- b
1527
+ E
1528
1528
  ]
1529
1529
  }
1530
1530
  );
1531
1531
  }
1532
- function wt({ children: c }) {
1532
+ function kt({ children: c }) {
1533
1533
  return /* @__PURE__ */ i("div", { style: { display: "flex", flexDirection: "column", gap: 8 }, children: c });
1534
1534
  }
1535
- function dr({ icon: c, label: l, sub: u, amount: w, selected: m, onClick: p }) {
1536
- const y = m ? o.bg : o.raised, a = m ? `inset 0 1px 0 ${o.shadow}, inset 0 -1px 0 ${o.highlight}` : `inset 0 1px 0 ${o.highlight}, inset 0 -1px 0 ${o.shadow}`;
1535
+ function hr({ icon: c, label: l, sub: d, amount: w, selected: g, onClick: x }) {
1536
+ const y = g ? a.bg : a.raised, o = g ? `inset 0 1px 0 ${a.shadow}, inset 0 -1px 0 ${a.highlight}` : `inset 0 1px 0 ${a.highlight}, inset 0 -1px 0 ${a.shadow}`;
1537
1537
  return /* @__PURE__ */ f(
1538
1538
  "div",
1539
1539
  {
1540
- className: m ? void 0 : "pye-hoverable",
1541
- onClick: p,
1540
+ className: g ? void 0 : "pye-hoverable",
1541
+ onClick: x,
1542
1542
  style: {
1543
1543
  display: "flex",
1544
1544
  alignItems: "center",
@@ -1546,7 +1546,7 @@ function dr({ icon: c, label: l, sub: u, amount: w, selected: m, onClick: p }) {
1546
1546
  padding: 12,
1547
1547
  borderRadius: 8,
1548
1548
  background: y,
1549
- boxShadow: a,
1549
+ boxShadow: o,
1550
1550
  cursor: "pointer",
1551
1551
  transition: "background 0.1s"
1552
1552
  },
@@ -1554,13 +1554,13 @@ function dr({ icon: c, label: l, sub: u, amount: w, selected: m, onClick: p }) {
1554
1554
  /* @__PURE__ */ f("div", { style: { display: "flex", alignItems: "center", gap: 12 }, children: [
1555
1555
  c,
1556
1556
  /* @__PURE__ */ f("div", { children: [
1557
- /* @__PURE__ */ i("p", { style: A(15, o.primary), children: l }),
1558
- /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: u })
1557
+ /* @__PURE__ */ i("p", { style: m(15, a.primary), children: l }),
1558
+ /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: d })
1559
1559
  ] })
1560
1560
  ] }),
1561
1561
  w && /* @__PURE__ */ f("div", { style: { textAlign: "right" }, children: [
1562
- /* @__PURE__ */ i("p", { style: A(15, o.primary), children: w }),
1563
- /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "SOL" })
1562
+ /* @__PURE__ */ i("p", { style: m(15, a.primary), children: w }),
1563
+ /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "SOL" })
1564
1564
  ] })
1565
1565
  ]
1566
1566
  }
@@ -1574,9 +1574,9 @@ function ot() {
1574
1574
  padding: 16,
1575
1575
  borderRadius: 10,
1576
1576
  minHeight: 76,
1577
- background: o.raised,
1578
- borderTop: `1px solid ${o.highlight}`,
1579
- boxShadow: `inset 0 -1px 0 ${o.shadow}`
1577
+ background: a.raised,
1578
+ borderTop: `1px solid ${a.highlight}`,
1579
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`
1580
1580
  }, children: [
1581
1581
  /* @__PURE__ */ i("div", { className: "pye-skeleton", style: { width: 44, height: 44, borderRadius: 10, flexShrink: 0 } }),
1582
1582
  /* @__PURE__ */ f("div", { style: { flex: 1, display: "flex", flexDirection: "column", gap: 8, minWidth: 0 }, children: [
@@ -1585,24 +1585,24 @@ function ot() {
1585
1585
  ] })
1586
1586
  ] });
1587
1587
  }
1588
- function Fe({ label: c, onClick: l, disabled: u, purple: w }) {
1588
+ function Re({ label: c, onClick: l, disabled: d, purple: w }) {
1589
1589
  return w ? /* @__PURE__ */ i(
1590
1590
  "button",
1591
1591
  {
1592
1592
  className: "pye-cta-purple",
1593
- onClick: u ? void 0 : l,
1594
- disabled: u,
1593
+ onClick: d ? void 0 : l,
1594
+ disabled: d,
1595
1595
  style: {
1596
1596
  width: "100%",
1597
1597
  height: 40,
1598
1598
  borderRadius: 6,
1599
1599
  border: "none",
1600
1600
  borderTop: "1px solid var(--c-brand-hi)",
1601
- cursor: u ? "not-allowed" : "pointer",
1602
- background: o.purple,
1603
- ...A(15, "var(--c-brand-text)"),
1601
+ cursor: d ? "not-allowed" : "pointer",
1602
+ background: a.purple,
1603
+ ...m(15, "var(--c-brand-text)"),
1604
1604
  boxShadow: "inset 0 -1px 0 var(--c-brand-sh)",
1605
- opacity: u ? 0.5 : 1,
1605
+ opacity: d ? 0.5 : 1,
1606
1606
  transition: "filter 0.1s, opacity 0.1s",
1607
1607
  flexShrink: 0
1608
1608
  },
@@ -1613,18 +1613,18 @@ function Fe({ label: c, onClick: l, disabled: u, purple: w }) {
1613
1613
  {
1614
1614
  className: "pye-cta-default",
1615
1615
  onClick: l,
1616
- disabled: u,
1616
+ disabled: d,
1617
1617
  style: {
1618
1618
  width: "100%",
1619
1619
  height: 40,
1620
1620
  borderRadius: 6,
1621
1621
  border: "none",
1622
- borderTop: `1px solid ${o.highlight}`,
1623
- cursor: u ? "not-allowed" : "pointer",
1624
- background: o.raised,
1625
- ...A(15, o.primary),
1626
- boxShadow: `inset 0 -1px 0 ${o.shadow}`,
1627
- opacity: u ? 0.5 : 1,
1622
+ borderTop: `1px solid ${a.highlight}`,
1623
+ cursor: d ? "not-allowed" : "pointer",
1624
+ background: a.raised,
1625
+ ...m(15, a.primary),
1626
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`,
1627
+ opacity: d ? 0.5 : 1,
1628
1628
  transition: "background 0.1s, opacity 0.1s",
1629
1629
  flexShrink: 0
1630
1630
  },
@@ -1632,7 +1632,7 @@ function Fe({ label: c, onClick: l, disabled: u, purple: w }) {
1632
1632
  }
1633
1633
  );
1634
1634
  }
1635
- function bt({ label: c, onClose: l }) {
1635
+ function St({ label: c, onClose: l }) {
1636
1636
  return /* @__PURE__ */ f("div", { style: {
1637
1637
  height: 48,
1638
1638
  display: "flex",
@@ -1640,10 +1640,10 @@ function bt({ label: c, onClose: l }) {
1640
1640
  padding: "0 24px",
1641
1641
  flexShrink: 0,
1642
1642
  gap: 8,
1643
- background: o.surface,
1643
+ background: a.surface,
1644
1644
  borderRadius: "10px 10px 0 0",
1645
- borderTop: `1px solid ${o.highlight}`,
1646
- boxShadow: `inset 0 -1px 0 ${o.shadow}`
1645
+ borderTop: `1px solid ${a.highlight}`,
1646
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`
1647
1647
  }, children: [
1648
1648
  /* @__PURE__ */ i("div", { style: {
1649
1649
  width: 20,
@@ -1655,7 +1655,7 @@ function bt({ label: c, onClose: l }) {
1655
1655
  alignItems: "center",
1656
1656
  justifyContent: "center"
1657
1657
  }, children: /* @__PURE__ */ i("svg", { width: "10", height: "10", viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ i("path", { d: "M3 8.5L6.5 12L13 5", stroke: "#0d9c5e", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) }) }),
1658
- /* @__PURE__ */ i("p", { style: { ...A(15, o.primary), flex: 1 }, children: c }),
1658
+ /* @__PURE__ */ i("p", { style: { ...m(15, a.primary), flex: 1 }, children: c }),
1659
1659
  /* @__PURE__ */ i("button", { onClick: l, style: {
1660
1660
  background: "none",
1661
1661
  border: "none",
@@ -1669,10 +1669,10 @@ function bt({ label: c, onClose: l }) {
1669
1669
  justifyContent: "center",
1670
1670
  borderRadius: 8,
1671
1671
  flexShrink: 0
1672
- }, children: /* @__PURE__ */ i("svg", { width: "12", height: "12", viewBox: "0 0 14 14", fill: "none", children: /* @__PURE__ */ i("path", { d: "M1 1L13 13M13 1L1 13", stroke: o.secondary, strokeWidth: "1", strokeLinecap: "round" }) }) })
1672
+ }, children: /* @__PURE__ */ i("svg", { width: "12", height: "12", viewBox: "0 0 14 14", fill: "none", children: /* @__PURE__ */ i("path", { d: "M1 1L13 13M13 1L1 13", stroke: a.secondary, strokeWidth: "1", strokeLinecap: "round" }) }) })
1673
1673
  ] });
1674
1674
  }
1675
- function Ce() {
1675
+ function Be() {
1676
1676
  return /* @__PURE__ */ i("div", { style: {
1677
1677
  height: 44,
1678
1678
  display: "flex",
@@ -1680,32 +1680,32 @@ function Ce() {
1680
1680
  justifyContent: "center",
1681
1681
  gap: 8,
1682
1682
  flexShrink: 0,
1683
- background: o.surface,
1684
- borderTop: `1px solid ${o.highlight}`,
1685
- boxShadow: `inset 0 -1px 0 ${o.shadow}`,
1683
+ background: a.surface,
1684
+ borderTop: `1px solid ${a.highlight}`,
1685
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`,
1686
1686
  borderRadius: "0 0 10px 10px"
1687
1687
  }, children: /* @__PURE__ */ f("a", { href: "https://pye.fi/", target: "_blank", rel: "noopener noreferrer", style: { display: "flex", alignItems: "center", gap: 8, textDecoration: "none" }, children: [
1688
- /* @__PURE__ */ i("span", { style: A(15, o.secondary), children: "Powered by" }),
1689
- /* @__PURE__ */ i(sr, {})
1688
+ /* @__PURE__ */ i("span", { style: m(15, a.secondary), children: "Powered by" }),
1689
+ /* @__PURE__ */ i(ur, {})
1690
1690
  ] }) });
1691
1691
  }
1692
- function ur({ message: c }) {
1693
- return c ? /* @__PURE__ */ i("p", { style: { ...A(14, o.red), marginTop: 4 }, children: c }) : null;
1692
+ function fr({ message: c }) {
1693
+ return c ? /* @__PURE__ */ i("p", { style: { ...m(14, a.red), marginTop: 4 }, children: c }) : null;
1694
1694
  }
1695
- const lt = 1e9;
1696
- function Je({
1695
+ const at = 1e9;
1696
+ function lt({
1697
1697
  icon: c,
1698
1698
  label: l,
1699
- sub: u,
1699
+ sub: d,
1700
1700
  subColor: w,
1701
- onClick: m,
1702
- disabled: p
1701
+ onClick: g,
1702
+ disabled: x
1703
1703
  }) {
1704
1704
  return /* @__PURE__ */ f(
1705
1705
  "div",
1706
1706
  {
1707
- className: p ? void 0 : "pye-hoverable",
1708
- onClick: p ? void 0 : m,
1707
+ className: x ? void 0 : "pye-hoverable",
1708
+ onClick: x ? void 0 : g,
1709
1709
  style: {
1710
1710
  display: "flex",
1711
1711
  alignItems: "center",
@@ -1713,26 +1713,26 @@ function Je({
1713
1713
  padding: 16,
1714
1714
  borderRadius: 10,
1715
1715
  minHeight: 76,
1716
- background: o.raised,
1717
- borderTop: `1px solid ${o.highlight}`,
1718
- boxShadow: `inset 0 -1px 0 ${o.shadow}`,
1719
- cursor: p ? "not-allowed" : "pointer",
1720
- opacity: p ? 0.5 : 1,
1716
+ background: a.raised,
1717
+ borderTop: `1px solid ${a.highlight}`,
1718
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`,
1719
+ cursor: x ? "not-allowed" : "pointer",
1720
+ opacity: x ? 0.5 : 1,
1721
1721
  transition: "background 0.1s"
1722
1722
  },
1723
1723
  children: [
1724
1724
  c,
1725
1725
  /* @__PURE__ */ f("div", { style: { flex: 1, display: "flex", flexDirection: "column", gap: 2, minWidth: 0 }, children: [
1726
- /* @__PURE__ */ i("p", { style: A(15, o.primary, 600), children: l }),
1727
- /* @__PURE__ */ i("p", { style: A(14, w ?? o.secondary), children: u })
1726
+ /* @__PURE__ */ i("p", { style: m(15, a.primary), children: l }),
1727
+ /* @__PURE__ */ i("p", { style: m(14, w ?? a.secondary), children: d })
1728
1728
  ] }),
1729
- /* @__PURE__ */ i("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", style: { flexShrink: 0 }, children: /* @__PURE__ */ i("path", { d: "M6 4L10 8L6 12", stroke: o.muted, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) })
1729
+ /* @__PURE__ */ i("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", style: { flexShrink: 0 }, children: /* @__PURE__ */ i("path", { d: "M6 4L10 8L6 12", stroke: a.muted, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) })
1730
1730
  ]
1731
1731
  }
1732
1732
  );
1733
1733
  }
1734
- function pr({ address: c, onSwitch: l }) {
1735
- const u = `${c.slice(0, 4)}...${c.slice(-4)}`;
1734
+ function yr({ address: c, onSwitch: l }) {
1735
+ const d = `${c.slice(0, 4)}...${c.slice(-4)}`;
1736
1736
  return /* @__PURE__ */ f(
1737
1737
  "button",
1738
1738
  {
@@ -1745,9 +1745,9 @@ function pr({ address: c, onSwitch: l }) {
1745
1745
  padding: 20,
1746
1746
  borderRadius: 10,
1747
1747
  width: "100%",
1748
- background: o.raised,
1749
- borderTop: `1px solid ${o.highlight}`,
1750
- boxShadow: `inset 0 -1px 0 ${o.shadow}`,
1748
+ background: a.raised,
1749
+ borderTop: `1px solid ${a.highlight}`,
1750
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`,
1751
1751
  border: "none",
1752
1752
  cursor: "pointer",
1753
1753
  transition: "background 0.1s"
@@ -1758,16 +1758,16 @@ function pr({ address: c, onSwitch: l }) {
1758
1758
  width: 4,
1759
1759
  height: 4,
1760
1760
  borderRadius: 9,
1761
- background: o.green
1761
+ background: a.green
1762
1762
  } }),
1763
- /* @__PURE__ */ i("span", { style: { ...A(15, o.primary), fontVariantNumeric: "tabular-nums" }, children: u })
1763
+ /* @__PURE__ */ i("span", { style: { ...m(15, a.primary), fontVariantNumeric: "tabular-nums" }, children: d })
1764
1764
  ] }),
1765
- /* @__PURE__ */ i("span", { style: A(15, o.secondary), children: "Switch" })
1765
+ /* @__PURE__ */ i("span", { style: m(15, a.secondary), children: "Switch" })
1766
1766
  ]
1767
1767
  }
1768
1768
  );
1769
1769
  }
1770
- function hr() {
1770
+ function gr() {
1771
1771
  return /* @__PURE__ */ i("div", { style: {
1772
1772
  flexShrink: 0,
1773
1773
  width: 44,
@@ -1784,25 +1784,7 @@ function hr() {
1784
1784
  /* @__PURE__ */ i("circle", { cx: "12", cy: "12", r: "5", stroke: "currentColor", strokeWidth: "1.5", fill: "none" })
1785
1785
  ] }) });
1786
1786
  }
1787
- function fr() {
1788
- return /* @__PURE__ */ i("div", { style: {
1789
- flexShrink: 0,
1790
- width: 44,
1791
- height: 44,
1792
- borderRadius: 10,
1793
- background: `color-mix(in srgb, ${o.secondary} 15%, transparent)`,
1794
- borderTop: "1px solid rgba(255,255,255,0.2)",
1795
- boxShadow: "0 4px 8px rgba(0,0,0,0.07), inset 0 -1px 0 rgba(0,0,0,0.2)",
1796
- display: "flex",
1797
- alignItems: "center",
1798
- justifyContent: "center"
1799
- }, children: /* @__PURE__ */ f("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", style: { color: o.secondary }, children: [
1800
- /* @__PURE__ */ i("path", { d: "M4 3h8a2 2 0 0 1 2 2v12H6a2 2 0 0 1-2-2V3z", stroke: "currentColor", strokeWidth: "1.5", strokeLinejoin: "round" }),
1801
- /* @__PURE__ */ i("path", { d: "M4 15a2 2 0 0 1 2-2h8", stroke: "currentColor", strokeWidth: "1.5" }),
1802
- /* @__PURE__ */ i("path", { d: "M7 7h4M7 10h3", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
1803
- ] }) });
1804
- }
1805
- function yr() {
1787
+ function mr() {
1806
1788
  return /* @__PURE__ */ i("div", { style: {
1807
1789
  flexShrink: 0,
1808
1790
  width: 44,
@@ -1820,259 +1802,252 @@ function yr() {
1820
1802
  /* @__PURE__ */ i("circle", { cx: "13", cy: "12.5", r: "1", fill: "currentColor" })
1821
1803
  ] }) });
1822
1804
  }
1823
- function gr({ validatorName: c }) {
1824
- const l = C((k) => k.navigate), u = ee((k) => k.walletBalances), w = ee((k) => k.userStakeAccounts), m = ee((k) => k.userStakeAccountsLoading), p = me((k) => k.publicKey), { disconnect: y } = Ye(), a = ut(), { totalPtSol: v, maturedPtSol: b } = le(() => {
1825
- const k = Date.now() / 1e3;
1826
- let M = 0, P = 0;
1827
- for (const [N, T] of Object.entries(u)) {
1828
- if (T <= 0) continue;
1829
- const q = a.get(N);
1830
- if (!q) continue;
1831
- const F = T / lt;
1832
- M += F;
1833
- const j = Number(se[q.maturityId].maturity_timestamp);
1834
- k >= j && (P += F);
1835
- }
1836
- return { totalPtSol: M, maturedPtSol: P };
1837
- }, [u, a]), x = le(() => {
1838
- let k = 0;
1839
- for (const M of w)
1840
- M.state === "active" && (k += M.lamports);
1841
- return k / lt;
1842
- }, [w]), B = v > 0, L = x > 0, S = Object.values(u).some((k) => k > 0), I = m && w.length === 0 && !S, R = B ? b > 0 ? `${X(b)} PT ready to redeem` : `${X(v)} PT locked` : "No PT positions", g = L ? `${X(x, 2)} SOL across active stake` : "No active stake";
1843
- return /* @__PURE__ */ f(Re, { style: { borderRadius: "10px 10px 0 0" }, children: [
1844
- /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column", gap: 8 }, children: [
1845
- /* @__PURE__ */ i("p", { style: { ...ke(32, o.primary), letterSpacing: "-0.02em", lineHeight: 1.5 }, children: "Welcome back" }),
1846
- /* @__PURE__ */ i("p", { style: A(15, o.secondary), children: I ? "Loading your positions…" : B && L ? "We found active staked SOL positions and PTs ready to redeem. What would you like to do?" : B ? "We found PTs ready to redeem. What would you like to do?" : L ? "We found active staked SOL positions. Sell your future rewards upfront." : `Stake SOL with ${c ?? "your validator"} to get started.` })
1847
- ] }),
1848
- /* @__PURE__ */ i("div", { style: { display: "flex", flexDirection: "column", gap: 10, marginTop: 8 }, children: I ? /* @__PURE__ */ f(te, { children: [
1805
+ function xr() {
1806
+ var T;
1807
+ const c = F((C) => C.navigate), l = se((C) => C.walletBalances), d = se((C) => C.userStakeAccounts), w = se((C) => C.userStakeAccountsLoading), g = xe((C) => C.publicKey), x = je((C) => C.bonds), y = Oe((C) => C.validators), { disconnect: o } = Ve(), A = (() => {
1808
+ try {
1809
+ return Ot().voteAccount;
1810
+ } catch {
1811
+ return;
1812
+ }
1813
+ })();
1814
+ A && ((T = y[A]) == null || T.name);
1815
+ const { totalPtSol: E, maturedPtSol: b } = Pe(() => {
1816
+ const C = /* @__PURE__ */ new Map();
1817
+ for (const Q of Object.values(x))
1818
+ C.set(Q.pt_mint, Q);
1819
+ const R = Date.now() / 1e3;
1820
+ let Y = 0, M = 0;
1821
+ for (const [Q, Z] of Object.entries(l)) {
1822
+ if (Z <= 0) continue;
1823
+ const z = C.get(Q);
1824
+ if (!z) continue;
1825
+ const W = Z / at;
1826
+ Y += W, R >= z.maturity_ts && (M += W);
1827
+ }
1828
+ return { totalPtSol: Y, maturedPtSol: M };
1829
+ }, [l, x]), B = Pe(() => {
1830
+ var R;
1831
+ let C = 0;
1832
+ for (const Y of d)
1833
+ Y.state === "active" && Y.validatorVoteAccount && ((R = y[Y.validatorVoteAccount]) == null ? void 0 : R.widget) === !0 && (C += Y.lamports);
1834
+ return C / at;
1835
+ }, [d, y]), O = ae(/* @__PURE__ */ new Set());
1836
+ re(() => {
1837
+ if (Object.keys(y).length !== 0)
1838
+ for (const C of d) {
1839
+ if (C.state !== "active" || !C.validatorVoteAccount) continue;
1840
+ const R = ht(C.validatorVoteAccount, y);
1841
+ if (R.ok) continue;
1842
+ const Y = `${R.code}:${C.validatorVoteAccount}`;
1843
+ O.current.has(Y) || (O.current.add(Y), console.warn(
1844
+ `[Pye] ${R.code}: stake ${C.pubkey} on validator ${C.validatorVoteAccount} — ${R.reason}`
1845
+ ));
1846
+ }
1847
+ }, [d, y]);
1848
+ const k = E > 0, v = B > 0, D = Object.values(l).some((C) => C > 0), L = w && d.length === 0 && !D, p = k ? b > 0 ? `${ne(b)} SOL ready to redeem` : `${ne(E)} SOL locked` : "No PT positions", I = v ? `${ne(B, 2)} SOL across active stake` : "No active stake";
1849
+ return /* @__PURE__ */ f(Ie, { style: { borderRadius: "10px 10px 0 0" }, children: [
1850
+ /* @__PURE__ */ i(
1851
+ Ne,
1852
+ {
1853
+ title: "Manage your rewards",
1854
+ subtitle: "Your stake and positions at a glance. Sell future rewards or redeem SOL that has matured."
1855
+ }
1856
+ ),
1857
+ /* @__PURE__ */ i("div", { style: { display: "flex", flexDirection: "column", gap: 10 }, children: L ? /* @__PURE__ */ f(oe, { children: [
1849
1858
  /* @__PURE__ */ i(ot, {}),
1850
1859
  /* @__PURE__ */ i(ot, {})
1851
- ] }) : /* @__PURE__ */ f(te, { children: [
1860
+ ] }) : /* @__PURE__ */ f(oe, { children: [
1852
1861
  /* @__PURE__ */ i(
1853
- Je,
1862
+ lt,
1854
1863
  {
1855
- icon: /* @__PURE__ */ i(yr, {}),
1864
+ icon: /* @__PURE__ */ i(mr, {}),
1856
1865
  label: "Sell future rewards",
1857
- sub: g,
1858
- disabled: !L,
1859
- onClick: () => l("select-position")
1866
+ sub: I,
1867
+ disabled: !v,
1868
+ onClick: () => c("select-position")
1860
1869
  }
1861
1870
  ),
1862
1871
  /* @__PURE__ */ i(
1863
- Je,
1872
+ lt,
1864
1873
  {
1865
- icon: /* @__PURE__ */ i(hr, {}),
1866
- label: "Redeem PTs",
1867
- sub: R,
1868
- subColor: b > 0 ? o.green : void 0,
1869
- disabled: !B,
1870
- onClick: () => l("redeem-list")
1871
- }
1872
- ),
1873
- /* @__PURE__ */ i(
1874
- Je,
1875
- {
1876
- icon: /* @__PURE__ */ i(fr, {}),
1877
- label: "Learn more",
1878
- sub: "Read the docs",
1879
- onClick: () => window.open("https://docs.pye.fi/", "_blank", "noopener,noreferrer")
1874
+ icon: /* @__PURE__ */ i(gr, {}),
1875
+ label: "Redeem",
1876
+ sub: p,
1877
+ subColor: b > 0 ? a.green : void 0,
1878
+ disabled: !k,
1879
+ onClick: () => c("redeem-list")
1880
1880
  }
1881
1881
  )
1882
1882
  ] }) }),
1883
- /* @__PURE__ */ i(xe, {}),
1884
- p && /* @__PURE__ */ i(
1885
- pr,
1883
+ /* @__PURE__ */ i(Ce, {}),
1884
+ g && /* @__PURE__ */ i(
1885
+ yr,
1886
1886
  {
1887
- address: p,
1887
+ address: g,
1888
1888
  onSwitch: () => {
1889
- y().catch(() => {
1889
+ o().catch(() => {
1890
1890
  });
1891
1891
  }
1892
1892
  }
1893
1893
  )
1894
1894
  ] });
1895
1895
  }
1896
- function mr({ name: c, iconUrl: l, connecting: u, onConnect: w }) {
1897
- const m = u === c, p = u != null && !m;
1896
+ function wr({ name: c, iconUrl: l, connecting: d, onConnect: w }) {
1897
+ const g = d === c, x = d != null && !g;
1898
1898
  return /* @__PURE__ */ f(
1899
1899
  "div",
1900
1900
  {
1901
- className: u ? void 0 : "pye-hoverable",
1902
- onClick: () => !u && w(c),
1901
+ className: d ? void 0 : "pye-hoverable",
1902
+ onClick: () => !d && w(c),
1903
1903
  style: {
1904
1904
  display: "flex",
1905
1905
  alignItems: "center",
1906
1906
  justifyContent: "space-between",
1907
1907
  padding: 12,
1908
1908
  borderRadius: 8,
1909
- background: o.raised,
1910
- boxShadow: `inset 0 1px 0 ${o.highlight}, inset 0 -1px 0 ${o.shadow}`,
1911
- cursor: u ? "default" : "pointer",
1912
- opacity: p ? 0.4 : 1,
1909
+ background: a.raised,
1910
+ boxShadow: `inset 0 1px 0 ${a.highlight}, inset 0 -1px 0 ${a.shadow}`,
1911
+ cursor: d ? "default" : "pointer",
1912
+ opacity: x ? 0.4 : 1,
1913
1913
  transition: "background 0.1s, opacity 0.2s"
1914
1914
  },
1915
1915
  children: [
1916
1916
  /* @__PURE__ */ f("div", { style: { display: "flex", alignItems: "center", gap: 12 }, children: [
1917
- l ? /* @__PURE__ */ i("img", { src: l, alt: "", style: { width: 32, height: 32, borderRadius: 8, objectFit: "cover" } }) : /* @__PURE__ */ i(cr, { name: c, size: 32 }),
1918
- /* @__PURE__ */ i("p", { style: A(15, o.primary), children: c })
1917
+ l ? /* @__PURE__ */ i("img", { src: l, alt: "", style: { width: 32, height: 32, borderRadius: 8, objectFit: "cover" } }) : /* @__PURE__ */ i(pr, { name: c, size: 32 }),
1918
+ /* @__PURE__ */ i("p", { style: m(15, a.primary), children: c })
1919
1919
  ] }),
1920
- /* @__PURE__ */ i("p", { style: A(14, m ? o.purple : o.secondary), children: m ? "Connecting…" : "Detected" })
1920
+ /* @__PURE__ */ i("p", { style: m(14, g ? a.purple : a.secondary), children: g ? "Connecting…" : "Detected" })
1921
1921
  ]
1922
1922
  }
1923
1923
  );
1924
1924
  }
1925
- function xr() {
1926
- const { wallets: c, wallet: l, select: u, connecting: w } = Ye(), m = C((x) => x.navigate), p = me((x) => x.status);
1927
- ae(() => {
1928
- p === "connected" && m("welcome");
1929
- }, [p, m]);
1930
- const y = w ? (l == null ? void 0 : l.adapter.name) ?? null : null, v = [...Array.from(
1931
- new Map(c.map((x) => [x.adapter.name, x])).values()
1932
- )].sort((x, B) => {
1933
- const L = x.readyState === "Installed" ? 0 : 1, S = B.readyState === "Installed" ? 0 : 1;
1934
- return L - S;
1935
- }), b = (x) => {
1936
- const B = c.find((L) => L.adapter.name === x);
1937
- B && u(B.adapter.name);
1925
+ function br() {
1926
+ const { wallets: c, wallet: l, select: d, connecting: w } = Ve(), g = F((b) => b.navigate), x = xe((b) => b.status);
1927
+ re(() => {
1928
+ x === "connected" && g("welcome");
1929
+ }, [x, g]);
1930
+ const y = w ? (l == null ? void 0 : l.adapter.name) ?? null : null, A = [...Array.from(
1931
+ new Map(c.map((b) => [b.adapter.name, b])).values()
1932
+ )].sort((b, B) => {
1933
+ const O = b.readyState === "Installed" ? 0 : 1, k = B.readyState === "Installed" ? 0 : 1;
1934
+ return O - k;
1935
+ }), E = (b) => {
1936
+ const B = c.find((O) => O.adapter.name === b);
1937
+ B && d(B.adapter.name);
1938
1938
  };
1939
- return /* @__PURE__ */ f(te, { children: [
1939
+ return /* @__PURE__ */ f(oe, { children: [
1940
1940
  /* @__PURE__ */ i(
1941
- Qe,
1941
+ Ne,
1942
1942
  {
1943
1943
  title: "Connect your wallet",
1944
1944
  subtitle: "Connect to see your existing stake and SOL balance."
1945
1945
  }
1946
1946
  ),
1947
- /* @__PURE__ */ i(wt, { children: v.map((x) => /* @__PURE__ */ i(
1948
- mr,
1947
+ /* @__PURE__ */ i(kt, { children: A.map((b) => /* @__PURE__ */ i(
1948
+ wr,
1949
1949
  {
1950
- name: x.adapter.name,
1951
- iconUrl: x.adapter.icon,
1950
+ name: b.adapter.name,
1951
+ iconUrl: b.adapter.icon,
1952
1952
  connecting: y,
1953
- onConnect: b
1953
+ onConnect: E
1954
1954
  },
1955
- x.adapter.name
1955
+ b.adapter.name
1956
1956
  )) }),
1957
- /* @__PURE__ */ i(xe, {})
1957
+ /* @__PURE__ */ i(Ce, {})
1958
1958
  ] });
1959
1959
  }
1960
- const wr = 0.07, qe = 100;
1961
- function br() {
1962
- const c = C((b) => b.navigate), u = me((b) => b.status) === "connected", w = $e((b) => b.markets), m = Yt((b) => b.apyByVoteAccount), p = le(() => {
1963
- const b = Dt();
1964
- if (b.voteAccount && m[b.voteAccount] != null)
1965
- return m[b.voteAccount];
1966
- const x = Object.values(m);
1967
- return x.length > 0 ? x.reduce((B, L) => B + L, 0) / x.length : wr;
1968
- }, [m]), { sellToday: y, holdToUnlock: a, maturityLabel: v } = le(() => {
1969
- let b = null;
1970
- for (const [R, g] of Object.entries(w))
1971
- if (R.endsWith("-q32026-RT") && g.bestBidPrice != null) {
1972
- b = g.bestBidPrice;
1973
- break;
1974
- }
1975
- const x = Number(se.q32026.maturity_timestamp), B = Date.now() / 1e3, L = Math.max(0, (x - B) / (365 * 24 * 60 * 60)), S = p * L * qe;
1976
- return {
1977
- sellToday: b != null ? b * qe : S * 0.96,
1978
- holdToUnlock: S,
1979
- maturityLabel: se.q32026.human_readable
1980
- };
1981
- }, [w, p]);
1982
- return /* @__PURE__ */ f(te, { children: [
1983
- /* @__PURE__ */ i("p", { style: { ...ke(45, o.primary), letterSpacing: "-0.02em" }, children: "Get your future staking rewards today." }),
1984
- /* @__PURE__ */ i(xe, {}),
1985
- /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column", gap: 24 }, children: [
1986
- /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column", gap: 12 }, children: [
1987
- /* @__PURE__ */ f("p", { style: A(12, o.primary), children: [
1988
- "Example: Stake ",
1989
- qe,
1990
- " SOL for 6 months"
1991
- ] }),
1992
- /* @__PURE__ */ f("div", { style: { display: "flex", gap: 8 }, children: [
1993
- /* @__PURE__ */ f("div", { style: {
1994
- flex: 1,
1995
- borderRadius: 6,
1996
- padding: 12,
1997
- background: o.raised,
1998
- borderTop: `1px solid ${o.highlight}`,
1999
- boxShadow: `0 4px 8px rgba(0,0,0,0.07), inset 0 -1px 0 ${o.shadow}`
2000
- }, children: [
2001
- /* @__PURE__ */ i("p", { style: A(12, o.secondary), children: "Sell rewards today" }),
2002
- /* @__PURE__ */ f("p", { style: { ...ke(24, o.green), fontVariantNumeric: "lining-nums tabular-nums", lineHeight: 1.2, margin: "4px 0 2px" }, children: [
2003
- "+",
2004
- X(y),
2005
- " SOL"
2006
- ] }),
2007
- /* @__PURE__ */ i("p", { style: A(12, o.secondary), children: "Yours now" })
2008
- ] }),
2009
- /* @__PURE__ */ f("div", { style: {
2010
- flex: 1,
2011
- borderRadius: 6,
2012
- padding: 12,
2013
- background: o.lowered,
2014
- borderTop: `1px solid ${o.shadow}`,
2015
- boxShadow: `inset 0 -1px 0 ${o.highlight}`
2016
- }, children: [
2017
- /* @__PURE__ */ i("p", { style: A(12, o.secondary), children: "Hold to unlock" }),
2018
- /* @__PURE__ */ f("p", { style: { ...ke(24, o.primary), fontVariantNumeric: "lining-nums tabular-nums", lineHeight: 1.2, margin: "4px 0 2px" }, children: [
2019
- "+",
2020
- X(a)
2021
- ] }),
2022
- /* @__PURE__ */ f("p", { style: A(12, o.secondary), children: [
2023
- "Available ",
2024
- v
2025
- ] })
2026
- ] })
2027
- ] })
2028
- ] }),
2029
- /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column", alignItems: "center", gap: 12 }, children: [
2030
- /* @__PURE__ */ i(
2031
- Fe,
2032
- {
2033
- label: u ? "Continue" : "Connect Wallet",
2034
- onClick: () => c(u ? "select-position" : "connect-wallet"),
2035
- purple: !0
2036
- }
2037
- ),
2038
- /* @__PURE__ */ i(
2039
- "a",
2040
- {
2041
- href: "https://docs.pye.fi/",
2042
- target: "_blank",
2043
- rel: "noopener noreferrer",
2044
- style: { ...A(12, o.secondary), textDecoration: "none" },
2045
- children: "Learn more — read the docs"
2046
- }
2047
- )
2048
- ] })
1960
+ function ze({ icon: c, title: l, body: d }) {
1961
+ return /* @__PURE__ */ f("div", { style: {
1962
+ display: "flex",
1963
+ alignItems: "center",
1964
+ gap: 12,
1965
+ padding: "10px 4px"
1966
+ }, children: [
1967
+ /* @__PURE__ */ i("div", { style: {
1968
+ flexShrink: 0,
1969
+ width: 40,
1970
+ height: 40,
1971
+ borderRadius: 8,
1972
+ background: a.raised,
1973
+ borderTop: `1px solid ${a.highlight}`,
1974
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`,
1975
+ display: "flex",
1976
+ alignItems: "center",
1977
+ justifyContent: "center",
1978
+ color: a.primary
1979
+ }, children: c }),
1980
+ /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column", gap: 2, minWidth: 0 }, children: [
1981
+ /* @__PURE__ */ i("p", { style: m(13, a.primary, 600), children: l }),
1982
+ /* @__PURE__ */ i("p", { style: m(12, a.secondary), children: d })
2049
1983
  ] })
2050
1984
  ] });
2051
1985
  }
2052
- const at = 1e9;
2053
- function Ar() {
2054
- const c = C((p) => p.navigate), l = C((p) => p.selectStakeAccount), w = ee((p) => p.userStakeAccounts).filter((p) => p.state === "active"), m = (p, y, a, v, b, x) => {
2055
- l(p, y / at, a, v, b, x), c("choose-amount");
1986
+ const Ar = /* @__PURE__ */ i("svg", { width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ i("path", { d: "M13 2 3 14h9l-1 8 10-12h-9l1-8z" }) }), kr = /* @__PURE__ */ i("svg", { width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ i("path", { d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" }) }), Sr = /* @__PURE__ */ f("svg", { width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
1987
+ /* @__PURE__ */ i("circle", { cx: "12", cy: "12", r: "10" }),
1988
+ /* @__PURE__ */ i("path", { d: "M12 6v6l4 2" })
1989
+ ] });
1990
+ function vr() {
1991
+ const c = F((w) => w.navigate), d = xe((w) => w.status) === "connected";
1992
+ return /* @__PURE__ */ f(oe, { children: [
1993
+ /* @__PURE__ */ i("p", { style: { ...Te(32, a.primary, 600), letterSpacing: "-0.02em", lineHeight: 1.3 }, children: "Get your future staking rewards today." }),
1994
+ /* @__PURE__ */ i("p", { style: m(15, a.secondary), children: "The simplest way to access your staking rewards early." }),
1995
+ /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column" }, children: [
1996
+ /* @__PURE__ */ i(ze, { icon: Ar, title: "Instant Liquidity", body: "Get SOL today for future rewards" }),
1997
+ /* @__PURE__ */ i(ze, { icon: kr, title: "Non-Custodial", body: "Your stake stays with your validator" }),
1998
+ /* @__PURE__ */ i(ze, { icon: Sr, title: "Flexible Terms", body: "Get rewards up to 9 months in advance" })
1999
+ ] }),
2000
+ /* @__PURE__ */ i("div", { style: { marginTop: "auto" }, children: /* @__PURE__ */ i(
2001
+ Re,
2002
+ {
2003
+ label: "Get Started",
2004
+ onClick: () => c(d ? "select-position" : "connect-wallet"),
2005
+ purple: !0
2006
+ }
2007
+ ) })
2008
+ ] });
2009
+ }
2010
+ const st = 1e9;
2011
+ function Br() {
2012
+ const c = F((o) => o.navigate), l = F((o) => o.selectStakeAccount), d = se((o) => o.userStakeAccounts), w = Oe((o) => o.validators), g = d.filter(
2013
+ (o) => {
2014
+ var A;
2015
+ return o.state === "active" && !!o.validatorVoteAccount && ((A = w[o.validatorVoteAccount]) == null ? void 0 : A.widget) === !0;
2016
+ }
2017
+ ), x = ae(/* @__PURE__ */ new Set());
2018
+ re(() => {
2019
+ for (const o of d) {
2020
+ if (o.state !== "active" || !o.validatorVoteAccount) continue;
2021
+ const A = ht(o.validatorVoteAccount, w);
2022
+ if (A.ok) continue;
2023
+ const E = `${A.code}:${o.validatorVoteAccount}`;
2024
+ x.current.has(E) || (x.current.add(E), console.warn(
2025
+ `[Pye] ${A.code}: stake ${o.pubkey} on validator ${o.validatorVoteAccount} — ${A.reason}`
2026
+ ));
2027
+ }
2028
+ }, [d, w]);
2029
+ const y = (o, A, E, b, B, O) => {
2030
+ l(o, A / st, E, b, B, O), c("choose-amount");
2056
2031
  };
2057
- return /* @__PURE__ */ f(te, { children: [
2032
+ return /* @__PURE__ */ f(oe, { children: [
2058
2033
  /* @__PURE__ */ i(
2059
- Qe,
2034
+ Ne,
2060
2035
  {
2061
2036
  title: "Select a position",
2062
2037
  subtitle: "We'll sell the future rewards from this position upfront."
2063
2038
  }
2064
2039
  ),
2065
- /* @__PURE__ */ i("div", { style: { flex: 1, overflowY: "auto", minHeight: 0 }, children: /* @__PURE__ */ i(wt, { children: w.map((p) => /* @__PURE__ */ i(
2066
- dr,
2040
+ /* @__PURE__ */ i("div", { style: { flex: 1, overflowY: "auto", minHeight: 0 }, children: /* @__PURE__ */ i(kt, { children: g.map((o) => /* @__PURE__ */ i(
2041
+ hr,
2067
2042
  {
2068
2043
  icon: /* @__PURE__ */ i(
2069
2044
  "img",
2070
2045
  {
2071
- src: p.validatorLogo ?? p.validatorIcon,
2072
- alt: p.validatorName,
2073
- onError: (y) => {
2074
- const a = y.currentTarget;
2075
- a.src !== p.validatorIcon && (a.src = p.validatorIcon);
2046
+ src: o.validatorLogo ?? o.validatorIcon,
2047
+ alt: o.validatorName,
2048
+ onError: (A) => {
2049
+ const E = A.currentTarget;
2050
+ E.src !== o.validatorIcon && (E.src = o.validatorIcon);
2076
2051
  },
2077
2052
  style: {
2078
2053
  width: 36,
@@ -2085,15 +2060,15 @@ function Ar() {
2085
2060
  }
2086
2061
  ),
2087
2062
  label: "Staked SOL",
2088
- sub: p.validatorName || `${p.pubkey.slice(0, 8)}...`,
2089
- amount: (p.lamports / at).toFixed(4),
2090
- onClick: () => m(p.pubkey, p.lamports, p.validatorName, p.validatorIcon, p.validatorVoteAccount, p.validatorAltPubkey)
2063
+ sub: o.validatorName || `${o.pubkey.slice(0, 8)}...`,
2064
+ amount: (o.lamports / st).toFixed(4),
2065
+ onClick: () => y(o.pubkey, o.lamports, o.validatorName, o.validatorIcon, o.validatorVoteAccount, o.validatorAltPubkey)
2091
2066
  },
2092
- p.pubkey
2067
+ o.pubkey
2093
2068
  )) }) })
2094
2069
  ] });
2095
2070
  }
2096
- const kr = `
2071
+ const Er = `
2097
2072
  .pye-amount-slider {
2098
2073
  -webkit-appearance: none;
2099
2074
  appearance: none;
@@ -2141,38 +2116,38 @@ const kr = `
2141
2116
  cursor: pointer;
2142
2117
  }
2143
2118
  `;
2144
- function Sr() {
2145
- const c = C((F) => F.navigate), l = C((F) => F.depositAmount), u = C((F) => F.setDepositAmount), w = C((F) => F.selectedStakeAccountBalance), m = C((F) => F.selectedStakeAccountPubkey), p = C((F) => F.selectedValidatorName), y = w, a = parseFloat(l) || 0, v = [0.25, 0.5, 0.75, 1], b = ge(null);
2146
- ae(() => () => {
2147
- b.current != null && cancelAnimationFrame(b.current);
2119
+ function Ir() {
2120
+ const c = F((M) => M.navigate), l = F((M) => M.depositAmount), d = F((M) => M.setDepositAmount), w = F((M) => M.selectedStakeAccountBalance), g = F((M) => M.selectedStakeAccountPubkey), x = F((M) => M.selectedValidatorName), y = w, o = parseFloat(l) || 0, A = [0.25, 0.5, 0.75, 1], E = ae(null);
2121
+ re(() => () => {
2122
+ E.current != null && cancelAnimationFrame(E.current);
2148
2123
  }, []);
2149
- const x = (F) => (Math.floor(F * 1e4) / 1e4).toFixed(4), B = (F) => {
2150
- var z;
2151
- b.current != null && cancelAnimationFrame(b.current);
2152
- const j = a;
2153
- if (Math.abs(F - j) < 1e-9) return;
2154
- if ((z = window.matchMedia) == null ? void 0 : z.call(window, "(prefers-reduced-motion: reduce)").matches) {
2155
- u(x(F));
2124
+ const b = (M) => (Math.floor(M * 1e4) / 1e4).toFixed(4), B = (M) => {
2125
+ var le;
2126
+ E.current != null && cancelAnimationFrame(E.current);
2127
+ const Q = o;
2128
+ if (Math.abs(M - Q) < 1e-9) return;
2129
+ if ((le = window.matchMedia) == null ? void 0 : le.call(window, "(prefers-reduced-motion: reduce)").matches) {
2130
+ d(b(M));
2156
2131
  return;
2157
2132
  }
2158
- const K = 500, ce = performance.now(), Se = (de) => 1 - Math.pow(1 - de, 3);
2159
- let re = "";
2160
- const ne = (de) => {
2161
- const ue = Math.min(1, (de - ce) / K), $ = j + (F - j) * Se(ue), we = x($);
2162
- we !== re && (re = we, u(we)), ue < 1 ? b.current = requestAnimationFrame(ne) : b.current = null;
2133
+ const z = 500, W = performance.now(), K = (ie) => 1 - Math.pow(1 - ie, 3);
2134
+ let Ae = "";
2135
+ const ke = (ie) => {
2136
+ const _ = Math.min(1, (ie - W) / z), we = Q + (M - Q) * K(_), X = b(we);
2137
+ X !== Ae && (Ae = X, d(X)), _ < 1 ? E.current = requestAnimationFrame(ke) : E.current = null;
2163
2138
  };
2164
- b.current = requestAnimationFrame(ne);
2165
- }, L = m === "liquid-sol", S = 0.01;
2166
- let I = null, R = null;
2167
- l && a <= 0 && (I = "Amount must be greater than 0"), l && a > y && (I = `Maximum available is ${y} SOL`), !I && L && a > 0 && a >= y - S && (R = "This leaves very little SOL for transaction fees");
2168
- const g = !!l && !I && a > 0, k = y > 0 ? y : 1, M = Math.min(a, k), P = y > 0 ? Math.min(100, M / y * 100) : 0, N = Math.max(1e-4, y / 1e3), T = X(y), q = p ? `${p} balance detected: ${T} SOL.` : `Balance detected: ${T} SOL.`;
2169
- return /* @__PURE__ */ f(te, { children: [
2170
- /* @__PURE__ */ i("style", { children: kr }),
2171
- /* @__PURE__ */ i(Qe, { title: "How much of your stake do you want to sell rewards for?", subtitle: q }),
2139
+ E.current = requestAnimationFrame(ke);
2140
+ }, O = g === "liquid-sol", k = 0.01;
2141
+ let v = null, D = null;
2142
+ l && o <= 0 && (v = "Amount must be greater than 0"), l && o > y && (v = `Maximum available is ${y} SOL`), !v && O && o > 0 && o >= y - k && (D = "This leaves very little SOL for transaction fees");
2143
+ const L = !!l && !v && o > 0, p = y > 0 ? y : 1, I = Math.min(o, p), T = y > 0 ? Math.min(100, I / y * 100) : 0, C = Math.max(1e-4, y / 1e3), R = ne(y), Y = x ? `${x} balance detected: ${R} SOL.` : `Balance detected: ${R} SOL.`;
2144
+ return /* @__PURE__ */ f(oe, { children: [
2145
+ /* @__PURE__ */ i("style", { children: Er }),
2146
+ /* @__PURE__ */ i(Ne, { title: "How much of your stake do you want to sell rewards for?", subtitle: Y }),
2172
2147
  /* @__PURE__ */ f("div", { style: {
2173
- background: o.raised,
2174
- borderTop: `1px solid ${o.highlight}`,
2175
- boxShadow: `inset 0 -1px 0 ${o.shadow}`,
2148
+ background: a.raised,
2149
+ borderTop: `1px solid ${a.highlight}`,
2150
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`,
2176
2151
  borderRadius: 8,
2177
2152
  padding: 16,
2178
2153
  marginTop: 8,
@@ -2184,18 +2159,18 @@ function Sr() {
2184
2159
  display: "flex",
2185
2160
  alignItems: "center",
2186
2161
  justifyContent: "space-between",
2187
- background: o.bg,
2162
+ background: a.bg,
2188
2163
  borderRadius: 8,
2189
2164
  padding: "8px 16px",
2190
- borderTop: `1px solid ${I ? o.red : o.shadow}`,
2191
- boxShadow: I ? `inset 0 -1px 0 ${o.highlight}, 0 0 0 1px ${o.red}` : `inset 0 -1px 0 ${o.highlight}`
2165
+ borderTop: `1px solid ${v ? a.red : a.shadow}`,
2166
+ boxShadow: v ? `inset 0 -1px 0 ${a.highlight}, 0 0 0 1px ${a.red}` : `inset 0 -1px 0 ${a.highlight}`
2192
2167
  }, children: [
2193
2168
  /* @__PURE__ */ i(
2194
2169
  "input",
2195
2170
  {
2196
2171
  type: "number",
2197
2172
  value: l,
2198
- onChange: (F) => u(F.target.value),
2173
+ onChange: (M) => d(M.target.value),
2199
2174
  min: 1e-4,
2200
2175
  max: y,
2201
2176
  placeholder: "0",
@@ -2203,13 +2178,13 @@ function Sr() {
2203
2178
  background: "none",
2204
2179
  border: "none",
2205
2180
  outline: "none",
2206
- ...A(24, o.green, 500),
2181
+ ...m(24, a.green, 500),
2207
2182
  width: "100%",
2208
2183
  fontVariantNumeric: "tabular-nums"
2209
2184
  }
2210
2185
  }
2211
2186
  ),
2212
- /* @__PURE__ */ i("span", { style: A(15, o.secondary), children: "SOL" })
2187
+ /* @__PURE__ */ i("span", { style: m(15, a.secondary), children: "SOL" })
2213
2188
  ] }),
2214
2189
  /* @__PURE__ */ i(
2215
2190
  "input",
@@ -2217,63 +2192,63 @@ function Sr() {
2217
2192
  type: "range",
2218
2193
  className: "pye-amount-slider",
2219
2194
  min: 0,
2220
- max: k,
2221
- step: N,
2222
- value: M,
2223
- onChange: (F) => {
2224
- const j = x(parseFloat(F.target.value));
2225
- j !== l && u(j);
2195
+ max: p,
2196
+ step: C,
2197
+ value: I,
2198
+ onChange: (M) => {
2199
+ const Q = b(parseFloat(M.target.value));
2200
+ Q !== l && d(Q);
2226
2201
  },
2227
- style: { "--pye-slider-pct": `${P}%` }
2202
+ style: { "--pye-slider-pct": `${T}%` }
2228
2203
  }
2229
2204
  ),
2230
- /* @__PURE__ */ i("div", { style: { display: "flex", gap: 8 }, children: v.map((F) => /* @__PURE__ */ f(
2205
+ /* @__PURE__ */ i("div", { style: { display: "flex", gap: 8 }, children: A.map((M) => /* @__PURE__ */ f(
2231
2206
  "button",
2232
2207
  {
2233
2208
  type: "button",
2234
2209
  className: "pye-pill",
2235
2210
  onClick: () => {
2236
- const j = F === 1 ? L ? Math.max(0, y - S) : y : y * F;
2237
- B(j);
2211
+ const Q = M === 1 ? O ? Math.max(0, y - k) : y : y * M;
2212
+ B(Q);
2238
2213
  },
2239
2214
  style: {
2240
2215
  flex: 1,
2241
2216
  borderRadius: 8,
2242
2217
  border: "none",
2243
- borderTop: `1px solid ${o.highlight}`,
2218
+ borderTop: `1px solid ${a.highlight}`,
2244
2219
  cursor: "pointer",
2245
- background: o.surface,
2246
- ...A(14, o.secondary),
2247
- boxShadow: `inset 0 -1px 0 ${o.shadow}`,
2220
+ background: a.surface,
2221
+ ...m(14, a.secondary),
2222
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`,
2248
2223
  padding: "8px 4px",
2249
2224
  transition: "background 0.1s"
2250
2225
  },
2251
2226
  children: [
2252
- F * 100,
2227
+ M * 100,
2253
2228
  "%"
2254
2229
  ]
2255
2230
  },
2256
- F
2231
+ M
2257
2232
  )) })
2258
2233
  ] }),
2259
- /* @__PURE__ */ i(ur, { message: I ?? "" }),
2260
- !I && R && /* @__PURE__ */ i("p", { style: { ...A(14, o.red), marginTop: 4 }, children: R }),
2261
- /* @__PURE__ */ i(xe, {}),
2234
+ /* @__PURE__ */ i(fr, { message: v ?? "" }),
2235
+ !v && D && /* @__PURE__ */ i("p", { style: { ...m(14, a.red), marginTop: 4 }, children: D }),
2236
+ /* @__PURE__ */ i(Ce, {}),
2262
2237
  /* @__PURE__ */ i(
2263
- Fe,
2238
+ Re,
2264
2239
  {
2265
2240
  label: "Continue",
2266
2241
  onClick: () => c("choose-duration"),
2267
- disabled: !g,
2242
+ disabled: !L,
2268
2243
  purple: !0
2269
2244
  }
2270
2245
  )
2271
2246
  ] });
2272
2247
  }
2273
- const vr = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
2274
- function ye({ value: c, style: l, duration: u = 1200, stagger: w = 80 }) {
2275
- var a;
2276
- const m = typeof window < "u" && ((a = window.matchMedia) == null ? void 0 : a.call(window, "(prefers-reduced-motion: reduce)").matches), p = [...c];
2248
+ const Cr = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
2249
+ function me({ value: c, style: l, duration: d = 1200, stagger: w = 80 }) {
2250
+ var o;
2251
+ const g = typeof window < "u" && ((o = window.matchMedia) == null ? void 0 : o.call(window, "(prefers-reduced-motion: reduce)").matches), x = [...c];
2277
2252
  let y = 0;
2278
2253
  return /* @__PURE__ */ i(
2279
2254
  "span",
@@ -2285,27 +2260,27 @@ function ye({ value: c, style: l, duration: u = 1200, stagger: w = 80 }) {
2285
2260
  whiteSpace: "pre",
2286
2261
  ...l
2287
2262
  },
2288
- children: p.map((v, b) => {
2289
- if (!/\d/.test(v))
2290
- return /* @__PURE__ */ i("span", { children: v }, b);
2291
- const x = m ? 0 : y * w;
2263
+ children: x.map((A, E) => {
2264
+ if (!/\d/.test(A))
2265
+ return /* @__PURE__ */ i("span", { children: A }, E);
2266
+ const b = g ? 0 : y * w;
2292
2267
  return y++, /* @__PURE__ */ i(
2293
- Br,
2268
+ Rr,
2294
2269
  {
2295
- digit: Number(v),
2296
- delay: x,
2297
- duration: m ? 0 : u
2270
+ digit: Number(A),
2271
+ delay: b,
2272
+ duration: g ? 0 : d
2298
2273
  },
2299
- b
2274
+ E
2300
2275
  );
2301
2276
  })
2302
2277
  }
2303
2278
  );
2304
2279
  }
2305
- function Br({ digit: c, delay: l, duration: u }) {
2306
- const [w, m] = We(0), p = ge(null);
2307
- return ae(() => (p.current = requestAnimationFrame(() => m(c)), () => {
2308
- p.current != null && cancelAnimationFrame(p.current);
2280
+ function Rr({ digit: c, delay: l, duration: d }) {
2281
+ const [w, g] = We(0), x = ae(null);
2282
+ return re(() => (x.current = requestAnimationFrame(() => g(c)), () => {
2283
+ x.current != null && cancelAnimationFrame(x.current);
2309
2284
  }), [c]), /* @__PURE__ */ i(
2310
2285
  "span",
2311
2286
  {
@@ -2324,71 +2299,129 @@ function Br({ digit: c, delay: l, duration: u }) {
2324
2299
  display: "flex",
2325
2300
  flexDirection: "column",
2326
2301
  transform: `translateY(-${w}em)`,
2327
- transition: u === 0 ? "none" : `transform ${u}ms cubic-bezier(0.2, 0.9, 0.2, 1) ${l}ms`,
2302
+ transition: d === 0 ? "none" : `transform ${d}ms cubic-bezier(0.2, 0.9, 0.2, 1) ${l}ms`,
2328
2303
  willChange: "transform"
2329
2304
  },
2330
- children: vr.map((y) => /* @__PURE__ */ i("span", { style: { height: "1em", lineHeight: 1 }, children: y }, y))
2305
+ children: Cr.map((y) => /* @__PURE__ */ i("span", { style: { height: "1em", lineHeight: 1 }, children: y }, y))
2331
2306
  }
2332
2307
  )
2333
2308
  }
2334
2309
  );
2335
2310
  }
2336
- const Er = {
2311
+ const ct = {
2312
+ [ge.VALIDATOR_NOT_CONFIGURED]: "Validator not supported",
2313
+ [ge.VALIDATOR_WIDGET_DISABLED]: "Validator not enabled",
2314
+ [ge.VALIDATOR_ALT_MISSING]: "Setup pending",
2315
+ [ge.BOND_MISSING]: "Not available",
2316
+ [ge.BOND_NOT_STANDARD]: "Setup pending",
2317
+ [ge.MARKET_MISSING]: "Market not open",
2318
+ [ge.LIQUIDITY_INSUFFICIENT]: "Insufficient liquidity"
2319
+ }, Fr = {
2337
2320
  q22026: { label: "30 Jun 2026", pts: null },
2338
2321
  q32026: { label: "30 Sep 2026", pts: "2x points" },
2339
2322
  q42026: { label: "31 Dec 2026", pts: "3x points" },
2340
2323
  q12026: { label: "31 Mar 2026", pts: null }
2341
- }, Ir = ["q12026", "q22026", "q32026", "q42026"], Cr = 2880 * 60;
2342
- function Rr() {
2324
+ }, Lr = ["q12026", "q22026", "q32026", "q42026"], Mr = 2880 * 60;
2325
+ function Dr() {
2343
2326
  const c = Date.now() / 1e3;
2344
- return Ir.filter((l) => Number(se[l].maturity_timestamp) - c > Cr);
2327
+ return Lr.filter((l) => Number(Ee[l].maturity_timestamp) - c > Mr);
2345
2328
  }
2346
- function Fr() {
2347
- const { connection: c } = Ze(), l = C((g) => g.navigate), u = C((g) => g.selectedMaturityId), w = C((g) => g.setSelectedMaturity), m = C((g) => g.depositAmount), p = C((g) => g.selectedValidatorVoteAccount), y = $e((g) => g.markets), [a, v] = We(null);
2348
- ae(() => {
2349
- Ke(c).then(v).catch(() => {
2350
- v(Date.now() / 1e3);
2329
+ function Tr() {
2330
+ const { connection: c } = $e(), l = F((p) => p.navigate), d = F((p) => p.selectedMaturityId), w = F((p) => p.setSelectedMaturity), g = F((p) => p.depositAmount), x = F((p) => p.selectedValidatorVoteAccount), y = bt((p) => p.markets), o = Oe((p) => p.validators), A = je((p) => p.bonds), [E, b] = We(null);
2331
+ re(() => {
2332
+ Ze(c).then(b).catch(() => {
2333
+ b(Date.now() / 1e3);
2351
2334
  });
2352
2335
  }, [c]);
2353
- const b = le(() => Rr(), []), x = le(() => {
2354
- if (!p) return null;
2355
- for (const g of b) {
2356
- const k = pt(p, g);
2357
- if (k) return k.validatorId;
2358
- }
2359
- return null;
2360
- }, [p, b]);
2361
- ae(() => {
2362
- !u && b.length > 0 && w(b[0]);
2363
- }, [u, w, b]);
2364
- const B = parseFloat(m) || 0, L = a ?? Date.now() / 1e3, S = b.map((g) => {
2365
- var ce;
2366
- const k = Er[g] ?? {
2367
- label: ((ce = se[g]) == null ? void 0 : ce.human_readable) ?? g,
2336
+ const B = Pe(() => {
2337
+ const p = Dr();
2338
+ return x ? p.filter(
2339
+ (I) => !!y[`${x}-${I}-RT`]
2340
+ ) : [];
2341
+ }, [x, y]);
2342
+ re(() => {
2343
+ if (B.length === 0) {
2344
+ d && w(null);
2345
+ return;
2346
+ }
2347
+ (!d || !B.includes(d)) && w(B[0]);
2348
+ }, [d, w, B]);
2349
+ const O = parseFloat(g) || 0, k = E ?? Date.now() / 1e3, v = B.map((p) => {
2350
+ var Q, Z;
2351
+ const I = Fr[p] ?? {
2352
+ label: ((Q = Ee[p]) == null ? void 0 : Q.human_readable) ?? p,
2368
2353
  pts: null
2369
- }, M = x ? `${x}-${g}-RT` : Object.keys(y).find((Se) => Se.endsWith(`-${g}-RT`)), P = M ? y[M] ?? null : null, N = (P == null ? void 0 : P.bestBidPrice) ?? null, T = se[g], q = ze({
2370
- amountSol: B,
2371
- maturity: T,
2372
- nowTs: L
2373
- }), F = Number(T.maturity_timestamp), j = Math.max(0, (F - L) / (365.25 * 86400)), Q = N != null ? N * q : B * (xt / 100) * j, K = ht(Q);
2374
- return { matId: g, ...k, bestBid: N, grossYield: Q, netYield: K };
2375
- }), I = (ft / 100).toFixed(2), R = S.find((g) => g.matId === u);
2376
- return /* @__PURE__ */ f(te, { children: [
2354
+ }, T = Ee[p], C = x ? ft({
2355
+ validatorVoteAccount: x,
2356
+ maturityId: p,
2357
+ amountSol: O,
2358
+ nowTs: k,
2359
+ validators: o,
2360
+ bonds: A,
2361
+ markets: y
2362
+ }) : {
2363
+ ok: !1,
2364
+ code: ge.VALIDATOR_NOT_CONFIGURED,
2365
+ reason: "No validator selected."
2366
+ };
2367
+ let R = 0;
2368
+ if (C.ok) {
2369
+ const z = y[`${x}-${p}-RT`], W = Xe({
2370
+ amountSol: O,
2371
+ maturity: T,
2372
+ nowTs: k
2373
+ }), K = (Z = z == null ? void 0 : z.bids) != null && Z.length ? yt(z.bids, W) : null;
2374
+ R = ((K == null ? void 0 : K.expectedFillPrice) ?? 0) * W;
2375
+ }
2376
+ const Y = gt(R), M = Math.max(
2377
+ 0,
2378
+ Math.ceil((Number(T.maturity_timestamp) - k) / 86400)
2379
+ );
2380
+ return { matId: p, ...I, status: C, grossYield: R, netYield: Y, daysToMaturity: M };
2381
+ }), D = ae(/* @__PURE__ */ new Set());
2382
+ re(() => {
2383
+ if (x)
2384
+ for (const p of v) {
2385
+ if (p.status.ok) continue;
2386
+ const I = `${p.status.code}:${x}:${p.matId}`;
2387
+ D.current.has(I) || (D.current.add(I), console.warn(
2388
+ `[Pye] ${p.status.code}: validator ${x}, maturity ${p.matId} — ${p.status.reason}`
2389
+ ));
2390
+ }
2391
+ }, [v, x]);
2392
+ const L = v.find((p) => p.matId === d);
2393
+ return /* @__PURE__ */ f(oe, { children: [
2377
2394
  /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column", gap: 4 }, children: [
2378
2395
  /* @__PURE__ */ f("div", { style: { display: "flex", alignItems: "center", gap: 6 }, children: [
2379
- /* @__PURE__ */ i("p", { style: A(18, o.primary, 500), children: "Choose a staking duration" }),
2380
- /* @__PURE__ */ i(Ae, { position: "below", text: "Lock your stake until the chosen date. All staking rewards for the period are sold to you upfront today. Your full SOL stake is returned at maturity." })
2396
+ /* @__PURE__ */ i("p", { style: m(18, a.primary, 500), children: "Choose a staking duration" }),
2397
+ /* @__PURE__ */ i(be, { position: "below", text: "Lock your stake until the chosen date. All staking rewards for the period are sold to you upfront today. Your full SOL stake is returned at maturity." })
2381
2398
  ] }),
2382
- /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "All rewards for the period are paid to you today. Your stake is returned in full at the end." })
2399
+ /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "All rewards for the period are paid to you today. Your stake is returned in full at the end." })
2383
2400
  ] }),
2384
2401
  /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column", gap: 12 }, children: [
2385
- /* @__PURE__ */ i("div", { style: { display: "flex", flexDirection: "column", gap: 8 }, children: S.map((g) => {
2386
- const k = u === g.matId;
2402
+ v.length === 0 && /* @__PURE__ */ f(
2403
+ "div",
2404
+ {
2405
+ style: {
2406
+ background: a.lowered,
2407
+ borderRadius: 8,
2408
+ padding: 12,
2409
+ borderTop: `1px solid ${a.shadow}`,
2410
+ boxShadow: `inset 0 -1px 0 ${a.highlight}`
2411
+ },
2412
+ children: [
2413
+ /* @__PURE__ */ i("p", { style: m(14, a.primary, 500), children: "No durations available" }),
2414
+ /* @__PURE__ */ i("p", { style: m(13, a.secondary), children: "There aren't any active markets for this validator yet. Check back soon." })
2415
+ ]
2416
+ }
2417
+ ),
2418
+ /* @__PURE__ */ i("div", { style: { display: "flex", flexDirection: "column", gap: 8 }, children: v.map((p) => {
2419
+ const I = d === p.matId, T = p.status.ok ? null : p.status.code, C = T !== null, R = C ? a.muted : I ? a.primary : a.secondary;
2387
2420
  return /* @__PURE__ */ f(
2388
2421
  "div",
2389
2422
  {
2390
- className: k ? "pye-pill pye-pill--selected" : "pye-pill",
2391
- onClick: () => w(g.matId),
2423
+ className: I ? "pye-pill pye-pill--selected" : "pye-pill",
2424
+ onClick: () => w(p.matId),
2392
2425
  style: {
2393
2426
  width: "100%",
2394
2427
  minHeight: 48,
@@ -2398,346 +2431,386 @@ function Fr() {
2398
2431
  padding: "10px 16px",
2399
2432
  borderRadius: 8,
2400
2433
  cursor: "pointer",
2401
- background: k ? o.bg : o.raised,
2402
- borderTop: `1px solid ${k ? o.shadow : o.highlight}`,
2403
- boxShadow: k ? `inset 0 -1px 0 ${o.highlight}` : `inset 0 -1px 0 ${o.shadow}`,
2404
- transition: "background 0.1s"
2434
+ background: I ? a.bg : a.raised,
2435
+ borderTop: `1px solid ${I ? a.shadow : a.highlight}`,
2436
+ boxShadow: I ? `inset 0 -1px 0 ${a.highlight}` : `inset 0 -1px 0 ${a.shadow}`,
2437
+ transition: "background 0.1s",
2438
+ opacity: C ? 0.7 : 1
2405
2439
  },
2406
2440
  children: [
2407
- /* @__PURE__ */ i("span", { style: A(15, k ? o.primary : o.secondary, k ? 500 : 400), children: g.label }),
2408
- ir
2441
+ /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column", gap: 2 }, children: [
2442
+ /* @__PURE__ */ i("span", { style: m(15, R, I ? 500 : 400), children: p.label }),
2443
+ /* @__PURE__ */ f("span", { style: m(12, a.muted), children: [
2444
+ p.daysToMaturity,
2445
+ " ",
2446
+ p.daysToMaturity === 1 ? "day" : "days"
2447
+ ] })
2448
+ ] }),
2449
+ T ? /* @__PURE__ */ i(
2450
+ "span",
2451
+ {
2452
+ style: {
2453
+ ...m(12, a.muted),
2454
+ padding: "2px 8px",
2455
+ borderRadius: 4,
2456
+ background: a.lowered,
2457
+ flexShrink: 0
2458
+ },
2459
+ children: ct[T] ?? "Not available"
2460
+ }
2461
+ ) : /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column", alignItems: "flex-end", gap: 2 }, children: [
2462
+ /* @__PURE__ */ i(
2463
+ "span",
2464
+ {
2465
+ style: {
2466
+ ...m(15, a.green, 500),
2467
+ fontVariantNumeric: "lining-nums tabular-nums"
2468
+ },
2469
+ children: p.netYield < 1e-4 ? "< 0.0001 SOL" : `+${ne(p.netYield, 3)} SOL`
2470
+ }
2471
+ ),
2472
+ lr
2473
+ ] })
2409
2474
  ]
2410
2475
  },
2411
- g.matId
2476
+ p.matId
2412
2477
  );
2413
2478
  }) }),
2414
- R && /* @__PURE__ */ f(
2479
+ L && /* @__PURE__ */ f(
2415
2480
  "div",
2416
2481
  {
2417
2482
  style: {
2418
- background: o.lowered,
2483
+ background: a.lowered,
2419
2484
  borderRadius: 8,
2420
2485
  padding: 12,
2421
- borderTop: `1px solid ${o.shadow}`,
2422
- boxShadow: `inset 0 -1px 0 ${o.highlight}`,
2486
+ borderTop: `1px solid ${a.shadow}`,
2487
+ boxShadow: `inset 0 -1px 0 ${a.highlight}`,
2423
2488
  display: "flex",
2424
2489
  flexDirection: "column",
2425
2490
  gap: 4
2426
2491
  },
2427
2492
  children: [
2428
- /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "You receive today" }),
2429
- /* @__PURE__ */ i("div", { style: { display: "flex", alignItems: "baseline", gap: 8 }, children: R.netYield < 1e-4 ? /* @__PURE__ */ i(
2493
+ /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "You receive today" }),
2494
+ L.status.ok ? /* @__PURE__ */ i("div", { style: { display: "flex", alignItems: "baseline", gap: 8 }, children: L.netYield < 1e-4 ? /* @__PURE__ */ i(
2430
2495
  "p",
2431
2496
  {
2432
2497
  style: {
2433
- ...ke(32, o.green),
2498
+ ...Te(32, a.green),
2434
2499
  lineHeight: 1.2,
2435
2500
  fontVariantNumeric: "lining-nums tabular-nums"
2436
2501
  },
2437
2502
  children: "< 0.0001 SOL"
2438
2503
  }
2439
2504
  ) : /* @__PURE__ */ i(
2440
- ye,
2505
+ me,
2441
2506
  {
2442
- value: `+${X(R.netYield, 3)} SOL`,
2443
- style: { ...ke(32, o.green), lineHeight: 1.2 }
2507
+ value: `+${ne(L.netYield, 3)} SOL`,
2508
+ style: { ...Te(32, a.green), lineHeight: 1.2 }
2444
2509
  }
2445
- ) }),
2446
- /* @__PURE__ */ f("p", { style: A(12, o.muted), children: [
2447
- "Quote includes a ",
2448
- I,
2449
- "% Pye protocol fee."
2510
+ ) }) : /* @__PURE__ */ f(oe, { children: [
2511
+ /* @__PURE__ */ i("p", { style: { ...Te(22, a.muted), lineHeight: 1.2 }, children: ct[L.status.code] ?? "Not available" }),
2512
+ /* @__PURE__ */ i("p", { style: m(12, a.muted), children: L.status.reason }),
2513
+ /* @__PURE__ */ i("p", { style: { ...m(10, a.muted), letterSpacing: "0.02em", marginTop: 4 }, children: L.status.code })
2450
2514
  ] })
2451
2515
  ]
2452
2516
  }
2453
2517
  )
2454
2518
  ] }),
2455
- /* @__PURE__ */ i(xe, {}),
2456
2519
  /* @__PURE__ */ i(
2457
- Fe,
2520
+ Re,
2458
2521
  {
2459
2522
  label: "Review",
2460
2523
  onClick: () => l("review-quote"),
2461
- disabled: !u,
2524
+ disabled: !d || !(L != null && L.status.ok),
2462
2525
  purple: !0
2463
2526
  }
2464
2527
  )
2465
2528
  ] });
2466
2529
  }
2467
- function Lr({
2530
+ function Pr({
2468
2531
  value: c,
2469
2532
  onChange: l
2470
2533
  }) {
2471
- const u = ge(null), w = 0, m = 5, p = (c - w) / (m - w) * 100, y = (x) => {
2472
- const B = u.current.getBoundingClientRect(), L = Math.max(0, Math.min(x - B.left, B.width)), S = w + L / B.width * (m - w);
2473
- return Math.round(S * 100) / 100;
2474
- }, a = (x) => {
2475
- x.preventDefault(), u.current.setPointerCapture(x.pointerId), l(y(x.clientX));
2476
- }, v = (x) => {
2477
- x.buttons !== 0 && l(y(x.clientX));
2478
- }, b = c > 3 ? "#D93B3B" : "#0d9c5e";
2534
+ const d = ae(null), w = 0, g = 5, x = (c - w) / (g - w) * 100, y = (b) => {
2535
+ const B = d.current.getBoundingClientRect(), O = Math.max(0, Math.min(b - B.left, B.width)), k = w + O / B.width * (g - w);
2536
+ return Math.round(k * 100) / 100;
2537
+ }, o = (b) => {
2538
+ b.preventDefault(), d.current.setPointerCapture(b.pointerId), l(y(b.clientX));
2539
+ }, A = (b) => {
2540
+ b.buttons !== 0 && l(y(b.clientX));
2541
+ }, E = c > 3 ? "#D93B3B" : "#0d9c5e";
2479
2542
  return /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column", gap: 4 }, children: [
2480
2543
  /* @__PURE__ */ f(
2481
2544
  "div",
2482
2545
  {
2483
- ref: u,
2484
- onPointerDown: a,
2485
- onPointerMove: v,
2546
+ ref: d,
2547
+ onPointerDown: o,
2548
+ onPointerMove: A,
2486
2549
  style: { position: "relative", height: 12, display: "flex", alignItems: "center", cursor: "pointer", userSelect: "none" },
2487
2550
  children: [
2488
2551
  /* @__PURE__ */ i("div", { style: {
2489
2552
  position: "absolute",
2490
2553
  left: 0,
2491
- width: `${p}%`,
2554
+ width: `${x}%`,
2492
2555
  height: 8,
2493
- background: b,
2494
- borderRadius: p > 98 ? "999px" : "999px 0 0 999px",
2556
+ background: E,
2557
+ borderRadius: x > 98 ? "999px" : "999px 0 0 999px",
2495
2558
  borderTop: "1px solid rgba(255,255,255,0.3)",
2496
2559
  boxShadow: "inset 0 -1px 0 rgba(0,0,0,0.2)",
2497
- minWidth: p > 0 ? 4 : 0
2560
+ minWidth: x > 0 ? 4 : 0
2498
2561
  } }),
2499
2562
  /* @__PURE__ */ i("div", { style: {
2500
2563
  position: "absolute",
2501
- left: `${p}%`,
2564
+ left: `${x}%`,
2502
2565
  right: 0,
2503
2566
  height: 8,
2504
- background: o.bg,
2505
- borderRadius: p < 2 ? "999px" : "0 999px 999px 0",
2506
- borderTop: `1px solid ${o.shadow}`,
2507
- boxShadow: `inset 0 -1px 0 ${o.highlight}`
2567
+ background: a.bg,
2568
+ borderRadius: x < 2 ? "999px" : "0 999px 999px 0",
2569
+ borderTop: `1px solid ${a.shadow}`,
2570
+ boxShadow: `inset 0 -1px 0 ${a.highlight}`
2508
2571
  } }),
2509
2572
  /* @__PURE__ */ i("div", { style: {
2510
2573
  position: "absolute",
2511
- left: `calc(${p}% - 8px)`,
2574
+ left: `calc(${x}% - 8px)`,
2512
2575
  width: 16,
2513
2576
  height: 16,
2514
2577
  borderRadius: "50%",
2515
2578
  background: "#fdfcfc",
2516
- borderTop: `1px solid ${o.highlight}`,
2517
- boxShadow: `inset 0 -1px 0 ${o.shadow}`,
2579
+ borderTop: `1px solid ${a.highlight}`,
2580
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`,
2518
2581
  zIndex: 1,
2519
2582
  flexShrink: 0
2520
2583
  } })
2521
2584
  ]
2522
2585
  }
2523
2586
  ),
2524
- /* @__PURE__ */ i("div", { style: { display: "flex", justifyContent: "space-between" }, children: ["0%", "1%", "2%", "3%", "4%", "5%"].map((x) => /* @__PURE__ */ i("span", { style: {
2525
- ...A(14, o.secondary),
2587
+ /* @__PURE__ */ i("div", { style: { display: "flex", justifyContent: "space-between" }, children: ["0%", "1%", "2%", "3%", "4%", "5%"].map((b) => /* @__PURE__ */ i("span", { style: {
2588
+ ...m(14, a.secondary),
2526
2589
  textTransform: "uppercase",
2527
2590
  letterSpacing: "0.04em",
2528
2591
  width: 24,
2529
- textAlign: x === "0%" ? "left" : x === "5%" ? "right" : "center"
2530
- }, children: x }, x)) })
2592
+ textAlign: b === "0%" ? "left" : b === "5%" ? "right" : "center"
2593
+ }, children: b }, b)) })
2531
2594
  ] });
2532
2595
  }
2533
- function Mr(c) {
2534
- var a;
2535
- const l = c.split("-");
2536
- if (l.length < 3) return null;
2537
- l.pop();
2538
- const u = l.pop(), w = l.join("-"), p = (a = Ut()[w]) == null ? void 0 : a[u];
2539
- if (!p) return null;
2540
- const y = Xe[w];
2541
- return {
2542
- validatorId: w,
2543
- maturityId: u,
2544
- bondPubkey: p.pubkey,
2545
- principalTokenMint: p.pt_address,
2546
- yieldTokenMint: p.rt_address,
2547
- voteAccount: (y == null ? void 0 : y.vote_account) ?? ""
2548
- };
2549
- }
2550
- function Dr() {
2551
- var Ue, Ee;
2552
- const { connection: c } = Ze(), l = Ye(), [u, w] = We(null);
2553
- ae(() => {
2554
- Ke(c).then(w).catch(() => {
2596
+ function Or() {
2597
+ var Ye, Se;
2598
+ const { connection: c } = $e(), l = Ve(), [d, w] = We(null);
2599
+ re(() => {
2600
+ Ze(c).then(w).catch(() => {
2555
2601
  w(Date.now() / 1e3);
2556
2602
  });
2557
2603
  }, [c]);
2558
- const m = C((E) => E.navigate), p = C((E) => E.txStatus), y = C((E) => E.txStep), a = C((E) => E.txError), v = C((E) => E.setTxStatus), b = C((E) => E.setTxStep), x = C((E) => E.setSellAmountSol), B = C((E) => E.advancedOpen), L = C((E) => E.setAdvancedOpen), S = C((E) => E.slippageBps), I = C((E) => E.setSlippageBps), R = C((E) => E.depositAmount), g = C((E) => E.selectedMaturityId), k = C((E) => E.selectedStakeAccountPubkey), M = C((E) => E.selectedStakeAccountBalance), P = C((E) => E.selectedValidatorAltPubkey), N = $e((E) => E.markets), T = ee((E) => E.userStakeAccounts), q = ee((E) => E.setWalletBalances), F = ee((E) => E.setUserStakeAccounts), j = me((E) => E.setBalanceLamports), Q = parseFloat(R) || 0, K = g ? se[g] : null, ce = (K == null ? void 0 : K.human_readable) ?? "Sep 30, 2026";
2604
+ const g = F((S) => S.navigate), x = F((S) => S.txStatus), y = F((S) => S.txStep), o = F((S) => S.txError), A = F((S) => S.setTxStatus), E = F((S) => S.setTxStep), b = F((S) => S.setSellAmountSol), B = F((S) => S.advancedOpen), O = F((S) => S.setAdvancedOpen), k = F((S) => S.slippageBps), v = F((S) => S.setSlippageBps), D = F((S) => S.depositAmount), L = F((S) => S.selectedMaturityId), p = F((S) => S.selectedStakeAccountPubkey), I = F((S) => S.selectedStakeAccountBalance), T = F((S) => S.selectedValidatorAltPubkey), C = bt((S) => S.markets), R = je((S) => S.bonds), Y = Oe((S) => S.validators), M = se((S) => S.userStakeAccounts), Q = se((S) => S.setWalletBalances), Z = se((S) => S.setUserStakeAccounts), z = xe((S) => S.setBalanceLamports), W = parseFloat(D) || 0, K = L ? Ee[L] : null, Ae = (K == null ? void 0 : K.human_readable) ?? "Sep 30, 2026";
2559
2605
  K && { JUN: "Q3", SEP: "Q4", DEC: "Q1", MAR: "Q2" }[K.month];
2560
- const re = k !== "liquid-sol" ? T.find((E) => E.pubkey === k) : null, ne = re == null ? void 0 : re.validatorVoteAccount, z = ne && g ? pt(ne, g) : null, de = z == null ? void 0 : z.validatorId, ue = g ? de ? `${de}-${g}-RT` : Object.keys(N).find((E) => E.endsWith(`-${g}-RT`)) : null, $ = ue ? N[ue] ?? null : null, we = u ?? Date.now() / 1e3, ve = K ? ze({
2561
- amountSol: Q,
2606
+ const le = p !== "liquid-sol" ? M.find((S) => S.pubkey === p) : null, ie = le == null ? void 0 : le.validatorVoteAccount, _ = ie && L ? R[`${ie}:${L}`] ?? null : null, we = L ? _ && ie ? `${ie}-${L}-RT` : Object.keys(C).find((S) => S.endsWith(`-${L}-RT`)) : null, X = we ? C[we] ?? null : null, Ge = d ?? Date.now() / 1e3, j = K ? Xe({
2607
+ amountSol: W,
2562
2608
  maturity: K,
2563
- nowTs: we
2564
- }) : 0, O = (Ue = $ == null ? void 0 : $.bids) != null && Ue.length ? Tt($.bids, ve) : null, G = (O == null ? void 0 : O.isSufficientLiquidity) ?? !1, Le = (O == null ? void 0 : O.slippageBps) ?? 0, ie = (O == null ? void 0 : O.expectedFillPrice) != null ? O.expectedFillPrice * ve : ve * (xt / 100), oe = ht(ie), Oe = ie - oe, Me = (ft / 100).toFixed(2), _ = S / 100, Be = p === "loading", Ne = k === "liquid-sol" || k !== null && T.some((E) => E.pubkey === k), je = !!k && !!g && !Be && G && Ne, De = z ? null : ue ?? (g ? Object.keys(N).find((E) => E.endsWith(`-${g}-PT`)) : null), pe = De ? Mr(De) : null, J = z ? {
2565
- validatorId: z.validatorId,
2566
- maturityId: g,
2567
- bondPubkey: z.pubkey,
2568
- principalTokenMint: z.pt_address,
2569
- yieldTokenMint: z.rt_address,
2570
- voteAccount: ne
2571
- } : pe, Ve = dt(async () => {
2572
- if (!k || !g) return;
2573
- if (!J) throw new Error("Could not resolve bond data for this market");
2574
- if (!$) throw new Error("No RT market found for this maturity");
2609
+ nowTs: Ge
2610
+ }) : 0, U = (Ye = X == null ? void 0 : X.bids) != null && Ye.length ? yt(X.bids, j) : null, Fe = (U == null ? void 0 : U.isSufficientLiquidity) ?? !1, Le = (U == null ? void 0 : U.slippageBps) ?? 0, ce = (U == null ? void 0 : U.expectedFillPrice) != null ? U.expectedFillPrice * j : 0, de = gt(ce), Ue = ce - de, ue = (Nt / 100).toFixed(2), he = k / 100, Me = x === "loading", Je = p === "liquid-sol" || p !== null && M.some((S) => S.pubkey === p), He = !!p && !!L && !Me && Fe && Je, fe = (() => {
2611
+ if (_) return null;
2612
+ const S = we ?? (L ? Object.keys(C).find((te) => te.endsWith(`-${L}-PT`)) : null);
2613
+ if (!S) return null;
2614
+ const ee = S.split("-");
2615
+ ee.pop();
2616
+ const pe = ee.pop(), $ = ee.join("-"), N = R[`${$}:${pe}`];
2617
+ return N ? {
2618
+ bondPubkey: N.pubkey,
2619
+ principalTokenMint: N.pt_mint,
2620
+ yieldTokenMint: N.rt_mint,
2621
+ voteAccount: $
2622
+ } : null;
2623
+ })(), q = _ ? {
2624
+ bondPubkey: _.pubkey,
2625
+ principalTokenMint: _.pt_mint,
2626
+ yieldTokenMint: _.rt_mint,
2627
+ voteAccount: ie
2628
+ } : fe, Ke = pt(async () => {
2629
+ if (!p || !L) return;
2630
+ if (!q) throw new Error("Could not resolve bond data for this market");
2631
+ if (!X) throw new Error("No RT market found for this maturity");
2575
2632
  if (!K) throw new Error("No maturity selected");
2576
- v("loading"), b("depositing");
2577
- const E = Math.max(ie * (1 - _ / 100), 0), be = await Ke(c).catch(
2633
+ const S = ft({
2634
+ validatorVoteAccount: q.voteAccount,
2635
+ maturityId: L,
2636
+ amountSol: W,
2637
+ nowTs: d ?? Date.now() / 1e3,
2638
+ validators: Y,
2639
+ bonds: R,
2640
+ markets: C
2641
+ });
2642
+ if (!S.ok)
2643
+ throw console.error(
2644
+ `[Pye] ${S.code}: validator ${q.voteAccount}, maturity ${L} — ${S.reason}`
2645
+ ), new Error(`${S.reason} (${S.code})`);
2646
+ A("loading"), E("depositing");
2647
+ const ee = Math.max(ce * (1 - he / 100), 0), pe = await Ze(c).catch(
2578
2648
  () => Date.now() / 1e3
2579
- ), he = ze({
2580
- amountSol: Q,
2649
+ ), $ = Xe({
2650
+ amountSol: W,
2581
2651
  maturity: K,
2582
- nowTs: be
2652
+ nowTs: pe
2583
2653
  });
2584
2654
  try {
2585
- if (k === "liquid-sol") {
2586
- await Pt({
2655
+ if (p === "liquid-sol") {
2656
+ await Ut({
2587
2657
  connection: c,
2588
2658
  wallet: l,
2589
- bondPubkey: J.bondPubkey,
2590
- principalTokenMint: J.principalTokenMint,
2591
- yieldTokenMint: J.yieldTokenMint,
2592
- validatorVoteAccount: J.voteAccount,
2593
- amountSol: Q
2594
- }), b("selling");
2595
- const V = await Ot({
2659
+ bondPubkey: q.bondPubkey,
2660
+ principalTokenMint: q.principalTokenMint,
2661
+ yieldTokenMint: q.yieldTokenMint,
2662
+ validatorVoteAccount: q.voteAccount,
2663
+ amountSol: W
2664
+ }), E("selling");
2665
+ const N = await Ht({
2596
2666
  connection: c,
2597
2667
  wallet: l,
2598
- marketPubkey: $.marketPubkey,
2599
- rtMint: J.yieldTokenMint,
2600
- orderSizeTokens: he,
2601
- minReceiveTokens: E,
2602
- expectedSolOut: ie
2668
+ marketPubkey: X.marketPubkey,
2669
+ rtMint: q.yieldTokenMint,
2670
+ orderSizeTokens: $,
2671
+ minReceiveTokens: ee,
2672
+ expectedSolOut: ce
2603
2673
  });
2604
- b("complete"), x(oe), v("success", V.signature), m("complete");
2674
+ E("complete"), b(de), A("success", N.signature), g("complete");
2605
2675
  } else {
2606
- if (!P)
2607
- throw new Error(
2608
- "Sell Yield is not yet enabled for this validator. An Address Lookup Table hasn't been deployed yet — please contact the Pye team."
2609
- );
2610
- const V = await Nt({
2676
+ const N = T, te = await Yt({
2611
2677
  connection: c,
2612
2678
  wallet: l,
2613
- bondPubkey: J.bondPubkey,
2614
- principalTokenMint: J.principalTokenMint,
2615
- yieldTokenMint: J.yieldTokenMint,
2616
- validatorVoteAccount: J.voteAccount,
2617
- stakeAccountPubkey: k,
2618
- amountSol: Q,
2619
- rtAmountToSell: he,
2620
- stakeBalanceSol: M,
2621
- marketPubkey: $.marketPubkey,
2622
- minReceiveTokens: E,
2623
- expectedSolOut: ie,
2624
- altPubkey: P
2679
+ bondPubkey: q.bondPubkey,
2680
+ principalTokenMint: q.principalTokenMint,
2681
+ yieldTokenMint: q.yieldTokenMint,
2682
+ validatorVoteAccount: q.voteAccount,
2683
+ stakeAccountPubkey: p,
2684
+ amountSol: W,
2685
+ rtAmountToSell: $,
2686
+ stakeBalanceSol: I,
2687
+ marketPubkey: X.marketPubkey,
2688
+ minReceiveTokens: ee,
2689
+ expectedSolOut: ce,
2690
+ altPubkey: N
2625
2691
  });
2626
- b("complete"), x(oe), v("success", V.signature), m("complete");
2692
+ E("complete"), b(de), A("success", te.signature), g("complete");
2627
2693
  }
2628
- } catch (V) {
2629
- v(
2694
+ } catch (N) {
2695
+ A(
2630
2696
  "error",
2631
2697
  null,
2632
- V instanceof Error ? V.message : "Transaction failed"
2698
+ N instanceof Error ? N.message : "Transaction failed"
2633
2699
  );
2634
2700
  } finally {
2635
- const V = l.publicKey;
2636
- c.getBalance(V, "confirmed").then(j).catch(() => {
2637
- }), yt(c, V).then(q).catch(() => {
2638
- }), gt(c, V).then(F).catch(() => {
2701
+ const N = l.publicKey;
2702
+ c.getBalance(N, "confirmed").then(z).catch(() => {
2703
+ }), mt(c, N).then((te) => {
2704
+ Q(te), xt(N.toBase58(), te);
2705
+ }).catch(() => {
2706
+ }), wt(c, N).then(Z).catch(() => {
2639
2707
  });
2640
2708
  }
2641
2709
  }, [
2642
- $,
2643
- J,
2644
- re,
2645
- k,
2646
- g,
2647
- P,
2710
+ X,
2711
+ q,
2712
+ _,
2713
+ R,
2714
+ Y,
2715
+ C,
2716
+ d,
2717
+ le,
2718
+ p,
2719
+ L,
2720
+ T,
2648
2721
  c,
2649
2722
  l,
2650
- Q,
2723
+ W,
2651
2724
  K,
2652
- M,
2653
- oe,
2654
- ie,
2655
- _,
2656
- v,
2725
+ I,
2726
+ de,
2727
+ ce,
2728
+ he,
2729
+ A,
2730
+ E,
2657
2731
  b,
2658
- x,
2659
- m,
2660
- j,
2661
- q,
2662
- F
2732
+ g,
2733
+ z,
2734
+ Q,
2735
+ Z
2663
2736
  ]);
2664
- return /* @__PURE__ */ f(te, { children: [
2665
- /* @__PURE__ */ i(Qe, { title: "Approve in your wallet" }),
2737
+ return /* @__PURE__ */ f(oe, { children: [
2738
+ /* @__PURE__ */ i(Ne, { title: "Approve in your wallet" }),
2666
2739
  (() => {
2667
- const E = [
2740
+ const S = [
2668
2741
  {
2669
2742
  key: "receive",
2670
2743
  left: /* @__PURE__ */ f("div", { style: { display: "flex", alignItems: "center", gap: 6, minWidth: 0 }, children: [
2671
- /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "You receive today" }),
2672
- /* @__PURE__ */ i(Ae, { text: "Estimated upfront payout based on current market rates, net of fees. The final amount is confirmed when your order fills on the Pye orderbook." })
2744
+ /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "You receive today" }),
2745
+ /* @__PURE__ */ i(be, { text: "Estimated upfront payout based on current market rates, net of fees. The final amount is confirmed when your order fills on the Pye orderbook." })
2673
2746
  ] }),
2674
2747
  right: /* @__PURE__ */ i(
2675
- ye,
2748
+ me,
2676
2749
  {
2677
- value: `+${X(oe)} SOL`,
2678
- style: { ...A(15, o.green, 500), whiteSpace: "nowrap", flexShrink: 0, fontVariantNumeric: "tabular-nums" }
2750
+ value: `+${ne(de)} SOL`,
2751
+ style: { ...m(15, a.green, 500), whiteSpace: "nowrap", flexShrink: 0, fontVariantNumeric: "tabular-nums" }
2679
2752
  }
2680
2753
  )
2681
2754
  },
2682
2755
  {
2683
2756
  key: "stake",
2684
- left: /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "Stake amount" }),
2757
+ left: /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "Stake amount" }),
2685
2758
  right: /* @__PURE__ */ i(
2686
- ye,
2759
+ me,
2687
2760
  {
2688
- value: `${Q} SOL`,
2689
- style: { ...A(14, o.primary), whiteSpace: "nowrap", flexShrink: 0, fontVariantNumeric: "tabular-nums" }
2761
+ value: `${W} SOL`,
2762
+ style: { ...m(14, a.primary), whiteSpace: "nowrap", flexShrink: 0, fontVariantNumeric: "tabular-nums" }
2690
2763
  }
2691
2764
  )
2692
2765
  },
2693
2766
  {
2694
2767
  key: "pt",
2695
2768
  left: /* @__PURE__ */ f("div", { style: { display: "flex", alignItems: "center", gap: 6, minWidth: 0 }, children: [
2696
- /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "PTs you'll receive" }),
2697
- /* @__PURE__ */ i(Ae, { text: "Your PT is a token receipt for your staked SOL. At the redeem date, redeem it 1:1 for your full stake." })
2769
+ /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "PTs you'll receive" }),
2770
+ /* @__PURE__ */ i(be, { text: "Your PT is a token receipt for your staked SOL. At the redeem date, redeem it 1:1 for your full stake." })
2698
2771
  ] }),
2699
2772
  right: /* @__PURE__ */ i(
2700
- ye,
2773
+ me,
2701
2774
  {
2702
- value: `${Q} PT`,
2703
- style: { ...A(14, o.primary), whiteSpace: "nowrap", flexShrink: 0, fontVariantNumeric: "tabular-nums" }
2775
+ value: `${W} PT`,
2776
+ style: { ...m(14, a.primary), whiteSpace: "nowrap", flexShrink: 0, fontVariantNumeric: "tabular-nums" }
2704
2777
  }
2705
2778
  )
2706
2779
  },
2707
2780
  {
2708
2781
  key: "redeem",
2709
- left: /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "Redeem date" }),
2710
- right: /* @__PURE__ */ i("p", { style: { ...A(14, o.primary), whiteSpace: "nowrap", flexShrink: 0 }, children: ce })
2782
+ left: /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "Redeem date" }),
2783
+ right: /* @__PURE__ */ i("p", { style: { ...m(14, a.primary), whiteSpace: "nowrap", flexShrink: 0 }, children: Ae })
2711
2784
  },
2712
2785
  {
2713
2786
  key: "fee",
2714
2787
  left: /* @__PURE__ */ f("div", { style: { display: "flex", alignItems: "center", gap: 6, minWidth: 0 }, children: [
2715
- /* @__PURE__ */ f("p", { style: A(14, o.secondary), children: [
2788
+ /* @__PURE__ */ f("p", { style: m(14, a.secondary), children: [
2716
2789
  "Pye protocol fee (",
2717
- Me,
2790
+ ue,
2718
2791
  "%)"
2719
2792
  ] }),
2720
- /* @__PURE__ */ i(Ae, { text: `A ${Me}% fee is taken from the SOL proceeds of your sale and routed to the Pye treasury.` })
2793
+ /* @__PURE__ */ i(be, { text: `A ${ue}% fee is taken from the SOL proceeds of your sale and routed to the Pye treasury.` })
2721
2794
  ] }),
2722
2795
  right: /* @__PURE__ */ i(
2723
- ye,
2796
+ me,
2724
2797
  {
2725
- value: `−${X(Oe)} SOL`,
2726
- style: { ...A(14, o.primary), whiteSpace: "nowrap", flexShrink: 0, fontVariantNumeric: "tabular-nums" }
2798
+ value: `−${ne(Ue)} SOL`,
2799
+ style: { ...m(14, a.primary), whiteSpace: "nowrap", flexShrink: 0, fontVariantNumeric: "tabular-nums" }
2727
2800
  }
2728
2801
  )
2729
2802
  }
2730
2803
  ];
2731
- return /* @__PURE__ */ i("div", { style: { display: "flex", flexDirection: "column", gap: 0 }, children: E.map((be, he) => {
2732
- const V = he === 0, Z = he === E.length - 1, Te = V && Z ? 8 : V ? "8px 8px 0 0" : Z ? "0 0 8px 8px" : 0;
2804
+ return /* @__PURE__ */ i("div", { style: { display: "flex", flexDirection: "column", gap: 0 }, children: S.map((ee, pe) => {
2805
+ const $ = pe === 0, N = pe === S.length - 1, te = $ && N ? 8 : $ ? "8px 8px 0 0" : N ? "0 0 8px 8px" : 0;
2733
2806
  return /* @__PURE__ */ f(
2734
2807
  "div",
2735
2808
  {
2736
2809
  style: {
2737
- background: o.lowered,
2738
- borderTop: `1px solid ${o.shadow}`,
2739
- boxShadow: `inset 0 -1px 0 ${o.highlight}`,
2740
- borderRadius: Te,
2810
+ background: a.lowered,
2811
+ borderTop: `1px solid ${a.shadow}`,
2812
+ boxShadow: `inset 0 -1px 0 ${a.highlight}`,
2813
+ borderRadius: te,
2741
2814
  padding: "12px 12px",
2742
2815
  display: "flex",
2743
2816
  alignItems: "center",
@@ -2745,18 +2818,18 @@ function Dr() {
2745
2818
  gap: 12
2746
2819
  },
2747
2820
  children: [
2748
- be.left,
2749
- be.right
2821
+ ee.left,
2822
+ ee.right
2750
2823
  ]
2751
2824
  },
2752
- be.key
2825
+ ee.key
2753
2826
  );
2754
2827
  }) });
2755
2828
  })(),
2756
2829
  /* @__PURE__ */ f(
2757
2830
  "div",
2758
2831
  {
2759
- onClick: () => L(!B),
2832
+ onClick: () => O(!B),
2760
2833
  style: {
2761
2834
  display: "flex",
2762
2835
  alignItems: "center",
@@ -2766,11 +2839,11 @@ function Dr() {
2766
2839
  userSelect: "none"
2767
2840
  },
2768
2841
  children: [
2769
- /* @__PURE__ */ i("span", { style: A(14, o.secondary), children: "Advanced" }),
2842
+ /* @__PURE__ */ i("span", { style: m(14, a.secondary), children: "Advanced" }),
2770
2843
  /* @__PURE__ */ i("svg", { width: "10", height: "6", viewBox: "0 0 10 6", fill: "none", style: {
2771
2844
  transform: B ? "rotate(180deg)" : "none",
2772
2845
  transition: "transform 0.2s"
2773
- }, children: /* @__PURE__ */ i("path", { d: "M1 1L5 5L9 1", stroke: o.secondary, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) })
2846
+ }, children: /* @__PURE__ */ i("path", { d: "M1 1L5 5L9 1", stroke: a.secondary, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) })
2774
2847
  ]
2775
2848
  }
2776
2849
  ),
@@ -2783,33 +2856,33 @@ function Dr() {
2783
2856
  opacity: B ? 1 : 0,
2784
2857
  transition: "opacity 200ms cubic-bezier(0.2,0.9,0.2,1)"
2785
2858
  }, children: /* @__PURE__ */ i("div", { style: {
2786
- background: o.raised,
2859
+ background: a.raised,
2787
2860
  borderRadius: 8,
2788
2861
  padding: 12,
2789
- borderTop: `1px solid ${o.highlight}`,
2790
- boxShadow: `inset 0 -1px 0 ${o.shadow}`,
2862
+ borderTop: `1px solid ${a.highlight}`,
2863
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`,
2791
2864
  display: "flex",
2792
2865
  flexDirection: "column",
2793
2866
  gap: 16
2794
2867
  }, children: /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column", gap: 8 }, children: [
2795
2868
  /* @__PURE__ */ f("div", { style: { display: "flex", justifyContent: "space-between" }, children: [
2796
2869
  /* @__PURE__ */ f("span", { style: { display: "flex", alignItems: "center", gap: 4 }, children: [
2797
- /* @__PURE__ */ i("span", { style: A(14, o.secondary), children: "Max slippage tolerance" }),
2798
- /* @__PURE__ */ i(Ae, { bg: o.highlight, text: "Slippage is the maximum difference between the quoted price and the price you actually receive. A higher tolerance means your order is more likely to fill, but you may receive slightly less SOL." })
2870
+ /* @__PURE__ */ i("span", { style: m(14, a.secondary), children: "Max slippage tolerance" }),
2871
+ /* @__PURE__ */ i(be, { bg: a.highlight, text: "Slippage is the maximum difference between the quoted price and the price you actually receive. A higher tolerance means your order is more likely to fill, but you may receive slightly less SOL." })
2799
2872
  ] }),
2800
- Le > 0 && /* @__PURE__ */ f("span", { style: A(14, o.secondary), children: [
2873
+ Le > 0 && /* @__PURE__ */ f("span", { style: m(14, a.secondary), children: [
2801
2874
  "Est. slippage: ",
2802
2875
  (Le / 100).toFixed(2),
2803
2876
  "%"
2804
2877
  ] })
2805
2878
  ] }),
2806
2879
  /* @__PURE__ */ f("div", { style: { display: "flex", alignItems: "baseline", gap: 4 }, children: [
2807
- /* @__PURE__ */ i("span", { style: { ...A(18, o.primary), transition: "color 0.15s" }, children: _.toFixed(2) }),
2808
- /* @__PURE__ */ i("span", { style: A(14, o.secondary), children: "% max slippage" })
2880
+ /* @__PURE__ */ i("span", { style: { ...m(18, a.primary), transition: "color 0.15s" }, children: he.toFixed(2) }),
2881
+ /* @__PURE__ */ i("span", { style: m(14, a.secondary), children: "% max slippage" })
2809
2882
  ] }),
2810
- /* @__PURE__ */ i(Lr, { value: _, onChange: (E) => I(Math.round(E * 100)) })
2883
+ /* @__PURE__ */ i(Pr, { value: he, onChange: (S) => v(Math.round(S * 100)) })
2811
2884
  ] }) }) }) }),
2812
- !G && ve > 0 && /* @__PURE__ */ f("div", { style: {
2885
+ !Fe && j > 0 && /* @__PURE__ */ f("div", { style: {
2813
2886
  background: "rgba(255,181,77,0.15)",
2814
2887
  borderTop: "1px solid rgba(255,255,255,0.2)",
2815
2888
  boxShadow: "inset 0 -1px 0 rgba(0,0,0,0.08)",
@@ -2819,41 +2892,41 @@ function Dr() {
2819
2892
  flexDirection: "column",
2820
2893
  gap: 2
2821
2894
  }, children: [
2822
- /* @__PURE__ */ i("p", { style: { ...A(14, o.primary), fontWeight: 500 }, children: "Insufficient liquidity" }),
2823
- /* @__PURE__ */ f("p", { style: A(14, o.secondary), children: [
2895
+ /* @__PURE__ */ i("p", { style: { ...m(14, a.primary), fontWeight: 500 }, children: "Insufficient liquidity" }),
2896
+ /* @__PURE__ */ f("p", { style: m(14, a.secondary), children: [
2824
2897
  "Only ",
2825
- ((Ee = O == null ? void 0 : O.totalAvailableSize) == null ? void 0 : Ee.toFixed(2)) ?? "0",
2898
+ ((Se = U == null ? void 0 : U.totalAvailableSize) == null ? void 0 : Se.toFixed(2)) ?? "0",
2826
2899
  " RT available on the order book. Your order may partially fill or not fill at all."
2827
2900
  ] })
2828
2901
  ] }),
2829
- p === "error" && a && /* @__PURE__ */ i("div", { style: {
2830
- ...A(14, o.red),
2831
- background: `${o.red}12`,
2902
+ x === "error" && o && /* @__PURE__ */ i("div", { style: {
2903
+ ...m(14, a.red),
2904
+ background: `${a.red}12`,
2832
2905
  borderRadius: 6,
2833
2906
  padding: "8px 12px"
2834
- }, children: a }),
2835
- /* @__PURE__ */ i(xe, {}),
2907
+ }, children: o }),
2908
+ /* @__PURE__ */ i(Ce, {}),
2836
2909
  /* @__PURE__ */ i(
2837
- Fe,
2910
+ Re,
2838
2911
  {
2839
- label: Be ? y === "selling" ? "Selling rewards..." : "Confirming..." : `Sell Rewards — get ${X(oe, 3)} SOL`,
2840
- onClick: Ve,
2841
- disabled: !je,
2912
+ label: Me ? y === "selling" ? "Selling rewards..." : "Confirming..." : `Sell Rewards — get ${ne(de, 3)} SOL`,
2913
+ onClick: Ke,
2914
+ disabled: !He,
2842
2915
  purple: !0
2843
2916
  }
2844
2917
  )
2845
2918
  ] });
2846
2919
  }
2847
- const st = 1e9;
2848
- function Tr({ position: c, onRedeem: l, isRedeeming: u }) {
2920
+ const dt = 1e9;
2921
+ function Nr({ position: c, onRedeem: l, isRedeeming: d }) {
2849
2922
  return /* @__PURE__ */ f("div", { style: {
2850
2923
  display: "flex",
2851
2924
  alignItems: "center",
2852
2925
  gap: 8,
2853
2926
  padding: "12px 16px",
2854
- background: o.surface,
2855
- borderTop: `1px solid ${o.highlight}`,
2856
- boxShadow: `inset 0 -1px 0 ${o.shadow}`
2927
+ background: a.surface,
2928
+ borderTop: `1px solid ${a.highlight}`,
2929
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`
2857
2930
  }, children: [
2858
2931
  /* @__PURE__ */ i(
2859
2932
  "img",
@@ -2864,24 +2937,24 @@ function Tr({ position: c, onRedeem: l, isRedeeming: u }) {
2864
2937
  }
2865
2938
  ),
2866
2939
  /* @__PURE__ */ f("div", { style: { flex: 1, minWidth: 0 }, children: [
2867
- /* @__PURE__ */ f("p", { style: A(15, o.primary), children: [
2868
- X(c.ptAmount),
2940
+ /* @__PURE__ */ f("p", { style: m(15, a.primary), children: [
2941
+ ne(c.ptAmount),
2869
2942
  " PT"
2870
2943
  ] }),
2871
- /* @__PURE__ */ f("p", { style: A(14, o.secondary), children: [
2944
+ /* @__PURE__ */ f("p", { style: m(14, a.secondary), children: [
2872
2945
  c.validatorName,
2873
2946
  " · ",
2874
2947
  c.maturityLabel
2875
2948
  ] })
2876
2949
  ] }),
2877
2950
  /* @__PURE__ */ f("div", { style: { display: "flex", alignItems: "center", gap: 8, flexShrink: 0 }, children: [
2878
- /* @__PURE__ */ i("p", { style: { ...A(14, c.isMatured ? o.green : o.secondary), whiteSpace: "nowrap" }, children: c.isMatured ? "Unlocked" : `${c.daysLeft}d left` }),
2951
+ /* @__PURE__ */ i("p", { style: { ...m(14, c.isMatured ? a.green : a.secondary), whiteSpace: "nowrap" }, children: c.isMatured ? "Unlocked" : `${c.daysLeft}d left` }),
2879
2952
  /* @__PURE__ */ i(
2880
2953
  "button",
2881
2954
  {
2882
2955
  className: "pye-redeem-btn",
2883
- onClick: c.isMatured && !u ? () => l(c) : void 0,
2884
- disabled: !c.isMatured || u,
2956
+ onClick: c.isMatured && !d ? () => l(c) : void 0,
2957
+ disabled: !c.isMatured || d,
2885
2958
  style: {
2886
2959
  height: 26,
2887
2960
  width: 72,
@@ -2889,82 +2962,88 @@ function Tr({ position: c, onRedeem: l, isRedeeming: u }) {
2889
2962
  border: "none",
2890
2963
  padding: "0 10px",
2891
2964
  borderTop: "1px solid var(--c-brand-hi)",
2892
- cursor: c.isMatured ? u ? "wait" : "pointer" : "not-allowed",
2893
- background: o.purple,
2894
- ...A(14, "var(--c-brand-text)"),
2965
+ cursor: c.isMatured ? d ? "wait" : "pointer" : "not-allowed",
2966
+ background: a.purple,
2967
+ ...m(14, "var(--c-brand-text)"),
2895
2968
  boxShadow: "inset 0 -1px 0 var(--c-brand-sh)",
2896
2969
  transition: "filter 0.1s",
2897
- opacity: c.isMatured ? u ? 0.7 : 1 : 0.5,
2970
+ opacity: c.isMatured ? d ? 0.7 : 1 : 0.5,
2898
2971
  whiteSpace: "nowrap"
2899
2972
  },
2900
- children: u ? "..." : "Redeem"
2973
+ children: d ? "..." : "Redeem"
2901
2974
  }
2902
2975
  )
2903
2976
  ] })
2904
2977
  ] });
2905
2978
  }
2906
- function Pr() {
2907
- const { connection: c } = Ze(), l = Ye(), u = ee((g) => g.walletBalances), w = C((g) => g.navigate), m = C((g) => g.redeemingMint), p = C((g) => g.setRedeemingMint), y = C((g) => g.redeemError), a = C((g) => g.setRedeemError), v = C((g) => g.setRedeemAmountSol), b = C((g) => g.setRedeemTxSignature), x = ee((g) => g.setWalletBalances), B = ee((g) => g.setUserStakeAccounts), L = me((g) => g.setBalanceLamports), S = ut(), I = le(() => {
2908
- const g = Date.now() / 1e3, k = [];
2909
- for (const [M, P] of Object.entries(u)) {
2910
- if (P <= 0) continue;
2911
- const N = S.get(M);
2912
- if (!N) continue;
2913
- const T = se[N.maturityId], q = Number(T.maturity_timestamp), F = g >= q, j = F ? 0 : Math.ceil((q * 1e3 - Date.now()) / (1e3 * 60 * 60 * 24)), Q = Xe[N.validatorId];
2914
- k.push({
2915
- ptMint: M,
2916
- validatorId: N.validatorId,
2917
- maturityId: N.maturityId,
2918
- bond: N.bond,
2919
- ptAmount: P / st,
2920
- ptAmountLamports: P,
2921
- maturityTimestamp: q,
2922
- maturityLabel: T.human_readable,
2923
- isMatured: F,
2924
- daysLeft: j,
2925
- validatorName: (Q == null ? void 0 : Q.name) ?? N.validatorId,
2926
- validatorPtIcon: (Q == null ? void 0 : Q.pt_sol) ?? ""
2979
+ function Ur() {
2980
+ const { connection: c } = $e(), l = Ve(), d = se((p) => p.walletBalances), w = F((p) => p.navigate), g = je((p) => p.bonds), x = Oe((p) => p.validators), y = F((p) => p.redeemingMint), o = F((p) => p.setRedeemingMint), A = F((p) => p.redeemError), E = F((p) => p.setRedeemError), b = F((p) => p.setRedeemAmountSol), B = F((p) => p.setRedeemTxSignature), O = se((p) => p.setWalletBalances), k = se((p) => p.setUserStakeAccounts), v = xe((p) => p.setBalanceLamports), D = Pe(() => {
2981
+ var C;
2982
+ const p = /* @__PURE__ */ new Map();
2983
+ for (const R of Object.values(g))
2984
+ p.set(R.pt_mint, R);
2985
+ const I = Date.now() / 1e3, T = [];
2986
+ for (const [R, Y] of Object.entries(d)) {
2987
+ if (Y <= 0) continue;
2988
+ const M = p.get(R);
2989
+ if (!M) continue;
2990
+ const Q = M.maturity_ts, Z = I >= Q, z = Z ? 0 : Math.ceil((Q * 1e3 - Date.now()) / (1e3 * 60 * 60 * 24)), W = x[M.validator_vote_account], K = ((C = Ee[M.canonical_label]) == null ? void 0 : C.human_readable) ?? M.canonical_label;
2991
+ T.push({
2992
+ ptMint: R,
2993
+ voteAccount: M.validator_vote_account,
2994
+ canonicalLabel: M.canonical_label,
2995
+ bond: M,
2996
+ ptAmount: Y / dt,
2997
+ ptAmountLamports: Y,
2998
+ maturityTimestamp: Q,
2999
+ maturityLabel: K,
3000
+ isMatured: Z,
3001
+ daysLeft: z,
3002
+ validatorName: (W == null ? void 0 : W.name) ?? M.validator_vote_account,
3003
+ validatorPtIcon: (W == null ? void 0 : W.pt_image_url) ?? ""
2927
3004
  });
2928
3005
  }
2929
- return k.sort((M, P) => M.maturityTimestamp - P.maturityTimestamp), k;
2930
- }, [u, S]), R = dt(async (g) => {
2931
- a(null), p(g.ptMint);
3006
+ return T.sort((R, Y) => R.maturityTimestamp - Y.maturityTimestamp), T;
3007
+ }, [d, g, x]), L = pt(async (p) => {
3008
+ E(null), o(p.ptMint);
2932
3009
  try {
2933
- const { signature: k } = await Ht({
3010
+ const { signature: I } = await Qt({
2934
3011
  connection: c,
2935
3012
  wallet: l,
2936
- bondPubkey: g.bond.pubkey,
2937
- principalTokenMint: g.bond.pt_address,
2938
- yieldTokenMint: g.bond.rt_address,
2939
- ptAmountLamports: g.ptAmountLamports,
3013
+ bondPubkey: p.bond.pubkey,
3014
+ principalTokenMint: p.bond.pt_mint,
3015
+ yieldTokenMint: p.bond.rt_mint,
3016
+ ptAmountLamports: p.ptAmountLamports,
2940
3017
  rtAmountLamports: 0
2941
3018
  });
2942
- v(g.ptAmountLamports / st), b(k), w("redeem-complete");
2943
- } catch (k) {
2944
- a(k instanceof Error ? k.message : "Redeem failed");
3019
+ b(p.ptAmountLamports / dt), B(I), w("redeem-complete");
3020
+ } catch (I) {
3021
+ E(I instanceof Error ? I.message : "Redeem failed");
2945
3022
  } finally {
2946
- p(null);
2947
- const k = l.publicKey;
2948
- c.getBalance(k, "confirmed").then(L).catch(() => {
2949
- }), yt(c, k).then(x).catch(() => {
2950
- }), gt(c, k).then(B).catch(() => {
3023
+ o(null);
3024
+ const I = l.publicKey;
3025
+ c.getBalance(I, "confirmed").then(v).catch(() => {
3026
+ }), mt(c, I).then((T) => {
3027
+ O(T), xt(I.toBase58(), T);
3028
+ }).catch(() => {
3029
+ }), wt(c, I).then(k).catch(() => {
2951
3030
  });
2952
3031
  }
2953
- }, [c, l, a, p, v, b, w, L, x, B]);
2954
- return /* @__PURE__ */ i(Re, { padding: 0, style: { borderTop: "none" }, children: /* @__PURE__ */ f("div", { style: { flex: 1, display: "flex", flexDirection: "column" }, children: [
2955
- y && /* @__PURE__ */ i("div", { style: {
3032
+ }, [c, l, E, o, b, B, w, v, O, k]);
3033
+ return /* @__PURE__ */ i(Ie, { padding: 0, style: { borderTop: "none" }, children: /* @__PURE__ */ f("div", { style: { flex: 1, display: "flex", flexDirection: "column" }, children: [
3034
+ A && /* @__PURE__ */ i("div", { style: {
2956
3035
  padding: "8px 16px",
2957
- background: `${o.red}12`,
2958
- ...A(14, o.red)
2959
- }, children: y }),
2960
- I.length > 0 ? /* @__PURE__ */ i("div", { style: { flex: 1, overflowY: "auto", minHeight: 0 }, children: I.map((g) => /* @__PURE__ */ i(
2961
- Tr,
3036
+ background: `${a.red}12`,
3037
+ ...m(14, a.red)
3038
+ }, children: A }),
3039
+ D.length > 0 ? /* @__PURE__ */ i("div", { style: { flex: 1, overflowY: "auto", minHeight: 0 }, children: D.map((p) => /* @__PURE__ */ i(
3040
+ Nr,
2962
3041
  {
2963
- position: g,
2964
- onRedeem: R,
2965
- isRedeeming: m === g.ptMint
3042
+ position: p,
3043
+ onRedeem: L,
3044
+ isRedeeming: y === p.ptMint
2966
3045
  },
2967
- g.ptMint
3046
+ p.ptMint
2968
3047
  )) }) : /* @__PURE__ */ f("div", { style: {
2969
3048
  flex: 1,
2970
3049
  display: "flex",
@@ -2975,59 +3054,59 @@ function Pr() {
2975
3054
  padding: 24,
2976
3055
  textAlign: "center"
2977
3056
  }, children: [
2978
- /* @__PURE__ */ i("p", { style: A(15, o.primary), children: "No active positions" }),
2979
- /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "Sell future rewards to create a position." })
3057
+ /* @__PURE__ */ i("p", { style: m(15, a.primary), children: "No active positions" }),
3058
+ /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "Sell future rewards to create a position." })
2980
3059
  ] })
2981
3060
  ] }) });
2982
3061
  }
2983
- function Or() {
2984
- const c = C((x) => x.reset), l = C((x) => x.txSignature), u = C((x) => x.depositAmount), w = C((x) => x.selectedMaturityId), m = C((x) => x.sellAmountSol), p = parseFloat(u) || 0, y = m ?? 0, a = w ? se[w] : null, v = (a == null ? void 0 : a.human_readable) ?? "Sep 30, 2026", b = l ? `https://solscan.io/tx/${l}` : "https://solscan.io";
2985
- return /* @__PURE__ */ f(te, { children: [
2986
- /* @__PURE__ */ i(bt, { label: "Transaction confirmed", onClose: () => c() }),
2987
- /* @__PURE__ */ f(Re, { children: [
2988
- /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "Your future staking rewards have been sold upfront." }),
3062
+ function Hr() {
3063
+ const c = F((b) => b.reset), l = F((b) => b.txSignature), d = F((b) => b.depositAmount), w = F((b) => b.selectedMaturityId), g = F((b) => b.sellAmountSol), x = parseFloat(d) || 0, y = g ?? 0, o = w ? Ee[w] : null, A = (o == null ? void 0 : o.human_readable) ?? "Sep 30, 2026", E = l ? `https://solscan.io/tx/${l}` : "https://solscan.io";
3064
+ return /* @__PURE__ */ f(oe, { children: [
3065
+ /* @__PURE__ */ i(St, { label: "Transaction confirmed", onClose: () => c() }),
3066
+ /* @__PURE__ */ f(Ie, { children: [
3067
+ /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "Your future staking rewards have been sold upfront." }),
2989
3068
  (() => {
2990
- const x = [
3069
+ const b = [
2991
3070
  {
2992
3071
  key: "received",
2993
- left: /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "Rewards sold upfront" }),
3072
+ left: /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "Rewards sold upfront" }),
2994
3073
  right: /* @__PURE__ */ i(
2995
- ye,
3074
+ me,
2996
3075
  {
2997
- value: `+${X(y)} SOL`,
2998
- style: { ...A(15, o.green, 500), whiteSpace: "nowrap", flexShrink: 0, fontVariantNumeric: "tabular-nums" }
3076
+ value: `+${ne(y)} SOL`,
3077
+ style: { ...m(15, a.green, 500), whiteSpace: "nowrap", flexShrink: 0, fontVariantNumeric: "tabular-nums" }
2999
3078
  }
3000
3079
  )
3001
3080
  },
3002
3081
  {
3003
3082
  key: "pt",
3004
3083
  left: /* @__PURE__ */ f("div", { style: { display: "flex", alignItems: "center", gap: 6, minWidth: 0 }, children: [
3005
- /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "PT received" }),
3006
- /* @__PURE__ */ i(Ae, { text: "A PT (Principal Token) is a 1:1 tokenised claim on your staked SOL. It accrues no rewards — those were sold upfront. Redeem it at maturity to get your full stake back." })
3084
+ /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "PT received" }),
3085
+ /* @__PURE__ */ i(be, { text: "A PT (Principal Token) is a 1:1 tokenised claim on your staked SOL. It accrues no rewards — those were sold upfront. Redeem it at maturity to get your full stake back." })
3007
3086
  ] }),
3008
3087
  right: /* @__PURE__ */ i(
3009
- ye,
3088
+ me,
3010
3089
  {
3011
- value: `+${p} PT`,
3012
- style: { ...A(14, o.primary), whiteSpace: "nowrap", flexShrink: 0, fontVariantNumeric: "tabular-nums" }
3090
+ value: `+${x} PT`,
3091
+ style: { ...m(14, a.primary), whiteSpace: "nowrap", flexShrink: 0, fontVariantNumeric: "tabular-nums" }
3013
3092
  }
3014
3093
  )
3015
3094
  },
3016
3095
  {
3017
3096
  key: "stake",
3018
- left: /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "Stake returned" }),
3019
- right: /* @__PURE__ */ i("p", { style: { ...A(14, o.primary), whiteSpace: "nowrap", flexShrink: 0 }, children: v })
3097
+ left: /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "Stake returned" }),
3098
+ right: /* @__PURE__ */ i("p", { style: { ...m(14, a.primary), whiteSpace: "nowrap", flexShrink: 0 }, children: A })
3020
3099
  },
3021
3100
  {
3022
3101
  key: "tx",
3023
- left: /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "Transaction" }),
3102
+ left: /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "Transaction" }),
3024
3103
  right: /* @__PURE__ */ f(
3025
3104
  "a",
3026
3105
  {
3027
- href: b,
3106
+ href: E,
3028
3107
  target: "_blank",
3029
3108
  rel: "noreferrer",
3030
- style: { ...A(14, o.purple), textDecoration: "none", display: "flex", alignItems: "center", gap: 4, flexShrink: 0 },
3109
+ style: { ...m(14, a.purple), textDecoration: "none", display: "flex", alignItems: "center", gap: 4, flexShrink: 0 },
3031
3110
  children: [
3032
3111
  "Solscan",
3033
3112
  /* @__PURE__ */ i("svg", { width: "11", height: "11", viewBox: "0 0 12 12", fill: "none", children: /* @__PURE__ */ i("path", { d: "M7 1h4v4M11 1L5.5 6.5M5 2H2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V8", stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) })
@@ -3036,16 +3115,16 @@ function Or() {
3036
3115
  )
3037
3116
  }
3038
3117
  ];
3039
- return /* @__PURE__ */ i("div", { style: { display: "flex", flexDirection: "column", gap: 0 }, children: x.map((B, L) => {
3040
- const S = L === 0, I = L === x.length - 1, R = S && I ? 8 : S ? "8px 8px 0 0" : I ? "0 0 8px 8px" : 0;
3118
+ return /* @__PURE__ */ i("div", { style: { display: "flex", flexDirection: "column", gap: 0 }, children: b.map((B, O) => {
3119
+ const k = O === 0, v = O === b.length - 1, D = k && v ? 8 : k ? "8px 8px 0 0" : v ? "0 0 8px 8px" : 0;
3041
3120
  return /* @__PURE__ */ f(
3042
3121
  "div",
3043
3122
  {
3044
3123
  style: {
3045
- background: o.lowered,
3046
- borderTop: `1px solid ${o.shadow}`,
3047
- boxShadow: `inset 0 -1px 0 ${o.highlight}`,
3048
- borderRadius: R,
3124
+ background: a.lowered,
3125
+ borderTop: `1px solid ${a.shadow}`,
3126
+ boxShadow: `inset 0 -1px 0 ${a.highlight}`,
3127
+ borderRadius: D,
3049
3128
  padding: "12px 12px",
3050
3129
  display: "flex",
3051
3130
  alignItems: "center",
@@ -3062,9 +3141,9 @@ function Or() {
3062
3141
  }) });
3063
3142
  })(),
3064
3143
  /* @__PURE__ */ f("div", { style: {
3065
- background: o.raised,
3066
- borderTop: `1px solid ${o.highlight}`,
3067
- boxShadow: `inset 0 -1px 0 ${o.shadow}`,
3144
+ background: a.raised,
3145
+ borderTop: `1px solid ${a.highlight}`,
3146
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`,
3068
3147
  borderRadius: 8,
3069
3148
  padding: 12,
3070
3149
  display: "flex",
@@ -3072,20 +3151,20 @@ function Or() {
3072
3151
  gap: 10
3073
3152
  }, children: [
3074
3153
  /* @__PURE__ */ f("svg", { width: "14", height: "14", viewBox: "0 0 16 16", fill: "none", style: { flexShrink: 0, marginTop: 2 }, children: [
3075
- /* @__PURE__ */ i("circle", { cx: "8", cy: "8", r: "6.5", stroke: o.secondary, strokeWidth: "1.2" }),
3076
- /* @__PURE__ */ i("path", { d: "M8 7.5v3.5M8 5v.5", stroke: o.secondary, strokeWidth: "1.4", strokeLinecap: "round" })
3154
+ /* @__PURE__ */ i("circle", { cx: "8", cy: "8", r: "6.5", stroke: a.secondary, strokeWidth: "1.2" }),
3155
+ /* @__PURE__ */ i("path", { d: "M8 7.5v3.5M8 5v.5", stroke: a.secondary, strokeWidth: "1.4", strokeLinecap: "round" })
3077
3156
  ] }),
3078
- /* @__PURE__ */ f("p", { style: A(12, o.secondary), children: [
3157
+ /* @__PURE__ */ f("p", { style: m(12, a.secondary), children: [
3079
3158
  "Your PT tokens may be hidden in your wallet — enable them via ",
3080
- /* @__PURE__ */ i("span", { style: { color: o.primary }, children: "Manage Tokens" }),
3159
+ /* @__PURE__ */ i("span", { style: { color: a.primary }, children: "Manage Tokens" }),
3081
3160
  " to see your balance."
3082
3161
  ] })
3083
3162
  ] }),
3084
- /* @__PURE__ */ i(xe, {}),
3163
+ /* @__PURE__ */ i(Ce, {}),
3085
3164
  /* @__PURE__ */ f("div", { style: {
3086
- background: o.raised,
3087
- borderTop: `1px solid ${o.highlight}`,
3088
- boxShadow: `inset 0 -1px 0 ${o.shadow}`,
3165
+ background: a.raised,
3166
+ borderTop: `1px solid ${a.highlight}`,
3167
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`,
3089
3168
  borderRadius: 8,
3090
3169
  padding: 12,
3091
3170
  display: "flex",
@@ -3093,14 +3172,14 @@ function Or() {
3093
3172
  gap: 12
3094
3173
  }, children: [
3095
3174
  /* @__PURE__ */ f("div", { style: { flex: 1, display: "flex", flexDirection: "column", gap: 4 }, children: [
3096
- /* @__PURE__ */ i("p", { style: A(14, o.primary), children: "Learn more about Pye" }),
3175
+ /* @__PURE__ */ i("p", { style: m(14, a.primary), children: "Learn more about Pye" }),
3097
3176
  /* @__PURE__ */ f(
3098
3177
  "a",
3099
3178
  {
3100
3179
  href: "https://docs.pye.fi/how-pye-works",
3101
3180
  target: "_blank",
3102
3181
  rel: "noreferrer",
3103
- style: { ...A(11, o.secondary), textDecoration: "none", display: "flex", alignItems: "center", gap: 4 },
3182
+ style: { ...m(11, a.secondary), textDecoration: "none", display: "flex", alignItems: "center", gap: 4 },
3104
3183
  children: [
3105
3184
  "Read the docs",
3106
3185
  /* @__PURE__ */ i("svg", { width: "11", height: "11", viewBox: "0 0 12 12", fill: "none", children: /* @__PURE__ */ i("path", { d: "M7 1h4v4M11 1L5.5 6.5M5 2H2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V8", stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) })
@@ -3115,8 +3194,8 @@ function Or() {
3115
3194
  href: "https://t.me/pyefi",
3116
3195
  target: "_blank",
3117
3196
  rel: "noreferrer",
3118
- style: { display: "flex", alignItems: "center", justifyContent: "center", width: 28, height: 28, borderRadius: 8, background: o.highlight, borderTop: `1px solid ${o.highlight}`, boxShadow: `inset 0 -1px 0 ${o.shadow}`, textDecoration: "none" },
3119
- children: /* @__PURE__ */ i("svg", { width: "14", height: "14", viewBox: "0 0 24 24", fill: o.secondary, children: /* @__PURE__ */ i("path", { d: "M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z" }) })
3197
+ style: { display: "flex", alignItems: "center", justifyContent: "center", width: 28, height: 28, borderRadius: 8, background: a.highlight, borderTop: `1px solid ${a.highlight}`, boxShadow: `inset 0 -1px 0 ${a.shadow}`, textDecoration: "none" },
3198
+ children: /* @__PURE__ */ i("svg", { width: "14", height: "14", viewBox: "0 0 24 24", fill: a.secondary, children: /* @__PURE__ */ i("path", { d: "M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z" }) })
3120
3199
  }
3121
3200
  ),
3122
3201
  /* @__PURE__ */ i(
@@ -3125,60 +3204,60 @@ function Or() {
3125
3204
  href: "https://x.com/pyefinance",
3126
3205
  target: "_blank",
3127
3206
  rel: "noreferrer",
3128
- style: { display: "flex", alignItems: "center", justifyContent: "center", width: 28, height: 28, borderRadius: 8, background: o.highlight, borderTop: `1px solid ${o.highlight}`, boxShadow: `inset 0 -1px 0 ${o.shadow}`, textDecoration: "none" },
3129
- children: /* @__PURE__ */ i("svg", { width: "13", height: "13", viewBox: "0 0 24 24", fill: o.secondary, children: /* @__PURE__ */ i("path", { d: "M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.744l7.73-8.835L1.254 2.25H8.08l4.253 5.622 5.912-5.622zm-1.161 17.52h1.833L7.084 4.126H5.117z" }) })
3207
+ style: { display: "flex", alignItems: "center", justifyContent: "center", width: 28, height: 28, borderRadius: 8, background: a.highlight, borderTop: `1px solid ${a.highlight}`, boxShadow: `inset 0 -1px 0 ${a.shadow}`, textDecoration: "none" },
3208
+ children: /* @__PURE__ */ i("svg", { width: "13", height: "13", viewBox: "0 0 24 24", fill: a.secondary, children: /* @__PURE__ */ i("path", { d: "M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.744l7.73-8.835L1.254 2.25H8.08l4.253 5.622 5.912-5.622zm-1.161 17.52h1.833L7.084 4.126H5.117z" }) })
3130
3209
  }
3131
3210
  )
3132
3211
  ] })
3133
3212
  ] }),
3134
- /* @__PURE__ */ i(Fe, { label: "Sell more rewards", onClick: () => c() })
3213
+ /* @__PURE__ */ i(Re, { label: "Sell more rewards", onClick: () => c() })
3135
3214
  ] })
3136
3215
  ] });
3137
3216
  }
3138
- function Nr() {
3139
- const c = C((p) => p.reset), l = C((p) => p.redeemAmountSol), u = C((p) => p.redeemTxSignature), w = l ?? 12.5, m = u ? `https://solscan.io/tx/${u}` : "https://solscan.io";
3140
- return /* @__PURE__ */ f(te, { children: [
3141
- /* @__PURE__ */ i(bt, { label: "Redeem confirmed", onClose: () => c() }),
3142
- /* @__PURE__ */ f(Re, { children: [
3143
- /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "Your staked SOL has been returned to your wallet." }),
3217
+ function Yr() {
3218
+ const c = F((x) => x.reset), l = F((x) => x.redeemAmountSol), d = F((x) => x.redeemTxSignature), w = l ?? 12.5, g = d ? `https://solscan.io/tx/${d}` : "https://solscan.io";
3219
+ return /* @__PURE__ */ f(oe, { children: [
3220
+ /* @__PURE__ */ i(St, { label: "Redeem confirmed", onClose: () => c() }),
3221
+ /* @__PURE__ */ f(Ie, { children: [
3222
+ /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "Your staked SOL has been returned to your wallet." }),
3144
3223
  /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column" }, children: [
3145
3224
  /* @__PURE__ */ f("div", { style: {
3146
- background: o.lowered,
3147
- borderTop: `1px solid ${o.shadow}`,
3148
- boxShadow: `inset 0 -1px 0 ${o.highlight}`,
3225
+ background: a.lowered,
3226
+ borderTop: `1px solid ${a.shadow}`,
3227
+ boxShadow: `inset 0 -1px 0 ${a.highlight}`,
3149
3228
  borderRadius: "8px 8px 0 0",
3150
3229
  padding: 12,
3151
3230
  display: "flex",
3152
3231
  flexDirection: "column",
3153
3232
  gap: 12
3154
3233
  }, children: [
3155
- /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "Staked SOL returned" }),
3234
+ /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "Staked SOL returned" }),
3156
3235
  /* @__PURE__ */ i(
3157
- ye,
3236
+ me,
3158
3237
  {
3159
- value: `${X(w)} SOL`,
3160
- style: { ...ke(32, o.green), lineHeight: 1.2 }
3238
+ value: `${ne(w)} SOL`,
3239
+ style: { ...Te(32, a.green), lineHeight: 1.2 }
3161
3240
  }
3162
3241
  )
3163
3242
  ] }),
3164
3243
  /* @__PURE__ */ f("div", { style: {
3165
- background: o.lowered,
3166
- borderTop: `1px solid ${o.shadow}`,
3167
- boxShadow: `inset 0 -1px 0 ${o.highlight}`,
3244
+ background: a.lowered,
3245
+ borderTop: `1px solid ${a.shadow}`,
3246
+ boxShadow: `inset 0 -1px 0 ${a.highlight}`,
3168
3247
  borderRadius: "0 0 8px 8px",
3169
3248
  padding: 12,
3170
3249
  display: "flex",
3171
3250
  justifyContent: "space-between",
3172
3251
  alignItems: "center"
3173
3252
  }, children: [
3174
- /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "Received as a stake account" }),
3253
+ /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "Received as a stake account" }),
3175
3254
  /* @__PURE__ */ f(
3176
3255
  "a",
3177
3256
  {
3178
- href: m,
3257
+ href: g,
3179
3258
  target: "_blank",
3180
3259
  rel: "noreferrer",
3181
- style: { ...A(14, o.purple), textDecoration: "none", display: "flex", alignItems: "center", gap: 4 },
3260
+ style: { ...m(14, a.purple), textDecoration: "none", display: "flex", alignItems: "center", gap: 4 },
3182
3261
  children: [
3183
3262
  "Solscan",
3184
3263
  /* @__PURE__ */ i("svg", { width: "11", height: "11", viewBox: "0 0 12 12", fill: "none", children: /* @__PURE__ */ i("path", { d: "M7 1h4v4M11 1L5.5 6.5M5 2H2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V8", stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) })
@@ -3188,34 +3267,34 @@ function Nr() {
3188
3267
  ] })
3189
3268
  ] }),
3190
3269
  /* @__PURE__ */ f("div", { style: {
3191
- background: o.raised,
3192
- borderTop: `1px solid ${o.highlight}`,
3193
- boxShadow: `inset 0 -1px 0 ${o.shadow}`,
3270
+ background: a.raised,
3271
+ borderTop: `1px solid ${a.highlight}`,
3272
+ boxShadow: `inset 0 -1px 0 ${a.shadow}`,
3194
3273
  borderRadius: 8,
3195
3274
  padding: 12,
3196
3275
  display: "flex",
3197
3276
  flexDirection: "column",
3198
3277
  gap: 12
3199
3278
  }, children: [
3200
- /* @__PURE__ */ i("p", { style: A(14, o.primary), children: /* @__PURE__ */ i("strong", { style: { fontWeight: 600 }, children: "What to do next" }) }),
3201
- /* @__PURE__ */ i("p", { style: A(14, o.secondary), children: "Two more steps to make it liquid." }),
3279
+ /* @__PURE__ */ i("p", { style: m(14, a.primary), children: /* @__PURE__ */ i("strong", { style: { fontWeight: 600 }, children: "What to do next" }) }),
3280
+ /* @__PURE__ */ i("p", { style: m(14, a.secondary), children: "Two more steps to make it liquid." }),
3202
3281
  /* @__PURE__ */ f("div", { style: { display: "flex", gap: 10 }, children: [
3203
3282
  /* @__PURE__ */ i("div", { style: {
3204
3283
  width: 20,
3205
3284
  height: 20,
3206
3285
  borderRadius: "50%",
3207
3286
  flexShrink: 0,
3208
- background: o.lowered,
3209
- borderTop: `1px solid ${o.shadow}`,
3210
- boxShadow: `inset 0 -1px 0 ${o.highlight}`,
3287
+ background: a.lowered,
3288
+ borderTop: `1px solid ${a.shadow}`,
3289
+ boxShadow: `inset 0 -1px 0 ${a.highlight}`,
3211
3290
  display: "flex",
3212
3291
  alignItems: "center",
3213
3292
  justifyContent: "center",
3214
- ...A(11, o.secondary)
3293
+ ...m(11, a.secondary)
3215
3294
  }, children: "1" }),
3216
3295
  /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column", gap: 2 }, children: [
3217
- /* @__PURE__ */ i("p", { style: A(14, o.primary), children: "Deactivate the stake account" }),
3218
- /* @__PURE__ */ i("p", { style: A(11, o.secondary), children: "Deactivate in your wallet app. Takes ~1 epoch (~2 days)." })
3296
+ /* @__PURE__ */ i("p", { style: m(14, a.primary), children: "Deactivate the stake account" }),
3297
+ /* @__PURE__ */ i("p", { style: m(11, a.secondary), children: "Deactivate in your wallet app. Takes ~1 epoch (~2 days)." })
3219
3298
  ] })
3220
3299
  ] }),
3221
3300
  /* @__PURE__ */ f("div", { style: { display: "flex", gap: 10 }, children: [
@@ -3224,127 +3303,121 @@ function Nr() {
3224
3303
  height: 20,
3225
3304
  borderRadius: "50%",
3226
3305
  flexShrink: 0,
3227
- background: o.lowered,
3228
- borderTop: `1px solid ${o.shadow}`,
3229
- boxShadow: `inset 0 -1px 0 ${o.highlight}`,
3306
+ background: a.lowered,
3307
+ borderTop: `1px solid ${a.shadow}`,
3308
+ boxShadow: `inset 0 -1px 0 ${a.highlight}`,
3230
3309
  display: "flex",
3231
3310
  alignItems: "center",
3232
3311
  justifyContent: "center",
3233
- ...A(11, o.secondary)
3312
+ ...m(11, a.secondary)
3234
3313
  }, children: "2" }),
3235
3314
  /* @__PURE__ */ f("div", { style: { display: "flex", flexDirection: "column", gap: 2 }, children: [
3236
- /* @__PURE__ */ i("p", { style: A(14, o.primary), children: "Withdraw to liquid SOL" }),
3237
- /* @__PURE__ */ i("p", { style: A(11, o.secondary), children: "Once deactivated, withdraw to get liquid SOL." })
3315
+ /* @__PURE__ */ i("p", { style: m(14, a.primary), children: "Withdraw to liquid SOL" }),
3316
+ /* @__PURE__ */ i("p", { style: m(11, a.secondary), children: "Once deactivated, withdraw to get liquid SOL." })
3238
3317
  ] })
3239
3318
  ] })
3240
3319
  ] }),
3241
- /* @__PURE__ */ i(xe, {}),
3242
- /* @__PURE__ */ i(Fe, { label: "Done", onClick: () => c() })
3320
+ /* @__PURE__ */ i(Ce, {}),
3321
+ /* @__PURE__ */ i(Re, { label: "Done", onClick: () => c() })
3243
3322
  ] })
3244
3323
  ] });
3245
3324
  }
3246
- const Ur = {
3325
+ const Qr = {
3247
3326
  "select-position": { step: 1, total: 4 },
3248
3327
  "choose-amount": { step: 2, total: 4 },
3249
3328
  "choose-duration": { step: 3, total: 4 },
3250
3329
  "review-quote": { step: 4, total: 4 }
3251
- }, Hr = "Each PT (Principal Token) is a 1:1 tokenised claim on your staked SOL. It accrues no rewards — those were sold upfront. Redeem at maturity to receive your full SOL stake back.";
3252
- function ct({ screen: c, children: l }) {
3253
- return /* @__PURE__ */ f(Ie, { children: [
3254
- /* @__PURE__ */ i(Re, { style: { borderRadius: "10px 10px 0 0", borderTop: "none" }, children: /* @__PURE__ */ i("div", { className: "pye-step-in", children: l }, c) }),
3255
- /* @__PURE__ */ i(Ce, {})
3330
+ }, Wr = "Each PT (Principal Token) is a 1:1 tokenised claim on your staked SOL. It accrues no rewards — those were sold upfront. Redeem at maturity to receive your full SOL stake back.";
3331
+ function ut({ screen: c, children: l }) {
3332
+ return /* @__PURE__ */ f(ve, { children: [
3333
+ /* @__PURE__ */ i(Ie, { style: { borderRadius: "10px 10px 0 0", borderTop: "none" }, children: /* @__PURE__ */ i("div", { className: "pye-step-in", children: l }, c) }),
3334
+ /* @__PURE__ */ i(Be, {})
3256
3335
  ] });
3257
3336
  }
3258
- function Wr({ validatorName: c }) {
3259
- const l = C((b) => b.screen), u = C((b) => b.goBack), w = C((b) => b.reset), m = C((b) => b.navigate), p = me((b) => b.publicKey), y = me((b) => b.status), a = ge(null);
3260
- if (ae(() => {
3261
- const b = y === "connected", x = l === "yield-forward-intro" || l === "connect-wallet";
3262
- b && x ? m("welcome") : !b && !x && w();
3263
- }, [y, l, m, w]), ae(() => {
3264
- if (!p) {
3265
- a.current = null;
3337
+ function Vr() {
3338
+ const c = F((A) => A.screen), l = F((A) => A.goBack), d = F((A) => A.reset), w = F((A) => A.navigate), g = xe((A) => A.publicKey), x = xe((A) => A.status), y = ae(null);
3339
+ if (re(() => {
3340
+ const A = x === "connected", E = c === "yield-forward-intro" || c === "connect-wallet";
3341
+ A && E ? w("welcome") : !A && !E && d();
3342
+ }, [x, c, w, d]), re(() => {
3343
+ if (!g) {
3344
+ y.current = null;
3266
3345
  return;
3267
3346
  }
3268
- a.current && a.current !== p && (w(), m("welcome")), a.current = p;
3269
- }, [p, w, m]), l === "complete")
3270
- return /* @__PURE__ */ f(Ie, { children: [
3271
- /* @__PURE__ */ i(Or, {}),
3272
- /* @__PURE__ */ i(Ce, {})
3347
+ y.current && y.current !== g && (d(), w("welcome")), y.current = g;
3348
+ }, [g, d, w]), c === "complete")
3349
+ return /* @__PURE__ */ f(ve, { children: [
3350
+ /* @__PURE__ */ i(Hr, {}),
3351
+ /* @__PURE__ */ i(Be, {})
3273
3352
  ] });
3274
- if (l === "redeem-complete")
3275
- return /* @__PURE__ */ f(Ie, { children: [
3276
- /* @__PURE__ */ i(Nr, {}),
3277
- /* @__PURE__ */ i(Ce, {})
3353
+ if (c === "redeem-complete")
3354
+ return /* @__PURE__ */ f(ve, { children: [
3355
+ /* @__PURE__ */ i(Yr, {}),
3356
+ /* @__PURE__ */ i(Be, {})
3278
3357
  ] });
3279
- if (l === "welcome")
3280
- return /* @__PURE__ */ f(Ie, { children: [
3281
- /* @__PURE__ */ i(gr, { validatorName: c }),
3282
- /* @__PURE__ */ i(Ce, {})
3358
+ if (c === "welcome")
3359
+ return /* @__PURE__ */ f(ve, { children: [
3360
+ /* @__PURE__ */ i(xr, {}),
3361
+ /* @__PURE__ */ i(Be, {})
3283
3362
  ] });
3284
- if (l === "yield-forward-intro")
3285
- return /* @__PURE__ */ i(ct, { screen: l, children: /* @__PURE__ */ i(br, {}) });
3286
- if (l === "connect-wallet")
3287
- return /* @__PURE__ */ i(ct, { screen: l, children: /* @__PURE__ */ i(xr, {}) });
3288
- if (l === "redeem-list")
3289
- return /* @__PURE__ */ f(Ie, { children: [
3290
- /* @__PURE__ */ i(it, { hideStep: !0, label: "Your positions", tooltipText: Hr, onBack: u }),
3291
- /* @__PURE__ */ i(Pr, {}),
3292
- /* @__PURE__ */ i(Ce, {})
3363
+ if (c === "yield-forward-intro")
3364
+ return /* @__PURE__ */ i(ut, { screen: c, children: /* @__PURE__ */ i(vr, {}) });
3365
+ if (c === "connect-wallet")
3366
+ return /* @__PURE__ */ i(ut, { screen: c, children: /* @__PURE__ */ i(br, {}) });
3367
+ if (c === "redeem-list")
3368
+ return /* @__PURE__ */ f(ve, { children: [
3369
+ /* @__PURE__ */ i(it, { hideStep: !0, label: "Your positions", tooltipText: Wr, onBack: l }),
3370
+ /* @__PURE__ */ i(Ur, {}),
3371
+ /* @__PURE__ */ i(Be, {})
3293
3372
  ] });
3294
- const v = Ur[l];
3295
- return /* @__PURE__ */ f(Ie, { children: [
3373
+ const o = Qr[c];
3374
+ return /* @__PURE__ */ f(ve, { children: [
3296
3375
  /* @__PURE__ */ i(
3297
3376
  it,
3298
3377
  {
3299
- step: v == null ? void 0 : v.step,
3300
- total: v == null ? void 0 : v.total,
3301
- hideStep: !(v != null && v.step),
3302
- onBack: u
3378
+ step: o == null ? void 0 : o.step,
3379
+ total: o == null ? void 0 : o.total,
3380
+ hideStep: !(o != null && o.step),
3381
+ onBack: l
3303
3382
  }
3304
3383
  ),
3305
- /* @__PURE__ */ i(Re, { children: /* @__PURE__ */ f("div", { className: "pye-step-in", children: [
3306
- l === "select-position" && /* @__PURE__ */ i(Ar, {}),
3307
- l === "choose-amount" && /* @__PURE__ */ i(Sr, {}),
3308
- l === "choose-duration" && /* @__PURE__ */ i(Fr, {}),
3309
- l === "review-quote" && /* @__PURE__ */ i(Dr, {})
3310
- ] }, l) }),
3311
- /* @__PURE__ */ i(Ce, {})
3384
+ /* @__PURE__ */ i(Ie, { children: /* @__PURE__ */ f("div", { className: "pye-step-in", children: [
3385
+ c === "select-position" && /* @__PURE__ */ i(Br, {}),
3386
+ c === "choose-amount" && /* @__PURE__ */ i(Ir, {}),
3387
+ c === "choose-duration" && /* @__PURE__ */ i(Tr, {}),
3388
+ c === "review-quote" && /* @__PURE__ */ i(Or, {})
3389
+ ] }, c) }),
3390
+ /* @__PURE__ */ i(Be, {})
3312
3391
  ] });
3313
3392
  }
3314
- function Yr() {
3315
- const c = me((w) => w.publicKey), l = C((w) => w.resetForWalletChange), u = ge(null);
3316
- return ae(() => {
3393
+ function jr() {
3394
+ const c = xe((w) => w.publicKey), l = F((w) => w.resetForWalletChange), d = ae(null);
3395
+ return re(() => {
3317
3396
  const w = c ? String(c) : null;
3318
- u.current !== null && u.current !== w && l(), u.current = w;
3397
+ d.current !== null && d.current !== w && l(), d.current = w;
3319
3398
  }, [c, l]), null;
3320
3399
  }
3321
- const Qr = "7b89b9d2ef5d0298961c3eeb879793b0";
3322
- function jr(c) {
3323
- if (c) {
3324
- for (const l of Object.values(Xe))
3325
- if (l.vote_account === c) return l.name;
3326
- }
3327
- }
3328
- function rn({
3400
+ const Gr = "7b89b9d2ef5d0298961c3eeb879793b0";
3401
+ function on({
3329
3402
  rpcUrl: c,
3330
3403
  supabaseUrl: l,
3331
- supabaseAnonKey: u,
3404
+ supabaseAnonKey: d,
3332
3405
  voteAccount: w,
3333
- theme: m = "pye-light",
3334
- onClose: p
3406
+ theme: g = "pye-light",
3407
+ onClose: x
3335
3408
  }) {
3336
- const y = ge(!1);
3337
- y.current || (Wt({ rpcUrl: c, supabaseUrl: l, supabaseAnonKey: u, voteAccount: w }), y.current = !0);
3338
- const a = le(() => jr(w), [w]), v = le(
3409
+ const y = ae(!1);
3410
+ y.current || (Wt({ rpcUrl: c, supabaseUrl: l, supabaseAnonKey: d, voteAccount: w }), y.current = !0);
3411
+ const o = Pe(
3339
3412
  () => [
3340
- new It(),
3341
- new Ct(),
3342
- new Rt(),
3343
3413
  new Ft(),
3344
- new Lt({
3345
- network: Mt.Mainnet,
3414
+ new Lt(),
3415
+ new Mt(),
3416
+ new Dt(),
3417
+ new Tt({
3418
+ network: Pt.Mainnet,
3346
3419
  options: {
3347
- projectId: Qr,
3420
+ projectId: Gr,
3348
3421
  metadata: {
3349
3422
  name: "Pye",
3350
3423
  description: "Earn staking rewards upfront",
@@ -3355,22 +3428,24 @@ function rn({
3355
3428
  })
3356
3429
  ],
3357
3430
  []
3358
- ), b = ge(void 0);
3359
- return b.current || (b.current = tr()), /* @__PURE__ */ f("div", { "data-theme": m, children: [
3360
- /* @__PURE__ */ i("style", { children: rr }),
3361
- /* @__PURE__ */ i(Bt, { endpoint: c, children: /* @__PURE__ */ i(Et, { wallets: v, autoConnect: !0, children: /* @__PURE__ */ f(Qt, { children: [
3431
+ ), A = ae(void 0);
3432
+ return A.current || (A.current = ir()), /* @__PURE__ */ f("div", { "data-theme": g, children: [
3433
+ /* @__PURE__ */ i("style", { children: or }),
3434
+ /* @__PURE__ */ i(Ct, { endpoint: c, children: /* @__PURE__ */ i(Rt, { wallets: o, autoConnect: !0, children: /* @__PURE__ */ f(Vt, { children: [
3362
3435
  /* @__PURE__ */ i(jt, {}),
3363
- /* @__PURE__ */ i(Vt, {}),
3364
3436
  /* @__PURE__ */ i(Gt, {}),
3365
3437
  /* @__PURE__ */ i(Jt, {}),
3366
- /* @__PURE__ */ f(mt.Provider, { value: b.current, children: [
3367
- /* @__PURE__ */ i(Yr, {}),
3368
- /* @__PURE__ */ i(Wr, { validatorName: a })
3438
+ /* @__PURE__ */ i(Kt, {}),
3439
+ /* @__PURE__ */ i(qt, {}),
3440
+ /* @__PURE__ */ i(zt, {}),
3441
+ /* @__PURE__ */ f(At.Provider, { value: A.current, children: [
3442
+ /* @__PURE__ */ i(jr, {}),
3443
+ /* @__PURE__ */ i(Vr, {})
3369
3444
  ] })
3370
3445
  ] }) }) })
3371
3446
  ] });
3372
3447
  }
3373
3448
  export {
3374
- rn as PyeWidget
3449
+ on as PyeWidget
3375
3450
  };
3376
3451
  //# sourceMappingURL=pye-widget.es.js.map