-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add demo mode indicator and exit functionality #6465
base: main
Are you sure you want to change the base?
Conversation
@@ -63,6 +64,7 @@ export function* watchRefreshBalances() { | |||
createFiatConnectTransferCompleted.type, | |||
depositTransactionSucceeded.type, | |||
swapSuccess.type, | |||
Web3Actions.DEMO_MODE_TOGGLED, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems sensible to refresh the balances when the demo mode is toggled. the balances sagas are terminating early if there is no address anyway
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6465 +/- ##
========================================
Coverage 89.05% 89.06%
========================================
Files 730 731 +1
Lines 31895 31922 +27
Branches 5792 6107 +315
========================================
+ Hits 28405 28431 +26
+ Misses 3443 3294 -149
- Partials 47 197 +150
... and 70 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Description
As the title, this PR adds:
Test plan
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2025-01-31.at.17.15.57.mp4
Related issues
Backwards compatibility
Y
Network scalability
If a new NetworkId and/or Network are added in the future, the changes in this PR will: