-
Notifications
You must be signed in to change notification settings - Fork 406
Setup multi currency support #3822
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
base: main
Are you sure you want to change the base?
Conversation
Introduces "DisplayCurrency" which stores a user selected currency to use as reference for displaying and formatting balances and values across the wallet, e.g. fiat currencies or assets (e.g. BTC).
|
I'm working on some related stuff (locale-specific currency formatting, etc) over in |
Yes, this definitely looks like it'll come in handy! I'm currently testing around moving back to price points but this makes a lot of things simpler, thanks @mhluongo! |
Removes "convertUSDAmountToCurrency" in favor of converting asset price points into the user currency before formatting. cent is mostly providing currency metadata for now.
This adds a few contract addresses for EUR/AUD/JPY rates which should be good for testing. Also added a dropdown on the settings page to test switching between currencies that is yet to be wrapped under a feature flag.
Set dust threshold to $2 instead of using the user's selected currency to ensure consistent minimum value across currencies.
Introduces "DisplayCurrency" which stores a user selected currency to use as reference for displaying and formatting balances and values across the wallet, e.g. fiat currencies or assets (e.g. BTC).
Testing env
Latest build: extension-builds-3822 (as of Wed, 08 Oct 2025 00:05:49 GMT).