@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.
- package/dist/configs.d.ts.map +1 -1
- package/dist/queue-manager-rango-preset.cjs.development.js +3 -3
- package/dist/queue-manager-rango-preset.cjs.development.js.map +1 -1
- package/dist/queue-manager-rango-preset.cjs.production.min.js +1 -1
- package/dist/queue-manager-rango-preset.cjs.production.min.js.map +1 -1
- package/dist/queue-manager-rango-preset.esm.js +3 -3
- package/dist/queue-manager-rango-preset.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/configs.ts +1 -0
- package/src/helpers.ts +3 -3
|
@@ -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 = "
|
|
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 = "
|
|
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 = "
|
|
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,
|