multiversx / mx-sdk-dapp

A library that holds the core functional logic of a dapp on the MultiversX
66 stars 63 forks source link

Removed address check for impersonate action in `ProviderInitializer` #1186

Closed razvantomegea closed 3 months ago

razvantomegea commented 3 months ago

Issue

Impersonate no longer works on web wallet

Root cause

Impersonated address is changed to the previous address, because the nativeAuth token is not changed

Fix

Skip nativeAuth token address check durning impersonate process

Contains breaking changes

[x] No

[] Yes

Updated CHANGELOG

[x] Yes

Testing

[x] User testing [] Unit tests