-
-
Notifications
You must be signed in to change notification settings - Fork 266
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(coinmarket): testnets support for trading #14217
Conversation
686ff2a
to
888104a
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.
@@ -479,7 +479,7 @@ export const networks = { | |||
}, | |||
}, | |||
coingeckoId: undefined, | |||
coingeckoNativeId: undefined, | |||
coingeckoNativeId: 'test-bitcoin', // fake, coingecko does not have testnets |
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.
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.
- fixed in d0e0969
- fixed in d0e0969
- it is possible to upload custom icons, I would create a separate issue for it; for now I changed the placeholder to uppercase
Trading - testnet icons missing #14656
888104a
to
d0e0969
Compare
/rebase |
Start rebasing: https://github.com/trezor/trezor-suite/actions/runs/11123871536 |
d0e0969
to
fe367f7
Compare
Description
Add some testnet (tBTC, tXRP) support for trading
Related Issue
Resolve #14136
Screenshots:
Before
After