web
web copied to clipboard
Redux wallet state diverges from context
Overview
When switching wallets, the redux state differs from the state in the context returned by useWallet
.
References and additional details
When changing wallet, the following return different results:
const walletId = useAppSelector(selectWalletId)
const {
state: { deviceId: walletDeviceId },
} = useWallet()
Acceptance Criteria
The wallet state held by redux should be identical to the state returned by useWallet
.
Need By Date
No response
Screenshots/Mockups
No response
Estimated effort
No response