@multiversx/sdk-dapp-liquidity 1.0.8 → 1.0.10
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/{index-B9WqxUXM.mjs → index-B4Eq5P3w.mjs} +1 -1
- package/{index-CnudU77V.js → index-C4WV9nam.js} +1 -1
- package/{index-DZHiA1sX.js → index-CWMcKi_X.js} +1 -1
- package/{index-DSnomXRI.mjs → index-D8E0O3qL.mjs} +2850 -2131
- package/{index-BXwpbIDQ.mjs → index-DJ8CdHSw.mjs} +1 -1
- package/{index-cvy2-uZ_.js → index-nigVQYBu.js} +2818 -2099
- package/index.js +4 -3
- package/index.mjs +5 -4
- package/package.json +4 -4
- package/{react-BaXyw3AO.js → react-C43nEIqn.js} +158 -65
- package/react-DKUsVej7.js +50 -0
- package/react-Dp0H8q2z.mjs +50 -0
- package/{react-B9sQBOh0.mjs → react-wMhOUFOm.mjs} +158 -65
- package/reactjs/components/BridgeForm/BridgeForm.js +1 -1
- package/reactjs/components/BridgeForm/BridgeForm.mjs +1 -1
- package/reactjs/components/Connect/BridgeAccountDisplay.js +2 -2
- package/reactjs/components/Connect/BridgeAccountDisplay.mjs +2 -2
- package/reactjs/components/Connect/CustomConnectButton.js +2 -2
- package/reactjs/components/Connect/CustomConnectButton.mjs +2 -2
- package/reactjs/components/Connect/SwitchChainButton.js +3 -3
- package/reactjs/components/Connect/SwitchChainButton.mjs +3 -3
- package/reactjs/components/TokenSelector/components/ChainSelect/ChainSelect.js +4 -2
- package/reactjs/components/TokenSelector/components/ChainSelect/ChainSelect.mjs +4 -2
- package/reactjs/components/TokenSelector/components/ChainSelect/components/SelectedChainOption.js +1 -1
- package/reactjs/components/TokenSelector/components/ChainSelect/components/SelectedChainOption.mjs +1 -1
- package/reactjs/components/TokenSelector/components/SelectContent.js +4 -2
- package/reactjs/components/TokenSelector/components/SelectContent.mjs +4 -2
- package/reactjs/components/TokenSelector/components/TokenItem.js +1 -1
- package/reactjs/components/TokenSelector/components/TokenItem.mjs +1 -1
- package/reactjs/constants/chains.d.ts +1 -0
- package/reactjs/constants/chains.js +2 -0
- package/reactjs/constants/chains.mjs +2 -0
- package/reactjs/constants/index.js +1 -0
- package/reactjs/constants/index.mjs +2 -1
- package/reactjs/hooks/useAccount.js +2 -2
- package/reactjs/hooks/useAccount.mjs +2 -2
- package/reactjs/hooks/useGetChainId.js +1 -1
- package/reactjs/hooks/useGetChainId.mjs +1 -1
- package/reactjs/index.js +4 -3
- package/reactjs/index.mjs +5 -4
- package/reactjs/init/init.js +1 -1
- package/reactjs/init/init.mjs +1 -1
- package/reactjs/init/tests/init.spec.js +2 -2
- package/reactjs/init/tests/init.spec.mjs +2 -2
- package/reactjs/queries/useGetEvmTokensBalances.query.js +2 -2
- package/reactjs/queries/useGetEvmTokensBalances.query.mjs +2 -2
- package/reactjs/reexports.js +3 -3
- package/reactjs/reexports.mjs +3 -3
- package/{w3m-modal-DCcF1qEB.js → w3m-modal-DLyg7Voy.js} +1 -1
- package/{w3m-modal-DK3G5GJp.mjs → w3m-modal-hC-B8qZP.mjs} +1 -1
- package/react-CNXJSTCv.js +0 -38
- package/react-CSQpf1zk.mjs +0 -38
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M, T, U, n, Y, o, p, ac, ah, ai, q, W, t, r, au, as, u, af, ag, v, w, x, y, z, A, B, av, aw, e, C, ao, D, f, al, E, F, G, H, a7, an, ap, a8, ak, I, a9, aq, aj, L, aa, g, h, j, O, N, P, Q, a6, R, am, ad, ae, ab, S, V, ar, ax, k, X, at, Z, $, l, _, a1, a0, J, K, a2, m, a3, a5, a4, c, i, s, a, b, d } from "./index-
|
|
1
|
+
import { M, T, U, n, Y, o, p, ac, ah, ai, q, W, t, r, au, as, u, af, ag, v, w, x, y, z, A, B, av, aw, e, C, ao, D, f, al, E, F, G, H, a7, an, ap, a8, ak, I, a9, aq, aj, L, aa, g, h, j, O, N, P, Q, a6, R, am, ad, ae, ab, S, V, ar, ax, k, X, at, Z, $, l, _, a1, a0, J, K, a2, m, a3, a5, a4, c, i, s, a, b, d } from "./index-D8E0O3qL.mjs";
|
|
2
2
|
export {
|
|
3
3
|
M as MathUtil,
|
|
4
4
|
T as TransactionUtil,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
|
-
const index = require("./index-
|
|
4
|
+
const index = require("./index-nigVQYBu.js");
|
|
5
5
|
exports.MathUtil = index.MathUtil;
|
|
6
6
|
exports.TransactionUtil = index.TransactionUtil;
|
|
7
7
|
exports.UiHelperUtil = index.UiHelperUtil;
|