@rhinestone/deposit-modal 0.1.50 → 0.1.52

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,11 +1,11 @@
1
1
  import {
2
2
  DepositModalInner
3
- } from "./chunk-N5BRA3ZN.mjs";
3
+ } from "./chunk-VYYJWMEI.mjs";
4
4
  import {
5
5
  ReownWalletProvider,
6
6
  useReownWallet
7
7
  } from "./chunk-UPA7N6GY.mjs";
8
- import "./chunk-FKNYONM2.mjs";
8
+ import "./chunk-MKSZIA74.mjs";
9
9
  import "./chunk-ZJQZEIHA.mjs";
10
10
 
11
11
  // src/DepositModalReown.tsx
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
2
2
 
3
- var _chunkHXNHL64Vcjs = require('./chunk-HXNHL64V.cjs');
3
+ var _chunkZW4SRCW5cjs = require('./chunk-ZW4SRCW5.cjs');
4
4
 
5
5
 
6
6
 
7
7
  var _chunkXAGXQV4Kcjs = require('./chunk-XAGXQV4K.cjs');
8
- require('./chunk-7HJ7IBRH.cjs');
8
+ require('./chunk-RVKMKH2C.cjs');
9
9
  require('./chunk-NELAYNA3.cjs');
10
10
 
11
11
  // src/DepositModalReown.tsx
@@ -32,7 +32,7 @@ function DepositModalWithReown(props) {
32
32
  reown.disconnect();
33
33
  }, [reown.disconnect]);
34
34
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
35
- _chunkHXNHL64Vcjs.DepositModalInner,
35
+ _chunkZW4SRCW5cjs.DepositModalInner,
36
36
  {
37
37
  ...props,
38
38
  reownWallet: reownWithSolana,
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkCTZVI5NRcjs = require('./chunk-CTZVI5NR.cjs');
3
+ var _chunkJL3R3JT6cjs = require('./chunk-JL3R3JT6.cjs');
4
4
 
5
5
 
6
6
 
7
7
  var _chunkXAGXQV4Kcjs = require('./chunk-XAGXQV4K.cjs');
8
- require('./chunk-7HJ7IBRH.cjs');
8
+ require('./chunk-RVKMKH2C.cjs');
9
9
  require('./chunk-NELAYNA3.cjs');
10
10
 
11
11
  // src/WithdrawModalReown.tsx
@@ -20,7 +20,7 @@ function WithdrawModalWithReown(props) {
20
20
  reown.disconnect();
21
21
  }, [reown.disconnect]);
22
22
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
23
- _chunkCTZVI5NRcjs.WithdrawModalInner,
23
+ _chunkJL3R3JT6cjs.WithdrawModalInner,
24
24
  {
25
25
  ...props,
26
26
  reownWallet: reown,
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  WithdrawModalInner
3
- } from "./chunk-GZIGVCI2.mjs";
3
+ } from "./chunk-R64A3IEI.mjs";
4
4
  import {
5
5
  ReownWalletProvider,
6
6
  useReownWallet
7
7
  } from "./chunk-UPA7N6GY.mjs";
8
- import "./chunk-FKNYONM2.mjs";
8
+ import "./chunk-MKSZIA74.mjs";
9
9
  import "./chunk-ZJQZEIHA.mjs";
10
10
 
11
11
  // src/WithdrawModalReown.tsx
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- var _chunk7HJ7IBRHcjs = require('./chunk-7HJ7IBRH.cjs');
23
+ var _chunkRVKMKH2Ccjs = require('./chunk-RVKMKH2C.cjs');
24
24
 
25
25
 
26
26
 
@@ -141,7 +141,7 @@ function WithdrawFormStep({
141
141
  setIsSwitching(true);
142
142
  switchChain(asset.chainId).catch((err) => {
143
143
  const raw = err instanceof Error ? err.message : "Failed to switch chain";
144
- setError(_chunk7HJ7IBRHcjs.formatUserError.call(void 0, raw));
144
+ setError(_chunkRVKMKH2Ccjs.formatUserError.call(void 0, raw));
145
145
  }).finally(() => {
146
146
  setIsSwitching(false);
147
147
  });
@@ -161,7 +161,7 @@ function WithdrawFormStep({
161
161
  return;
162
162
  }
163
163
  try {
164
- const bal = _chunk7HJ7IBRHcjs.isNativeAsset.call(void 0, asset) ? await publicClient.getBalance({ address: safeAddress }) : await publicClient.readContract({
164
+ const bal = _chunkRVKMKH2Ccjs.isNativeAsset.call(void 0, asset) ? await publicClient.getBalance({ address: safeAddress }) : await publicClient.readContract({
165
165
  address: asset.token,
166
166
  abi: _viem.erc20Abi,
167
167
  functionName: "balanceOf",
@@ -264,7 +264,7 @@ function WithdrawFormStep({
264
264
  await onSubmit(recipient, amount);
265
265
  } catch (err) {
266
266
  const raw = err instanceof Error ? err.message : "Withdrawal failed";
267
- setError(_chunk7HJ7IBRHcjs.formatUserError.call(void 0, raw));
267
+ setError(_chunkRVKMKH2Ccjs.formatUserError.call(void 0, raw));
268
268
  } finally {
269
269
  setIsSubmitting(false);
270
270
  }
@@ -272,11 +272,11 @@ function WithdrawFormStep({
272
272
  if (isBalanceLoading) {
273
273
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "rs-step", children: [
274
274
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "rs-step-body rs-withdraw-loading", children: [
275
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk7HJ7IBRHcjs.Spinner, { className: "rs-spinner--lg" }),
275
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkRVKMKH2Ccjs.Spinner, { className: "rs-spinner--lg" }),
276
276
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "rs-withdraw-loading-title", children: "Loading on-chain balance" }),
277
277
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "rs-withdraw-loading-subtitle", children: chainMismatch ? `Switch to ${_chunkNELAYNA3cjs.getChainName.call(void 0, asset.chainId)} to continue.` : "Please wait before withdrawing." })
278
278
  ] }),
279
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk7HJ7IBRHcjs.PoweredBy, {})
279
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkRVKMKH2Ccjs.PoweredBy, {})
280
280
  ] });
281
281
  }
282
282
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "rs-step", children: [
@@ -372,7 +372,7 @@ function WithdrawFormStep({
372
372
  ] })
373
373
  ] }),
374
374
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "rs-withdraw-amount-info", children: [
375
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "rs-withdraw-usd", children: amountUsd !== null ? _chunk7HJ7IBRHcjs.currencyFormatter.format(amountUsd) : "$0.00" }),
375
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "rs-withdraw-usd", children: amountUsd !== null ? _chunkRVKMKH2Ccjs.currencyFormatter.format(amountUsd) : "$0.00" }),
376
376
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "rs-withdraw-balance", children: [
377
377
  formattedBalance,
378
378
  " ",
@@ -565,7 +565,7 @@ function WithdrawFormStep({
565
565
  ] })
566
566
  ] }),
567
567
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "rs-step-footer", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
568
- _chunk7HJ7IBRHcjs.Button,
568
+ _chunkRVKMKH2Ccjs.Button,
569
569
  {
570
570
  onClick: handleWithdraw,
571
571
  fullWidth: true,
@@ -574,7 +574,7 @@ function WithdrawFormStep({
574
574
  children: isBusy ? "Preparing..." : "Withdraw"
575
575
  }
576
576
  ) }),
577
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk7HJ7IBRHcjs.PoweredBy, {})
577
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkRVKMKH2Ccjs.PoweredBy, {})
578
578
  ] });
579
579
  }
580
580
  WithdrawFormStep.displayName = "WithdrawFormStep";
@@ -905,13 +905,13 @@ function WithdrawFlow({
905
905
  const [isConnectSelectionConfirmed, setIsConnectSelectionConfirmed] = _react.useState.call(void 0, false);
906
906
  const logFlow = _react.useCallback.call(void 0,
907
907
  (message, data) => {
908
- _chunk7HJ7IBRHcjs.debugLog.call(void 0, debug, "withdraw-flow", message, data);
908
+ _chunkRVKMKH2Ccjs.debugLog.call(void 0, debug, "withdraw-flow", message, data);
909
909
  },
910
910
  [debug]
911
911
  );
912
912
  const logFlowError = _react.useCallback.call(void 0,
913
913
  (message, error, data) => {
914
- _chunk7HJ7IBRHcjs.debugError.call(void 0, debug, "withdraw-flow", message, error, data);
914
+ _chunkRVKMKH2Ccjs.debugError.call(void 0, debug, "withdraw-flow", message, error, data);
915
915
  },
916
916
  [debug]
917
917
  );
@@ -970,14 +970,14 @@ function WithdrawFlow({
970
970
  return {
971
971
  ownerAddress: dappAddress,
972
972
  walletClient: _nullishCoalesce(dappWalletClient, () => ( void 0)),
973
- publicClient: _nullishCoalesce(dappPublicClient, () => ( _chunk7HJ7IBRHcjs.getPublicClient.call(void 0, sourceChain))),
973
+ publicClient: _nullishCoalesce(dappPublicClient, () => ( _chunkRVKMKH2Ccjs.getPublicClient.call(void 0, sourceChain))),
974
974
  switchChain: dappSwitchChain
975
975
  };
976
976
  }
977
977
  return {
978
978
  ownerAddress: dappWalletClient.account.address,
979
979
  walletClient: dappWalletClient,
980
- publicClient: _nullishCoalesce(dappPublicClient, () => ( _chunk7HJ7IBRHcjs.getPublicClient.call(void 0, sourceChain))),
980
+ publicClient: _nullishCoalesce(dappPublicClient, () => ( _chunkRVKMKH2Ccjs.getPublicClient.call(void 0, sourceChain))),
981
981
  switchChain: dappSwitchChain
982
982
  };
983
983
  }
@@ -988,7 +988,7 @@ function WithdrawFlow({
988
988
  return {
989
989
  ownerAddress: dappWalletClient.account.address,
990
990
  walletClient: dappWalletClient,
991
- publicClient: _nullishCoalesce(dappPublicClient, () => ( _chunk7HJ7IBRHcjs.getPublicClient.call(void 0, sourceChain))),
991
+ publicClient: _nullishCoalesce(dappPublicClient, () => ( _chunkRVKMKH2Ccjs.getPublicClient.call(void 0, sourceChain))),
992
992
  switchChain: dappSwitchChain
993
993
  };
994
994
  }
@@ -1018,7 +1018,7 @@ function WithdrawFlow({
1018
1018
  const symbol = _chunkNELAYNA3cjs.getTokenSymbol.call(void 0, sourceToken, sourceChain);
1019
1019
  const decimals = _chunkNELAYNA3cjs.getTokenDecimalsByAddress.call(void 0, sourceToken, sourceChain);
1020
1020
  return {
1021
- id: _chunk7HJ7IBRHcjs.getAssetId.call(void 0, { chainId: sourceChain, token: sourceToken }),
1021
+ id: _chunkRVKMKH2Ccjs.getAssetId.call(void 0, { chainId: sourceChain, token: sourceToken }),
1022
1022
  chainId: sourceChain,
1023
1023
  token: sourceToken,
1024
1024
  symbol,
@@ -1068,15 +1068,15 @@ function WithdrawFlow({
1068
1068
  [logFlowError, onError]
1069
1069
  );
1070
1070
  const resolveSessionOwner = _react.useCallback.call(void 0, async (eoaAddress) => {
1071
- const localOwner = _chunk7HJ7IBRHcjs.loadSessionOwnerFromStorage.call(void 0, eoaAddress);
1071
+ const localOwner = _chunkRVKMKH2Ccjs.loadSessionOwnerFromStorage.call(void 0, eoaAddress);
1072
1072
  if (localOwner) {
1073
1073
  return {
1074
- account: _chunk7HJ7IBRHcjs.accountFromPrivateKey.call(void 0, localOwner.privateKey),
1074
+ account: _chunkRVKMKH2Ccjs.accountFromPrivateKey.call(void 0, localOwner.privateKey),
1075
1075
  address: localOwner.address
1076
1076
  };
1077
1077
  }
1078
- const created = _chunk7HJ7IBRHcjs.createSessionOwnerKey.call(void 0, );
1079
- _chunk7HJ7IBRHcjs.saveSessionOwnerToStorage.call(void 0, eoaAddress, created.privateKey, created.address);
1078
+ const created = _chunkRVKMKH2Ccjs.createSessionOwnerKey.call(void 0, );
1079
+ _chunkRVKMKH2Ccjs.saveSessionOwnerToStorage.call(void 0, eoaAddress, created.privateKey, created.address);
1080
1080
  return {
1081
1081
  account: created.account,
1082
1082
  address: created.address
@@ -1106,7 +1106,7 @@ function WithdrawFlow({
1106
1106
  const setup = await service.setupAccount({
1107
1107
  ownerAddress: ownerAddress2,
1108
1108
  sessionOwnerAddress: sessionOwner.address,
1109
- targetChain: _chunk7HJ7IBRHcjs.toEvmCaip2.call(void 0, targetChain),
1109
+ targetChain: _chunkRVKMKH2Ccjs.toEvmCaip2.call(void 0, targetChain),
1110
1110
  targetToken,
1111
1111
  signerAddress,
1112
1112
  sessionChainIds,
@@ -1133,7 +1133,7 @@ function WithdrawFlow({
1133
1133
  primaryType: typedData.primaryType,
1134
1134
  message: typedData.message
1135
1135
  });
1136
- const sessionDetails = _chunk7HJ7IBRHcjs.buildSessionDetails.call(void 0,
1136
+ const sessionDetails = _chunkRVKMKH2Ccjs.buildSessionDetails.call(void 0,
1137
1137
  setup.sessionDetailsUnsigned,
1138
1138
  signature
1139
1139
  );
@@ -1147,7 +1147,7 @@ function WithdrawFlow({
1147
1147
  eoaAddress: ownerAddress2,
1148
1148
  sessionOwner: sessionOwner.address,
1149
1149
  target: {
1150
- chain: _chunk7HJ7IBRHcjs.toEvmCaip2.call(void 0, targetChain),
1150
+ chain: _chunkRVKMKH2Ccjs.toEvmCaip2.call(void 0, targetChain),
1151
1151
  token: targetToken,
1152
1152
  recipient
1153
1153
  }
@@ -1156,7 +1156,7 @@ function WithdrawFlow({
1156
1156
  }
1157
1157
  handleConnected(ownerAddress2, smartAccount);
1158
1158
  const amountUnits = _viem.parseUnits.call(void 0, amountValue, asset.decimals);
1159
- const pc = _nullishCoalesce(_optionalChain([signerContext, 'optionalAccess', _26 => _26.publicClient]), () => ( _chunk7HJ7IBRHcjs.getPublicClient.call(void 0, sourceChain)));
1159
+ const pc = _nullishCoalesce(_optionalChain([signerContext, 'optionalAccess', _26 => _26.publicClient]), () => ( _chunkRVKMKH2Ccjs.getPublicClient.call(void 0, sourceChain)));
1160
1160
  let result;
1161
1161
  if (onSignTransaction) {
1162
1162
  const transferData = isSourceNative ? { to: smartAccount, value: amountUnits, data: "0x" } : {
@@ -1179,7 +1179,7 @@ function WithdrawFlow({
1179
1179
  const { signature } = await onSignTransaction(request);
1180
1180
  const relayResult = await service.relayWithdraw({
1181
1181
  smartAccount,
1182
- chainId: _chunk7HJ7IBRHcjs.toEvmCaip2.call(void 0, sourceChain),
1182
+ chainId: _chunkRVKMKH2Ccjs.toEvmCaip2.call(void 0, sourceChain),
1183
1183
  safeAddress,
1184
1184
  safeTransaction: request.typedData.message,
1185
1185
  signature
@@ -1237,7 +1237,7 @@ function WithdrawFlow({
1237
1237
  targetChain,
1238
1238
  targetToken
1239
1239
  });
1240
- handleError(_chunk7HJ7IBRHcjs.formatUserError.call(void 0, raw), "WITHDRAW_FLOW_ERROR");
1240
+ handleError(_chunkRVKMKH2Ccjs.formatUserError.call(void 0, raw), "WITHDRAW_FLOW_ERROR");
1241
1241
  throw err;
1242
1242
  } finally {
1243
1243
  setIsSubmitting(false);
@@ -1266,9 +1266,17 @@ function WithdrawFlow({
1266
1266
  ]
1267
1267
  );
1268
1268
  const handleWithdrawComplete = _react.useCallback.call(void 0,
1269
- (txHash, destinationTxHash) => {
1270
- logFlow("withdraw:complete", { txHash, destinationTxHash });
1271
- _optionalChain([onWithdrawComplete, 'optionalCall', _28 => _28({ txHash, destinationTxHash })]);
1269
+ (txHash, destinationTxHash, context) => {
1270
+ logFlow("withdraw:complete", { txHash, destinationTxHash, ...context });
1271
+ _optionalChain([onWithdrawComplete, 'optionalCall', _28 => _28({
1272
+ txHash,
1273
+ destinationTxHash,
1274
+ amount: context.amount,
1275
+ sourceChain: context.sourceChain,
1276
+ sourceToken: context.sourceToken,
1277
+ targetChain: context.targetChain,
1278
+ targetToken: context.targetToken
1279
+ })]);
1272
1280
  },
1273
1281
  [logFlow, onWithdrawComplete]
1274
1282
  );
@@ -1347,7 +1355,7 @@ function WithdrawFlow({
1347
1355
  }, [walletOptions, ownerAddress, _optionalChain([reownWallet, 'optionalAccess', _37 => _37.icon])]);
1348
1356
  if (showConnectStep) {
1349
1357
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "rs-modal-body", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1350
- _chunk7HJ7IBRHcjs.ConnectStep,
1358
+ _chunkRVKMKH2Ccjs.ConnectStep,
1351
1359
  {
1352
1360
  walletOptions,
1353
1361
  selectedWalletId: selectedWalletIdEffective,
@@ -1370,7 +1378,7 @@ function WithdrawFlow({
1370
1378
  const resolvedOwnerAddress = signerContext.ownerAddress;
1371
1379
  const resolvedConnectedAddress = _nullishCoalesce(_nullishCoalesce(_nullishCoalesce(_optionalChain([signerContext, 'access', _38 => _38.walletClient, 'optionalAccess', _39 => _39.account, 'optionalAccess', _40 => _40.address]), () => ( _optionalChain([reownWallet, 'optionalAccess', _41 => _41.address]))), () => ( _optionalChain([dappWalletClient, 'optionalAccess', _42 => _42.account, 'optionalAccess', _43 => _43.address]))), () => ( resolvedOwnerAddress));
1372
1380
  const resolvedDefaultRecipient = _nullishCoalesce(defaultRecipient, () => ( resolvedConnectedAddress));
1373
- const formPublicClient = _nullishCoalesce(signerContext.publicClient, () => ( _chunk7HJ7IBRHcjs.getPublicClient.call(void 0, sourceChain)));
1381
+ const formPublicClient = _nullishCoalesce(signerContext.publicClient, () => ( _chunkRVKMKH2Ccjs.getPublicClient.call(void 0, sourceChain)));
1374
1382
  return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "rs-modal-body", children: [
1375
1383
  step.type === "form" && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1376
1384
  WithdrawFormStep,
@@ -1397,13 +1405,14 @@ function WithdrawFlow({
1397
1405
  }
1398
1406
  ),
1399
1407
  step.type === "processing" && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1400
- _chunk7HJ7IBRHcjs.ProcessingStep,
1408
+ _chunkRVKMKH2Ccjs.ProcessingStep,
1401
1409
  {
1402
1410
  smartAccount: step.smartAccount,
1403
1411
  txHash: step.txHash,
1404
1412
  sourceChain: step.sourceChain,
1405
1413
  sourceToken: step.sourceToken,
1406
1414
  targetChain,
1415
+ targetToken,
1407
1416
  amount: step.amount,
1408
1417
  waitForFinalTx,
1409
1418
  service,
@@ -1422,7 +1431,7 @@ function WithdrawFlow({
1422
1431
  // src/WithdrawModal.tsx
1423
1432
 
1424
1433
  var ReownWithdrawInner = _react.lazy.call(void 0,
1425
- () => Promise.resolve().then(() => _interopRequireWildcard(require("./WithdrawModalReown-JIKBNJU7.cjs"))).then((m) => ({
1434
+ () => Promise.resolve().then(() => _interopRequireWildcard(require("./WithdrawModalReown-JD665MKM.cjs"))).then((m) => ({
1426
1435
  default: m.WithdrawModalReown
1427
1436
  }))
1428
1437
  );
@@ -1478,12 +1487,12 @@ function WithdrawModalInner({
1478
1487
  const targetChain = _chunkNELAYNA3cjs.getChainId.call(void 0, targetChainProp);
1479
1488
  const sourceChain = _chunkNELAYNA3cjs.getChainId.call(void 0, sourceChainProp);
1480
1489
  const service = _react.useMemo.call(void 0,
1481
- () => _chunk7HJ7IBRHcjs.createDepositService.call(void 0, backendUrl, { debug, debugScope: "service:withdraw" }),
1490
+ () => _chunkRVKMKH2Ccjs.createDepositService.call(void 0, backendUrl, { debug, debugScope: "service:withdraw" }),
1482
1491
  [backendUrl, debug]
1483
1492
  );
1484
1493
  _react.useEffect.call(void 0, () => {
1485
1494
  if (isOpen && modalRef.current) {
1486
- _chunk7HJ7IBRHcjs.applyTheme.call(void 0, modalRef.current, theme);
1495
+ _chunkRVKMKH2Ccjs.applyTheme.call(void 0, modalRef.current, theme);
1487
1496
  }
1488
1497
  }, [isOpen, theme]);
1489
1498
  const hasCalledReady = _react.useRef.call(void 0, false);
@@ -1519,7 +1528,7 @@ function WithdrawModalInner({
1519
1528
  const title = _nullishCoalesce(_optionalChain([branding, 'optionalAccess', _52 => _52.title]), () => ( "Withdraw"));
1520
1529
  const canGoBack = currentStepIndex > 0 && currentStepIndex < 3 && backHandlerRef.current;
1521
1530
  return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1522
- _chunk7HJ7IBRHcjs.Modal,
1531
+ _chunkRVKMKH2Ccjs.Modal,
1523
1532
  {
1524
1533
  isOpen,
1525
1534
  onClose,
@@ -1577,7 +1586,7 @@ function WithdrawModalInner({
1577
1586
  ] }),
1578
1587
  balance && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "rs-modal-header-balance", children: [
1579
1588
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "rs-modal-header-balance-label", children: balance.title }),
1580
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "rs-modal-header-balance-value", children: _nullishCoalesce(balance.amount, () => ( (totalBalanceUsd !== null ? _chunk7HJ7IBRHcjs.currencyFormatter.format(totalBalanceUsd) : null))) })
1589
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "rs-modal-header-balance-value", children: _nullishCoalesce(balance.amount, () => ( (totalBalanceUsd !== null ? _chunkRVKMKH2Ccjs.currencyFormatter.format(totalBalanceUsd) : null))) })
1581
1590
  ] })
1582
1591
  ] }),
1583
1592
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "rs-modal-header-nav-right", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,