@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
package/dist/configs.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configs.d.ts","sourceRoot":"","sources":["src/configs.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,OAAO,EAAE,MAAM,CAAC;CACjB;
|
|
1
|
+
{"version":3,"file":"configs.d.ts","sourceRoot":"","sources":["src/configs.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,OAAO,EAAE,MAAM,CAAC;CACjB;AAWD,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,OAAO,UAE5C;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,OAAO,EAAE,KAAK,EAAE,GAAG,OAIxD;AAED,wBAAgB,UAAU,CAAC,WAAW,EAAE,OAAO,WAG9C"}
|
|
@@ -1471,7 +1471,7 @@ function singTransaction(actions) {
|
|
|
1471
1471
|
var spenderContract = evmApprovalTransaction == null ? void 0 : evmApprovalTransaction.to;
|
|
1472
1472
|
if (!spenderContract) throw PrettyError.AssertionFailed('contract address is null for checking approval');
|
|
1473
1473
|
// Update swap status
|
|
1474
|
-
var message = "
|
|
1474
|
+
var message = "Waiting for approval of " + (currentStep == null ? void 0 : currentStep.fromSymbol) + " coin " + (sourceWallet.walletType === walletsShared.WalletType.WALLET_CONNECT ? 'on your mobile phone' : '');
|
|
1475
1475
|
var updateResult = updateSwapStatus({
|
|
1476
1476
|
getStorage: getStorage,
|
|
1477
1477
|
setStorage: setStorage,
|
|
@@ -1517,7 +1517,7 @@ function singTransaction(actions) {
|
|
|
1517
1517
|
return;
|
|
1518
1518
|
} else if (!!tronApprovalTransaction) {
|
|
1519
1519
|
// Update swap status
|
|
1520
|
-
var _message = "
|
|
1520
|
+
var _message = "Waiting for approval of " + (currentStep == null ? void 0 : currentStep.fromSymbol) + " coin " + (sourceWallet.walletType === walletsShared.WalletType.WALLET_CONNECT ? 'on your mobile phone' : '');
|
|
1521
1521
|
var _updateResult = updateSwapStatus({
|
|
1522
1522
|
getStorage: getStorage,
|
|
1523
1523
|
setStorage: setStorage,
|
|
@@ -1563,7 +1563,7 @@ function singTransaction(actions) {
|
|
|
1563
1563
|
return;
|
|
1564
1564
|
} else if (!!starknetApprovalTransaction) {
|
|
1565
1565
|
// Update swap status
|
|
1566
|
-
var _message2 = "
|
|
1566
|
+
var _message2 = "Waiting for approval of " + (currentStep == null ? void 0 : currentStep.fromSymbol) + " coin " + (sourceWallet.walletType === walletsShared.WalletType.WALLET_CONNECT ? 'on your mobile phone' : '');
|
|
1567
1567
|
var _updateResult2 = updateSwapStatus({
|
|
1568
1568
|
getStorage: getStorage,
|
|
1569
1569
|
setStorage: setStorage,
|