@kimafinance/kima-transaction-widget 1.2.59-beta.1 → 1.2.60-beta.1

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.js CHANGED
@@ -12845,6 +12845,7 @@ var KimaTransactionWidget = function KimaTransactionWidget(_ref) {
12845
12845
  dispatch(setTargetChain((transactionOption === null || transactionOption === void 0 ? void 0 : transactionOption.targetChain) || exports.SupportNetworks.ETHEREUM));
12846
12846
  if (dAppOption === exports.DAppOptions.LPAdd || dAppOption === exports.DAppOptions.LPDrain) {
12847
12847
  dispatch(setSourceChain((transactionOption === null || transactionOption === void 0 ? void 0 : transactionOption.targetChain) || exports.SupportNetworks.ETHEREUM));
12848
+ dispatch(setSelectedToken((transactionOption === null || transactionOption === void 0 ? void 0 : transactionOption.currency) || 'USDK'));
12848
12849
  } else {
12849
12850
  (function () {
12850
12851
  try {