diff --git a/lib/src/handleErrors.ts b/lib/src/handleErrors.ts index a1be5a5..5b0b35d 100644 --- a/lib/src/handleErrors.ts +++ b/lib/src/handleErrors.ts @@ -19,21 +19,9 @@ export function handleErrors(walletAPI: WalletAPIClient, error: any) { }; const ignoredErrorNames = new Set([ - "WrongDeviceForAccount", - "WrongDeviceForAccountPayout", - "WrongDeviceForAccountRefund", - "CancelStepError", - "ConfirmStepError", - "SwapCompleteExchangeError", - "DisconnectedDevice", - "NotEnoughBalance", - "NotEnoughGas", - "CompleteExchangeError", - "TransportStatusError", - "FirmwareOrAppUpdateRequired", - "WrongDeviceForAccount", - "WrongDeviceForAccountPayout", - "WrongDeviceForAccountRefund", + "WrongDeviceForAccount", + "WrongDeviceForAccountPayout", + "WrongDeviceForAccountRefund", ]); const ignoredMessages = new Set(["User refused"]);