@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.
- package/dist/{DepositModalReown-BVHWFWIG.mjs → DepositModalReown-OHTRNISJ.mjs} +3 -3
- package/dist/{DepositModalReown-4PFOMSC6.cjs → DepositModalReown-ZD3ROLZG.cjs} +4 -4
- package/dist/{WithdrawModalReown-CJCNT7SA.mjs → WithdrawModalReown-IJAMIPSY.mjs} +3 -3
- package/dist/{WithdrawModalReown-YREQR7DV.cjs → WithdrawModalReown-SVZQKH2X.cjs} +4 -4
- package/dist/{chunk-XTTTHW3W.mjs → chunk-BOKLFGNS.mjs} +94 -55
- package/dist/{chunk-N6T4TKXI.mjs → chunk-CIAKCO7G.mjs} +17 -20
- package/dist/{chunk-CPIQJR47.cjs → chunk-K4YSUWIT.cjs} +54 -54
- package/dist/{chunk-7ZCUANBT.cjs → chunk-KIRDZLOS.cjs} +55 -58
- package/dist/{chunk-K6YG3I6O.mjs → chunk-S76PY7GZ.mjs} +3 -3
- package/dist/{chunk-CSQRKM4Y.mjs → chunk-VL47TLTE.mjs} +5 -1
- package/dist/{chunk-DLYVHOME.cjs → chunk-WB3ZJJBH.cjs} +6 -2
- package/dist/{chunk-5QJNOPNF.cjs → chunk-WDDONQLV.cjs} +190 -151
- package/dist/constants.cjs +4 -2
- package/dist/constants.d.cts +2 -1
- package/dist/constants.d.ts +2 -1
- package/dist/constants.mjs +3 -1
- package/dist/deposit.cjs +4 -4
- package/dist/deposit.mjs +3 -3
- package/dist/index.cjs +7 -5
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +6 -4
- package/dist/reown.cjs +5 -5
- package/dist/reown.mjs +4 -4
- package/dist/withdraw.cjs +4 -4
- package/dist/withdraw.mjs +3 -3
- package/package.json +1 -1
package/dist/constants.cjs
CHANGED
|
@@ -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
|
-
|
|
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;
|
package/dist/constants.d.cts
CHANGED
|
@@ -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 };
|
package/dist/constants.d.ts
CHANGED
|
@@ -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 };
|
package/dist/constants.mjs
CHANGED
|
@@ -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-
|
|
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
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
3
|
+
var _chunkWDDONQLVcjs = require('./chunk-WDDONQLV.cjs');
|
|
4
|
+
require('./chunk-KIRDZLOS.cjs');
|
|
5
|
+
require('./chunk-WB3ZJJBH.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.DepositModal =
|
|
8
|
+
exports.DepositModal = _chunkWDDONQLVcjs.DepositModal;
|
package/dist/deposit.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkWDDONQLVcjs = require('./chunk-WDDONQLV.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
7
|
-
require('./chunk-
|
|
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
|
-
|
|
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-
|
|
3
|
+
} from "./chunk-BOKLFGNS.mjs";
|
|
4
4
|
import {
|
|
5
5
|
WithdrawModal
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
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-
|
|
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
|
|
3
|
+
var _chunkWDDONQLVcjs = require('./chunk-WDDONQLV.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
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 =
|
|
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-
|
|
3
|
+
} from "./chunk-BOKLFGNS.mjs";
|
|
4
4
|
import {
|
|
5
5
|
WithdrawModal
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
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
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
3
|
+
var _chunkK4YSUWITcjs = require('./chunk-K4YSUWIT.cjs');
|
|
4
|
+
require('./chunk-KIRDZLOS.cjs');
|
|
5
|
+
require('./chunk-WB3ZJJBH.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.WithdrawModal =
|
|
8
|
+
exports.WithdrawModal = _chunkK4YSUWITcjs.WithdrawModal;
|
package/dist/withdraw.mjs
CHANGED