@sundaeswap/wallet-lite 0.0.31 → 0.0.32

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": "@sundaeswap/wallet-lite",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
@@ -197,6 +197,7 @@ export class WalletObserver<
197
197
  return result;
198
198
  } catch (e) {
199
199
  this._performingSync = false;
200
+ this.dispatch(EWalletObserverEvents.SYNCING_WALLET_END);
200
201
  throw e;
201
202
  }
202
203
  };