@rhinestone/deposit-modal 0.1.29 → 0.1.30

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.
@@ -26,8 +26,8 @@
26
26
 
27
27
 
28
28
 
29
- var _chunkDLYVHOMEcjs = require('./chunk-DLYVHOME.cjs');
30
29
 
30
+ var _chunkWB3ZJJBHcjs = require('./chunk-WB3ZJJBH.cjs');
31
31
 
32
32
 
33
33
 
@@ -55,4 +55,6 @@ var _chunkDLYVHOMEcjs = require('./chunk-DLYVHOME.cjs');
55
55
 
56
56
 
57
57
 
58
- exports.CHAIN_BY_ID = _chunkDLYVHOMEcjs.CHAIN_BY_ID; exports.DEFAULT_BACKEND_URL = _chunkDLYVHOMEcjs.DEFAULT_BACKEND_URL; exports.DEFAULT_SIGNER_ADDRESS = _chunkDLYVHOMEcjs.DEFAULT_SIGNER_ADDRESS; exports.NATIVE_TOKEN_ADDRESS = _chunkDLYVHOMEcjs.NATIVE_TOKEN_ADDRESS; exports.SOURCE_CHAINS = _chunkDLYVHOMEcjs.SOURCE_CHAINS; exports.SUPPORTED_CHAINS = _chunkDLYVHOMEcjs.SUPPORTED_CHAINS; exports.chainRegistry = _chunkDLYVHOMEcjs.chainRegistry; exports.findChainIdForToken = _chunkDLYVHOMEcjs.findChainIdForToken; exports.getChainBadge = _chunkDLYVHOMEcjs.getChainBadge; exports.getChainIcon = _chunkDLYVHOMEcjs.getChainIcon; exports.getChainId = _chunkDLYVHOMEcjs.getChainId; exports.getChainName = _chunkDLYVHOMEcjs.getChainName; exports.getChainObject = _chunkDLYVHOMEcjs.getChainObject; exports.getExplorerName = _chunkDLYVHOMEcjs.getExplorerName; exports.getExplorerTxUrl = _chunkDLYVHOMEcjs.getExplorerTxUrl; exports.getExplorerUrl = _chunkDLYVHOMEcjs.getExplorerUrl; exports.getSupportedChainIds = _chunkDLYVHOMEcjs.getSupportedChainIds; exports.getSupportedTargetTokens = _chunkDLYVHOMEcjs.getSupportedTargetTokens; exports.getSupportedTokenSymbolsForChain = _chunkDLYVHOMEcjs.getSupportedTokenSymbolsForChain; exports.getTokenAddress = _chunkDLYVHOMEcjs.getTokenAddress; exports.getTokenDecimals = _chunkDLYVHOMEcjs.getTokenDecimals; exports.getTokenDecimalsByAddress = _chunkDLYVHOMEcjs.getTokenDecimalsByAddress; exports.getTokenIcon = _chunkDLYVHOMEcjs.getTokenIcon; exports.getTokenSymbol = _chunkDLYVHOMEcjs.getTokenSymbol; exports.getUsdcAddress = _chunkDLYVHOMEcjs.getUsdcAddress; exports.getUsdcDecimals = _chunkDLYVHOMEcjs.getUsdcDecimals; exports.isSupportedTokenAddressForChain = _chunkDLYVHOMEcjs.isSupportedTokenAddressForChain;
58
+
59
+
60
+ exports.CHAIN_BY_ID = _chunkWB3ZJJBHcjs.CHAIN_BY_ID; exports.DEFAULT_BACKEND_URL = _chunkWB3ZJJBHcjs.DEFAULT_BACKEND_URL; exports.DEFAULT_SIGNER_ADDRESS = _chunkWB3ZJJBHcjs.DEFAULT_SIGNER_ADDRESS; exports.NATIVE_TOKEN_ADDRESS = _chunkWB3ZJJBHcjs.NATIVE_TOKEN_ADDRESS; exports.SOURCE_CHAINS = _chunkWB3ZJJBHcjs.SOURCE_CHAINS; exports.SUPPORTED_CHAINS = _chunkWB3ZJJBHcjs.SUPPORTED_CHAINS; exports.chainRegistry = _chunkWB3ZJJBHcjs.chainRegistry; exports.findChainIdForToken = _chunkWB3ZJJBHcjs.findChainIdForToken; exports.getChainBadge = _chunkWB3ZJJBHcjs.getChainBadge; exports.getChainIcon = _chunkWB3ZJJBHcjs.getChainIcon; exports.getChainId = _chunkWB3ZJJBHcjs.getChainId; exports.getChainName = _chunkWB3ZJJBHcjs.getChainName; exports.getChainObject = _chunkWB3ZJJBHcjs.getChainObject; exports.getExplorerName = _chunkWB3ZJJBHcjs.getExplorerName; exports.getExplorerTxUrl = _chunkWB3ZJJBHcjs.getExplorerTxUrl; exports.getExplorerUrl = _chunkWB3ZJJBHcjs.getExplorerUrl; exports.getSupportedChainIds = _chunkWB3ZJJBHcjs.getSupportedChainIds; exports.getSupportedTargetTokens = _chunkWB3ZJJBHcjs.getSupportedTargetTokens; exports.getSupportedTokenSymbolsForChain = _chunkWB3ZJJBHcjs.getSupportedTokenSymbolsForChain; exports.getTargetTokenSymbolsForChain = _chunkWB3ZJJBHcjs.getTargetTokenSymbolsForChain; exports.getTokenAddress = _chunkWB3ZJJBHcjs.getTokenAddress; exports.getTokenDecimals = _chunkWB3ZJJBHcjs.getTokenDecimals; exports.getTokenDecimalsByAddress = _chunkWB3ZJJBHcjs.getTokenDecimalsByAddress; exports.getTokenIcon = _chunkWB3ZJJBHcjs.getTokenIcon; exports.getTokenSymbol = _chunkWB3ZJJBHcjs.getTokenSymbol; exports.getUsdcAddress = _chunkWB3ZJJBHcjs.getUsdcAddress; exports.getUsdcDecimals = _chunkWB3ZJJBHcjs.getUsdcDecimals; exports.isSupportedTokenAddressForChain = _chunkWB3ZJJBHcjs.isSupportedTokenAddressForChain;
@@ -28,6 +28,7 @@ declare function getUsdcAddress(chainId: number): Address | undefined;
28
28
  declare function getUsdcDecimals(chainId: number): number;
29
29
  declare function getTokenAddress(symbol: string, chainId: number): Address | undefined;
30
30
  declare function getTokenDecimals(symbol: string, chainId: number): number;
31
+ declare function getTargetTokenSymbolsForChain(chainId: number): string[];
31
32
  declare function getSupportedTokenSymbolsForChain(chainId: number): string[];
32
33
  declare function getSupportedChainIds(): number[];
33
34
  declare function isSupportedTokenAddressForChain(token: Address, chainId: number): boolean;
@@ -47,4 +48,4 @@ declare function getExplorerName(chainId: number): string;
47
48
  declare function getChainIcon(chainId: number): string | undefined;
48
49
  declare function getTokenIcon(symbol: string): string | undefined;
49
50
 
50
- export { CHAIN_BY_ID, DEFAULT_BACKEND_URL, DEFAULT_SIGNER_ADDRESS, NATIVE_TOKEN_ADDRESS, SOURCE_CHAINS, SUPPORTED_CHAINS, type SupportedTokenOption, chainRegistry, findChainIdForToken, getChainBadge, getChainIcon, getChainId, getChainName, getChainObject, getExplorerName, getExplorerTxUrl, getExplorerUrl, getSupportedChainIds, getSupportedTargetTokens, getSupportedTokenSymbolsForChain, getTokenAddress, getTokenDecimals, getTokenDecimalsByAddress, getTokenIcon, getTokenSymbol, getUsdcAddress, getUsdcDecimals, isSupportedTokenAddressForChain };
51
+ export { CHAIN_BY_ID, DEFAULT_BACKEND_URL, DEFAULT_SIGNER_ADDRESS, NATIVE_TOKEN_ADDRESS, SOURCE_CHAINS, SUPPORTED_CHAINS, type SupportedTokenOption, chainRegistry, findChainIdForToken, getChainBadge, getChainIcon, getChainId, getChainName, getChainObject, getExplorerName, getExplorerTxUrl, getExplorerUrl, getSupportedChainIds, getSupportedTargetTokens, getSupportedTokenSymbolsForChain, getTargetTokenSymbolsForChain, getTokenAddress, getTokenDecimals, getTokenDecimalsByAddress, getTokenIcon, getTokenSymbol, getUsdcAddress, getUsdcDecimals, isSupportedTokenAddressForChain };
@@ -28,6 +28,7 @@ declare function getUsdcAddress(chainId: number): Address | undefined;
28
28
  declare function getUsdcDecimals(chainId: number): number;
29
29
  declare function getTokenAddress(symbol: string, chainId: number): Address | undefined;
30
30
  declare function getTokenDecimals(symbol: string, chainId: number): number;
31
+ declare function getTargetTokenSymbolsForChain(chainId: number): string[];
31
32
  declare function getSupportedTokenSymbolsForChain(chainId: number): string[];
32
33
  declare function getSupportedChainIds(): number[];
33
34
  declare function isSupportedTokenAddressForChain(token: Address, chainId: number): boolean;
@@ -47,4 +48,4 @@ declare function getExplorerName(chainId: number): string;
47
48
  declare function getChainIcon(chainId: number): string | undefined;
48
49
  declare function getTokenIcon(symbol: string): string | undefined;
49
50
 
50
- export { CHAIN_BY_ID, DEFAULT_BACKEND_URL, DEFAULT_SIGNER_ADDRESS, NATIVE_TOKEN_ADDRESS, SOURCE_CHAINS, SUPPORTED_CHAINS, type SupportedTokenOption, chainRegistry, findChainIdForToken, getChainBadge, getChainIcon, getChainId, getChainName, getChainObject, getExplorerName, getExplorerTxUrl, getExplorerUrl, getSupportedChainIds, getSupportedTargetTokens, getSupportedTokenSymbolsForChain, getTokenAddress, getTokenDecimals, getTokenDecimalsByAddress, getTokenIcon, getTokenSymbol, getUsdcAddress, getUsdcDecimals, isSupportedTokenAddressForChain };
51
+ export { CHAIN_BY_ID, DEFAULT_BACKEND_URL, DEFAULT_SIGNER_ADDRESS, NATIVE_TOKEN_ADDRESS, SOURCE_CHAINS, SUPPORTED_CHAINS, type SupportedTokenOption, chainRegistry, findChainIdForToken, getChainBadge, getChainIcon, getChainId, getChainName, getChainObject, getExplorerName, getExplorerTxUrl, getExplorerUrl, getSupportedChainIds, getSupportedTargetTokens, getSupportedTokenSymbolsForChain, getTargetTokenSymbolsForChain, getTokenAddress, getTokenDecimals, getTokenDecimalsByAddress, getTokenIcon, getTokenSymbol, getUsdcAddress, getUsdcDecimals, isSupportedTokenAddressForChain };
@@ -18,6 +18,7 @@ import {
18
18
  getSupportedChainIds,
19
19
  getSupportedTargetTokens,
20
20
  getSupportedTokenSymbolsForChain,
21
+ getTargetTokenSymbolsForChain,
21
22
  getTokenAddress,
22
23
  getTokenDecimals,
23
24
  getTokenDecimalsByAddress,
@@ -26,7 +27,7 @@ import {
26
27
  getUsdcAddress,
27
28
  getUsdcDecimals,
28
29
  isSupportedTokenAddressForChain
29
- } from "./chunk-CSQRKM4Y.mjs";
30
+ } from "./chunk-VL47TLTE.mjs";
30
31
  export {
31
32
  CHAIN_BY_ID,
32
33
  DEFAULT_BACKEND_URL,
@@ -47,6 +48,7 @@ export {
47
48
  getSupportedChainIds,
48
49
  getSupportedTargetTokens,
49
50
  getSupportedTokenSymbolsForChain,
51
+ getTargetTokenSymbolsForChain,
50
52
  getTokenAddress,
51
53
  getTokenDecimals,
52
54
  getTokenDecimalsByAddress,
package/dist/deposit.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk5QJNOPNFcjs = require('./chunk-5QJNOPNF.cjs');
4
- require('./chunk-7ZCUANBT.cjs');
5
- require('./chunk-DLYVHOME.cjs');
3
+ var _chunkWDDONQLVcjs = require('./chunk-WDDONQLV.cjs');
4
+ require('./chunk-KIRDZLOS.cjs');
5
+ require('./chunk-WB3ZJJBH.cjs');
6
6
 
7
7
 
8
- exports.DepositModal = _chunk5QJNOPNFcjs.DepositModal;
8
+ exports.DepositModal = _chunkWDDONQLVcjs.DepositModal;
package/dist/deposit.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  DepositModal
3
- } from "./chunk-XTTTHW3W.mjs";
4
- import "./chunk-N6T4TKXI.mjs";
5
- import "./chunk-CSQRKM4Y.mjs";
3
+ } from "./chunk-BOKLFGNS.mjs";
4
+ import "./chunk-CIAKCO7G.mjs";
5
+ import "./chunk-VL47TLTE.mjs";
6
6
  export {
7
7
  DepositModal
8
8
  };
package/dist/index.cjs CHANGED
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk5QJNOPNFcjs = require('./chunk-5QJNOPNF.cjs');
3
+ var _chunkWDDONQLVcjs = require('./chunk-WDDONQLV.cjs');
4
4
 
5
5
 
6
- var _chunkCPIQJR47cjs = require('./chunk-CPIQJR47.cjs');
7
- require('./chunk-7ZCUANBT.cjs');
6
+ var _chunkK4YSUWITcjs = require('./chunk-K4YSUWIT.cjs');
7
+ require('./chunk-KIRDZLOS.cjs');
8
8
 
9
9
 
10
10
 
@@ -33,8 +33,8 @@ require('./chunk-7ZCUANBT.cjs');
33
33
 
34
34
 
35
35
 
36
- var _chunkDLYVHOMEcjs = require('./chunk-DLYVHOME.cjs');
37
36
 
37
+ var _chunkWB3ZJJBHcjs = require('./chunk-WB3ZJJBH.cjs');
38
38
 
39
39
 
40
40
 
@@ -64,4 +64,6 @@ var _chunkDLYVHOMEcjs = require('./chunk-DLYVHOME.cjs');
64
64
 
65
65
 
66
66
 
67
- exports.CHAIN_BY_ID = _chunkDLYVHOMEcjs.CHAIN_BY_ID; exports.DEFAULT_BACKEND_URL = _chunkDLYVHOMEcjs.DEFAULT_BACKEND_URL; exports.DEFAULT_SIGNER_ADDRESS = _chunkDLYVHOMEcjs.DEFAULT_SIGNER_ADDRESS; exports.DepositModal = _chunk5QJNOPNFcjs.DepositModal; exports.NATIVE_TOKEN_ADDRESS = _chunkDLYVHOMEcjs.NATIVE_TOKEN_ADDRESS; exports.SOURCE_CHAINS = _chunkDLYVHOMEcjs.SOURCE_CHAINS; exports.SUPPORTED_CHAINS = _chunkDLYVHOMEcjs.SUPPORTED_CHAINS; exports.WithdrawModal = _chunkCPIQJR47cjs.WithdrawModal; exports.chainRegistry = _chunkDLYVHOMEcjs.chainRegistry; exports.findChainIdForToken = _chunkDLYVHOMEcjs.findChainIdForToken; exports.getChainBadge = _chunkDLYVHOMEcjs.getChainBadge; exports.getChainIcon = _chunkDLYVHOMEcjs.getChainIcon; exports.getChainId = _chunkDLYVHOMEcjs.getChainId; exports.getChainName = _chunkDLYVHOMEcjs.getChainName; exports.getChainObject = _chunkDLYVHOMEcjs.getChainObject; exports.getExplorerName = _chunkDLYVHOMEcjs.getExplorerName; exports.getExplorerTxUrl = _chunkDLYVHOMEcjs.getExplorerTxUrl; exports.getExplorerUrl = _chunkDLYVHOMEcjs.getExplorerUrl; exports.getSupportedChainIds = _chunkDLYVHOMEcjs.getSupportedChainIds; exports.getSupportedTargetTokens = _chunkDLYVHOMEcjs.getSupportedTargetTokens; exports.getSupportedTokenSymbolsForChain = _chunkDLYVHOMEcjs.getSupportedTokenSymbolsForChain; exports.getTokenAddress = _chunkDLYVHOMEcjs.getTokenAddress; exports.getTokenDecimals = _chunkDLYVHOMEcjs.getTokenDecimals; exports.getTokenDecimalsByAddress = _chunkDLYVHOMEcjs.getTokenDecimalsByAddress; exports.getTokenIcon = _chunkDLYVHOMEcjs.getTokenIcon; exports.getTokenSymbol = _chunkDLYVHOMEcjs.getTokenSymbol; exports.getUsdcAddress = _chunkDLYVHOMEcjs.getUsdcAddress; exports.getUsdcDecimals = _chunkDLYVHOMEcjs.getUsdcDecimals; exports.isSupportedTokenAddressForChain = _chunkDLYVHOMEcjs.isSupportedTokenAddressForChain;
67
+
68
+
69
+ exports.CHAIN_BY_ID = _chunkWB3ZJJBHcjs.CHAIN_BY_ID; exports.DEFAULT_BACKEND_URL = _chunkWB3ZJJBHcjs.DEFAULT_BACKEND_URL; exports.DEFAULT_SIGNER_ADDRESS = _chunkWB3ZJJBHcjs.DEFAULT_SIGNER_ADDRESS; exports.DepositModal = _chunkWDDONQLVcjs.DepositModal; exports.NATIVE_TOKEN_ADDRESS = _chunkWB3ZJJBHcjs.NATIVE_TOKEN_ADDRESS; exports.SOURCE_CHAINS = _chunkWB3ZJJBHcjs.SOURCE_CHAINS; exports.SUPPORTED_CHAINS = _chunkWB3ZJJBHcjs.SUPPORTED_CHAINS; exports.WithdrawModal = _chunkK4YSUWITcjs.WithdrawModal; exports.chainRegistry = _chunkWB3ZJJBHcjs.chainRegistry; exports.findChainIdForToken = _chunkWB3ZJJBHcjs.findChainIdForToken; exports.getChainBadge = _chunkWB3ZJJBHcjs.getChainBadge; exports.getChainIcon = _chunkWB3ZJJBHcjs.getChainIcon; exports.getChainId = _chunkWB3ZJJBHcjs.getChainId; exports.getChainName = _chunkWB3ZJJBHcjs.getChainName; exports.getChainObject = _chunkWB3ZJJBHcjs.getChainObject; exports.getExplorerName = _chunkWB3ZJJBHcjs.getExplorerName; exports.getExplorerTxUrl = _chunkWB3ZJJBHcjs.getExplorerTxUrl; exports.getExplorerUrl = _chunkWB3ZJJBHcjs.getExplorerUrl; exports.getSupportedChainIds = _chunkWB3ZJJBHcjs.getSupportedChainIds; exports.getSupportedTargetTokens = _chunkWB3ZJJBHcjs.getSupportedTargetTokens; exports.getSupportedTokenSymbolsForChain = _chunkWB3ZJJBHcjs.getSupportedTokenSymbolsForChain; exports.getTargetTokenSymbolsForChain = _chunkWB3ZJJBHcjs.getTargetTokenSymbolsForChain; exports.getTokenAddress = _chunkWB3ZJJBHcjs.getTokenAddress; exports.getTokenDecimals = _chunkWB3ZJJBHcjs.getTokenDecimals; exports.getTokenDecimalsByAddress = _chunkWB3ZJJBHcjs.getTokenDecimalsByAddress; exports.getTokenIcon = _chunkWB3ZJJBHcjs.getTokenIcon; exports.getTokenSymbol = _chunkWB3ZJJBHcjs.getTokenSymbol; exports.getUsdcAddress = _chunkWB3ZJJBHcjs.getUsdcAddress; exports.getUsdcDecimals = _chunkWB3ZJJBHcjs.getUsdcDecimals; exports.isSupportedTokenAddressForChain = _chunkWB3ZJJBHcjs.isSupportedTokenAddressForChain;
package/dist/index.d.cts CHANGED
@@ -1,7 +1,7 @@
1
1
  export { DepositModal } from './deposit.cjs';
2
2
  export { WithdrawModal } from './withdraw.cjs';
3
3
  export { A as AssetOption, C as ConnectedEventData, D as DepositCompleteEventData, a as DepositFailedEventData, b as DepositModalBranding, c as DepositModalProps, d as DepositModalTheme, e as DepositModalUIConfig, f as DepositSubmittedEventData, E as ErrorEventData, W as WithdrawCompleteEventData, g as WithdrawFailedEventData, h as WithdrawModalProps, i as WithdrawSubmittedEventData } from './types-BwaQ7jK5.cjs';
4
- export { CHAIN_BY_ID, DEFAULT_BACKEND_URL, DEFAULT_SIGNER_ADDRESS, NATIVE_TOKEN_ADDRESS, SOURCE_CHAINS, SUPPORTED_CHAINS, chainRegistry, findChainIdForToken, getChainBadge, getChainIcon, getChainId, getChainName, getChainObject, getExplorerName, getExplorerTxUrl, getExplorerUrl, getSupportedChainIds, getSupportedTargetTokens, getSupportedTokenSymbolsForChain, getTokenAddress, getTokenDecimals, getTokenDecimalsByAddress, getTokenIcon, getTokenSymbol, getUsdcAddress, getUsdcDecimals, isSupportedTokenAddressForChain } from './constants.cjs';
4
+ export { CHAIN_BY_ID, DEFAULT_BACKEND_URL, DEFAULT_SIGNER_ADDRESS, NATIVE_TOKEN_ADDRESS, SOURCE_CHAINS, SUPPORTED_CHAINS, chainRegistry, findChainIdForToken, getChainBadge, getChainIcon, getChainId, getChainName, getChainObject, getExplorerName, getExplorerTxUrl, getExplorerUrl, getSupportedChainIds, getSupportedTargetTokens, getSupportedTokenSymbolsForChain, getTargetTokenSymbolsForChain, getTokenAddress, getTokenDecimals, getTokenDecimalsByAddress, getTokenIcon, getTokenSymbol, getUsdcAddress, getUsdcDecimals, isSupportedTokenAddressForChain } from './constants.cjs';
5
5
  export { SafeTransactionRequest } from './safe.cjs';
6
6
  import 'react/jsx-runtime';
7
7
  import 'viem';
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  export { DepositModal } from './deposit.js';
2
2
  export { WithdrawModal } from './withdraw.js';
3
3
  export { A as AssetOption, C as ConnectedEventData, D as DepositCompleteEventData, a as DepositFailedEventData, b as DepositModalBranding, c as DepositModalProps, d as DepositModalTheme, e as DepositModalUIConfig, f as DepositSubmittedEventData, E as ErrorEventData, W as WithdrawCompleteEventData, g as WithdrawFailedEventData, h as WithdrawModalProps, i as WithdrawSubmittedEventData } from './types-CgXyx46m.js';
4
- export { CHAIN_BY_ID, DEFAULT_BACKEND_URL, DEFAULT_SIGNER_ADDRESS, NATIVE_TOKEN_ADDRESS, SOURCE_CHAINS, SUPPORTED_CHAINS, chainRegistry, findChainIdForToken, getChainBadge, getChainIcon, getChainId, getChainName, getChainObject, getExplorerName, getExplorerTxUrl, getExplorerUrl, getSupportedChainIds, getSupportedTargetTokens, getSupportedTokenSymbolsForChain, getTokenAddress, getTokenDecimals, getTokenDecimalsByAddress, getTokenIcon, getTokenSymbol, getUsdcAddress, getUsdcDecimals, isSupportedTokenAddressForChain } from './constants.js';
4
+ export { CHAIN_BY_ID, DEFAULT_BACKEND_URL, DEFAULT_SIGNER_ADDRESS, NATIVE_TOKEN_ADDRESS, SOURCE_CHAINS, SUPPORTED_CHAINS, chainRegistry, findChainIdForToken, getChainBadge, getChainIcon, getChainId, getChainName, getChainObject, getExplorerName, getExplorerTxUrl, getExplorerUrl, getSupportedChainIds, getSupportedTargetTokens, getSupportedTokenSymbolsForChain, getTargetTokenSymbolsForChain, getTokenAddress, getTokenDecimals, getTokenDecimalsByAddress, getTokenIcon, getTokenSymbol, getUsdcAddress, getUsdcDecimals, isSupportedTokenAddressForChain } from './constants.js';
5
5
  export { SafeTransactionRequest } from './safe.js';
6
6
  import 'react/jsx-runtime';
7
7
  import 'viem';
package/dist/index.mjs CHANGED
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  DepositModal
3
- } from "./chunk-XTTTHW3W.mjs";
3
+ } from "./chunk-BOKLFGNS.mjs";
4
4
  import {
5
5
  WithdrawModal
6
- } from "./chunk-K6YG3I6O.mjs";
7
- import "./chunk-N6T4TKXI.mjs";
6
+ } from "./chunk-S76PY7GZ.mjs";
7
+ import "./chunk-CIAKCO7G.mjs";
8
8
  import {
9
9
  CHAIN_BY_ID,
10
10
  DEFAULT_BACKEND_URL,
@@ -25,6 +25,7 @@ import {
25
25
  getSupportedChainIds,
26
26
  getSupportedTargetTokens,
27
27
  getSupportedTokenSymbolsForChain,
28
+ getTargetTokenSymbolsForChain,
28
29
  getTokenAddress,
29
30
  getTokenDecimals,
30
31
  getTokenDecimalsByAddress,
@@ -33,7 +34,7 @@ import {
33
34
  getUsdcAddress,
34
35
  getUsdcDecimals,
35
36
  isSupportedTokenAddressForChain
36
- } from "./chunk-CSQRKM4Y.mjs";
37
+ } from "./chunk-VL47TLTE.mjs";
37
38
  export {
38
39
  CHAIN_BY_ID,
39
40
  DEFAULT_BACKEND_URL,
@@ -56,6 +57,7 @@ export {
56
57
  getSupportedChainIds,
57
58
  getSupportedTargetTokens,
58
59
  getSupportedTokenSymbolsForChain,
60
+ getTargetTokenSymbolsForChain,
59
61
  getTokenAddress,
60
62
  getTokenDecimals,
61
63
  getTokenDecimalsByAddress,
package/dist/reown.cjs CHANGED
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk5QJNOPNFcjs = require('./chunk-5QJNOPNF.cjs');
3
+ var _chunkWDDONQLVcjs = require('./chunk-WDDONQLV.cjs');
4
4
 
5
5
 
6
- var _chunkCPIQJR47cjs = require('./chunk-CPIQJR47.cjs');
7
- require('./chunk-7ZCUANBT.cjs');
8
- require('./chunk-DLYVHOME.cjs');
6
+ var _chunkK4YSUWITcjs = require('./chunk-K4YSUWIT.cjs');
7
+ require('./chunk-KIRDZLOS.cjs');
8
+ require('./chunk-WB3ZJJBH.cjs');
9
9
 
10
10
 
11
11
 
12
- exports.DepositModal = _chunk5QJNOPNFcjs.DepositModal; exports.WithdrawModal = _chunkCPIQJR47cjs.WithdrawModal;
12
+ exports.DepositModal = _chunkWDDONQLVcjs.DepositModal; exports.WithdrawModal = _chunkK4YSUWITcjs.WithdrawModal;
package/dist/reown.mjs CHANGED
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  DepositModal
3
- } from "./chunk-XTTTHW3W.mjs";
3
+ } from "./chunk-BOKLFGNS.mjs";
4
4
  import {
5
5
  WithdrawModal
6
- } from "./chunk-K6YG3I6O.mjs";
7
- import "./chunk-N6T4TKXI.mjs";
8
- import "./chunk-CSQRKM4Y.mjs";
6
+ } from "./chunk-S76PY7GZ.mjs";
7
+ import "./chunk-CIAKCO7G.mjs";
8
+ import "./chunk-VL47TLTE.mjs";
9
9
  export {
10
10
  DepositModal,
11
11
  WithdrawModal
package/dist/withdraw.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkCPIQJR47cjs = require('./chunk-CPIQJR47.cjs');
4
- require('./chunk-7ZCUANBT.cjs');
5
- require('./chunk-DLYVHOME.cjs');
3
+ var _chunkK4YSUWITcjs = require('./chunk-K4YSUWIT.cjs');
4
+ require('./chunk-KIRDZLOS.cjs');
5
+ require('./chunk-WB3ZJJBH.cjs');
6
6
 
7
7
 
8
- exports.WithdrawModal = _chunkCPIQJR47cjs.WithdrawModal;
8
+ exports.WithdrawModal = _chunkK4YSUWITcjs.WithdrawModal;
package/dist/withdraw.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  WithdrawModal
3
- } from "./chunk-K6YG3I6O.mjs";
4
- import "./chunk-N6T4TKXI.mjs";
5
- import "./chunk-CSQRKM4Y.mjs";
3
+ } from "./chunk-S76PY7GZ.mjs";
4
+ import "./chunk-CIAKCO7G.mjs";
5
+ import "./chunk-VL47TLTE.mjs";
6
6
  export {
7
7
  WithdrawModal
8
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/deposit-modal",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "description": "React modal component for Rhinestone cross-chain deposits",
5
5
  "author": "Rhinestone <dev@rhinestone.wtf>",
6
6
  "bugs": {