@kimafinance/kima-transaction-widget 1.4.1 → 1.4.2
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3864,7 +3864,7 @@ function useBalance3() {
|
|
|
3864
3864
|
const { tronWeb, userAddress: walletAddress } = useTronProvider();
|
|
3865
3865
|
const userAddress = mode === "light" /* light */ ? lightDemoAccounts.TRX : walletAddress;
|
|
3866
3866
|
const { data: allowanceData } = (0, import_react_query11.useQuery)({
|
|
3867
|
-
queryKey: ["tronAllowance", userAddress],
|
|
3867
|
+
queryKey: ["tronAllowance", userAddress, selectedCoin],
|
|
3868
3868
|
queryFn: async () => await getTokenAllowance3({
|
|
3869
3869
|
tokenOptions,
|
|
3870
3870
|
selectedCoin,
|