@rhinestone/deposit-modal 0.2.2 → 0.2.4

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/index.mjs CHANGED
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  DepositModal
3
- } from "./chunk-UTQ7EYXO.mjs";
3
+ } from "./chunk-HFQV7EHS.mjs";
4
4
  import {
5
5
  WithdrawModal
6
- } from "./chunk-MKO5TNVQ.mjs";
6
+ } from "./chunk-KJEHVIPZ.mjs";
7
7
  import {
8
8
  disconnectWallet
9
9
  } from "./chunk-5YXAQB6A.mjs";
10
- import "./chunk-JRNGXHWQ.mjs";
10
+ import "./chunk-WNFGZS56.mjs";
11
11
  import {
12
12
  CHAIN_BY_ID,
13
13
  DEFAULT_BACKEND_URL,
@@ -37,7 +37,7 @@ import {
37
37
  getUsdcAddress,
38
38
  getUsdcDecimals,
39
39
  isSupportedTokenAddressForChain
40
- } from "./chunk-SDZKKUCJ.mjs";
40
+ } from "./chunk-WHW3ZMOT.mjs";
41
41
  export {
42
42
  CHAIN_BY_ID,
43
43
  DEFAULT_BACKEND_URL,
package/dist/reown.cjs CHANGED
@@ -1,16 +1,16 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkOPCYL3OIcjs = require('./chunk-OPCYL3OI.cjs');
3
+ var _chunkARGMXV6Ecjs = require('./chunk-ARGMXV6E.cjs');
4
4
 
5
5
 
6
- var _chunk5EU7N73Mcjs = require('./chunk-5EU7N73M.cjs');
6
+ var _chunkQUOP5C6Vcjs = require('./chunk-QUOP5C6V.cjs');
7
7
 
8
8
 
9
9
  var _chunkYQFH2WSWcjs = require('./chunk-YQFH2WSW.cjs');
10
- require('./chunk-T2KOQH57.cjs');
11
- require('./chunk-MUWVDVY4.cjs');
10
+ require('./chunk-NFXJEOE6.cjs');
11
+ require('./chunk-R2HP743T.cjs');
12
12
 
13
13
 
14
14
 
15
15
 
16
- exports.DepositModal = _chunkOPCYL3OIcjs.DepositModal; exports.WithdrawModal = _chunk5EU7N73Mcjs.WithdrawModal; exports.disconnectWallet = _chunkYQFH2WSWcjs.disconnectWallet;
16
+ exports.DepositModal = _chunkARGMXV6Ecjs.DepositModal; exports.WithdrawModal = _chunkQUOP5C6Vcjs.WithdrawModal; exports.disconnectWallet = _chunkYQFH2WSWcjs.disconnectWallet;
package/dist/reown.mjs CHANGED
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  DepositModal
3
- } from "./chunk-UTQ7EYXO.mjs";
3
+ } from "./chunk-HFQV7EHS.mjs";
4
4
  import {
5
5
  WithdrawModal
6
- } from "./chunk-MKO5TNVQ.mjs";
6
+ } from "./chunk-KJEHVIPZ.mjs";
7
7
  import {
8
8
  disconnectWallet
9
9
  } from "./chunk-5YXAQB6A.mjs";
10
- import "./chunk-JRNGXHWQ.mjs";
11
- import "./chunk-SDZKKUCJ.mjs";
10
+ import "./chunk-WNFGZS56.mjs";
11
+ import "./chunk-WHW3ZMOT.mjs";
12
12
  export {
13
13
  DepositModal,
14
14
  WithdrawModal,
package/dist/withdraw.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk5EU7N73Mcjs = require('./chunk-5EU7N73M.cjs');
4
- require('./chunk-T2KOQH57.cjs');
5
- require('./chunk-MUWVDVY4.cjs');
3
+ var _chunkQUOP5C6Vcjs = require('./chunk-QUOP5C6V.cjs');
4
+ require('./chunk-NFXJEOE6.cjs');
5
+ require('./chunk-R2HP743T.cjs');
6
6
 
7
7
 
8
- exports.WithdrawModal = _chunk5EU7N73Mcjs.WithdrawModal;
8
+ exports.WithdrawModal = _chunkQUOP5C6Vcjs.WithdrawModal;
package/dist/withdraw.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  WithdrawModal
3
- } from "./chunk-MKO5TNVQ.mjs";
4
- import "./chunk-JRNGXHWQ.mjs";
5
- import "./chunk-SDZKKUCJ.mjs";
3
+ } from "./chunk-KJEHVIPZ.mjs";
4
+ import "./chunk-WNFGZS56.mjs";
5
+ import "./chunk-WHW3ZMOT.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.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "React modal component for Rhinestone cross-chain deposits",
5
5
  "author": "Rhinestone <dev@rhinestone.wtf>",
6
6
  "bugs": {