-
Notifications
You must be signed in to change notification settings - Fork 252
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
chore(wallet)_: token related types moved from the token to tokentypes package #6397
Conversation
Jenkins BuildsClick to see older builds (8)
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6397 +/- ##
===========================================
- Coverage 61.00% 60.95% -0.05%
===========================================
Files 842 843 +1
Lines 108169 108169
===========================================
- Hits 65988 65937 -51
- Misses 34556 34598 +42
- Partials 7625 7634 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
|
50c78ab
to
de0da7b
Compare
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.
Looks good!
Thanks for extracting this refactoring into a separate PR.
…s package Moved types: - `Token` - `StorageToken` - `TokenMarketValues` - `ChainBalance`
de0da7b
to
e2c3932
Compare
This change is needed for the upcoming PR, which will auto-refresh token lists.
The following types are moved from
services/wallet/token
toservices/wallet/token/types
location:Token
StorageToken
TokenMarketValues
ChainBalance
Need for the follow-up PR: