-
Notifications
You must be signed in to change notification settings - Fork 80
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
Fix dxd token display #2068
Fix dxd token display #2068
Conversation
@@ -48,7 +48,7 @@ | |||
"name": "Tether USD", | |||
"symbol": "USDT" | |||
}, | |||
"0xCc80C051057B774cD75067Dc48f8987C4Eb97A5e": { | |||
"0xcc80c051057b774cd75067dc48f8987c4eb97a5e": { |
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.
why not alway do toLowerCase
when reading that ?
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.
believe me I tried to do something like that, but those are property names, not values. So requires that whole data structure change.
* cast all token addresses to lowercase * bump version, changelog
* cast all token addresses to lowercase * bump version, changelog
* cast all token addresses to lowercase * bump version, changelog
* cast all token addresses to lowercase * bump version, changelog
Resolves: #2065
Same fix applies to NEC
I'm not wild about this because it doesn't address the fact that someone has to remember/document that these tokens must always be submitted in lowercase.