@kimafinance/kima-transaction-widget 1.3.2 → 1.3.3
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
|
@@ -4327,7 +4327,7 @@ function useCurrencyOptions(isSourceChain) {
|
|
|
4327
4327
|
const transactionOption = (0, import_react_redux21.useSelector)(selectTransactionOption);
|
|
4328
4328
|
const networks = (0, import_react_redux21.useSelector)(selectNetworks);
|
|
4329
4329
|
const output = (0, import_react107.useMemo)(() => {
|
|
4330
|
-
console.log("useCurrencyOptions: networks:", networks
|
|
4330
|
+
console.log("useCurrencyOptions: networks: ", networks);
|
|
4331
4331
|
const networkTokenList = networks.find((network) => network.id === chain.id) || networks[0];
|
|
4332
4332
|
console.log(
|
|
4333
4333
|
"useCurrencyOptions: networkTokenList: ",
|