diff --git a/web-wallet/CHANGELOG.md b/web-wallet/CHANGELOG.md index 29d8cc254..f41fe40a4 100644 --- a/web-wallet/CHANGELOG.md +++ b/web-wallet/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update the Approval Success copy for clarity (Migrate flow) [#3267] - Trigger sync after a successful migration [#3267] - Disable source wallet option on migration initialization (Migrate flow) [#3270] +- Update `wallet-core` to support `phoenix-core` 0.33.1 [#3282] ### Removed @@ -490,6 +491,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#3265]: https://github.com/dusk-network/rusk/issues/3265 [#3267]: https://github.com/dusk-network/rusk/issues/3267 [#3270]: https://github.com/dusk-network/rusk/issues/3270 +[#3282]: https://github.com/dusk-network/rusk/issues/3282 diff --git a/web-wallet/src/lib/vendor/wallet_core.wasm b/web-wallet/src/lib/vendor/wallet_core.wasm index d869efb30..88a57a708 100755 Binary files a/web-wallet/src/lib/vendor/wallet_core.wasm and b/web-wallet/src/lib/vendor/wallet_core.wasm differ