@rango-dev/queue-manager-rango-preset 0.1.10-next.87 → 0.1.10-next.90

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/src/shared.ts CHANGED
@@ -69,7 +69,8 @@ export type EventType =
69
69
  | 'network_changed'
70
70
  | 'not_enough_balance'
71
71
  | 'check_fee_failed'
72
- | 'route_failed_to_find';
72
+ | 'route_failed_to_find'
73
+ | 'transaction_expired';
73
74
 
74
75
  export type SwapSavedSettings = {
75
76
  slippage: string;
@@ -194,6 +195,7 @@ export type PendingSwap = {
194
195
  steps: PendingSwapStep[];
195
196
  simulationResult: SimulationResult;
196
197
  validateBalanceOrFee: boolean;
198
+ hasAlreadyProceededToSign?: boolean | null;
197
199
  };
198
200
 
199
201
  export const getCurrentBlockchainOfOrNull = (