@rango-dev/queue-manager-rango-preset 0.1.10-next.80 → 0.1.10-next.82

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/queue-manager-rango-preset",
3
- "version": "0.1.10-next.80",
3
+ "version": "0.1.10-next.82",
4
4
  "license": "MIT",
5
5
  "module": "dist/queue-manager-rango-preset.esm.js",
6
6
  "main": "dist/index.js",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@sentry/browser": "^6.12.0",
55
- "rango-sdk": "^0.1.17",
55
+ "rango-sdk": "^0.1.18",
56
56
  "uuid": "^9.0.0"
57
57
  },
58
58
  "publishConfig": {
@@ -168,6 +168,8 @@ async function checkApprovalStatus({
168
168
  swap.extraMessageSeverity = MessageSeverity.success;
169
169
  currentStep.evmApprovalTransaction = null;
170
170
  currentStep.executedTransactionId = null;
171
+ currentStep.starknetApprovalTransaction = null;
172
+ currentStep.tronApprovalTransaction = null;
171
173
 
172
174
  setStorage({
173
175
  ...getStorage(),