You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Decouple Transfer from FiatConnect and auto-enable asset on buy (#1837)
* Auto-enable asset on fiat buy continue
* Decouple Transfer from FiatConnect by moving navigation to app target
Transfer was importing FiatConnect solely to create FiatSceneViewModel
in sheet handlers, making it impossible to inject AssetsEnabler without
adding package dependencies or stub types.
- Move AmountNavigationView to Gem/Navigation/Transfer
- Extract ConfirmTransferScene sheets into ConfirmTransferNavigationView
- Remove FiatConnect dependency from Transfer
- Move @entry fiatService from FiatConnect to Gem/Types/Environment
* Fix walletId initialization and add missing properties
* Remove redundant walletId stored property, derive from wallet
* Remove unused fiatService @entry and GemAPI import
0 commit comments