@rango-dev/queue-manager-rango-preset 0.1.11-next.4 → 0.1.11-next.6

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.
@@ -1467,7 +1467,7 @@ function singTransaction(actions) {
1467
1467
  var spenderContract = evmApprovalTransaction == null ? void 0 : evmApprovalTransaction.to;
1468
1468
  if (!spenderContract) throw PrettyError.AssertionFailed('contract address is null for checking approval');
1469
1469
  // Update swap status
1470
- var message = "waiting for approval of " + (currentStep == null ? void 0 : currentStep.fromSymbol) + " coin " + (sourceWallet.walletType === WalletType.WALLET_CONNECT ? 'on your mobile phone' : '');
1470
+ var message = "Waiting for approval of " + (currentStep == null ? void 0 : currentStep.fromSymbol) + " coin " + (sourceWallet.walletType === WalletType.WALLET_CONNECT ? 'on your mobile phone' : '');
1471
1471
  var updateResult = updateSwapStatus({
1472
1472
  getStorage: getStorage,
1473
1473
  setStorage: setStorage,
@@ -1513,7 +1513,7 @@ function singTransaction(actions) {
1513
1513
  return;
1514
1514
  } else if (!!tronApprovalTransaction) {
1515
1515
  // Update swap status
1516
- var _message = "waiting for approval of " + (currentStep == null ? void 0 : currentStep.fromSymbol) + " coin " + (sourceWallet.walletType === WalletType.WALLET_CONNECT ? 'on your mobile phone' : '');
1516
+ var _message = "Waiting for approval of " + (currentStep == null ? void 0 : currentStep.fromSymbol) + " coin " + (sourceWallet.walletType === WalletType.WALLET_CONNECT ? 'on your mobile phone' : '');
1517
1517
  var _updateResult = updateSwapStatus({
1518
1518
  getStorage: getStorage,
1519
1519
  setStorage: setStorage,
@@ -1559,7 +1559,7 @@ function singTransaction(actions) {
1559
1559
  return;
1560
1560
  } else if (!!starknetApprovalTransaction) {
1561
1561
  // Update swap status
1562
- var _message2 = "waiting for approval of " + (currentStep == null ? void 0 : currentStep.fromSymbol) + " coin " + (sourceWallet.walletType === WalletType.WALLET_CONNECT ? 'on your mobile phone' : '');
1562
+ var _message2 = "Waiting for approval of " + (currentStep == null ? void 0 : currentStep.fromSymbol) + " coin " + (sourceWallet.walletType === WalletType.WALLET_CONNECT ? 'on your mobile phone' : '');
1563
1563
  var _updateResult2 = updateSwapStatus({
1564
1564
  getStorage: getStorage,
1565
1565
  setStorage: setStorage,