@rango-dev/queue-manager-rango-preset 0.1.10-next.80 → 0.1.10-next.81
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/actions/checkStatus.d.ts.map +1 -1
- package/dist/queue-manager-rango-preset.cjs.development.js +8 -6
- 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 +8 -6
- package/dist/queue-manager-rango-preset.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/actions/checkStatus.ts +2 -0
|
@@ -1954,7 +1954,7 @@ function _checkApprovalStatus() {
|
|
|
1954
1954
|
isApproved = false;
|
|
1955
1955
|
case 15:
|
|
1956
1956
|
if (!isApproved) {
|
|
1957
|
-
_context2.next =
|
|
1957
|
+
_context2.next = 30;
|
|
1958
1958
|
break;
|
|
1959
1959
|
}
|
|
1960
1960
|
currentStep.status = 'approved';
|
|
@@ -1963,6 +1963,8 @@ function _checkApprovalStatus() {
|
|
|
1963
1963
|
swap.extraMessageSeverity = MessageSeverity.success;
|
|
1964
1964
|
currentStep.evmApprovalTransaction = null;
|
|
1965
1965
|
currentStep.executedTransactionId = null;
|
|
1966
|
+
currentStep.starknetApprovalTransaction = null;
|
|
1967
|
+
currentStep.tronApprovalTransaction = null;
|
|
1966
1968
|
setStorage(_extends({}, getStorage(), {
|
|
1967
1969
|
swapDetails: swap
|
|
1968
1970
|
}));
|
|
@@ -1973,14 +1975,14 @@ function _checkApprovalStatus() {
|
|
|
1973
1975
|
});
|
|
1974
1976
|
schedule(SwapActionTypes.SCHEDULE_NEXT_STEP);
|
|
1975
1977
|
next();
|
|
1976
|
-
_context2.next =
|
|
1978
|
+
_context2.next = 33;
|
|
1977
1979
|
break;
|
|
1978
|
-
case 28:
|
|
1979
|
-
_context2.next = 30;
|
|
1980
|
-
return delay(2000);
|
|
1981
1980
|
case 30:
|
|
1981
|
+
_context2.next = 32;
|
|
1982
|
+
return delay(2000);
|
|
1983
|
+
case 32:
|
|
1982
1984
|
retry();
|
|
1983
|
-
case
|
|
1985
|
+
case 33:
|
|
1984
1986
|
case "end":
|
|
1985
1987
|
return _context2.stop();
|
|
1986
1988
|
}
|