@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.js
CHANGED
|
@@ -3902,7 +3902,7 @@ function useBalance3() {
|
|
|
3902
3902
|
const { tronWeb, userAddress: walletAddress } = useTronProvider();
|
|
3903
3903
|
const userAddress = mode === "light" /* light */ ? lightDemoAccounts.TRX : walletAddress;
|
|
3904
3904
|
const { data: allowanceData } = useQuery9({
|
|
3905
|
-
queryKey: ["tronAllowance", userAddress],
|
|
3905
|
+
queryKey: ["tronAllowance", userAddress, selectedCoin],
|
|
3906
3906
|
queryFn: async () => await getTokenAllowance3({
|
|
3907
3907
|
tokenOptions,
|
|
3908
3908
|
selectedCoin,
|