-
-
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
WIP: Feat/replace testnet3 with testnet 4 #16426
base: develop
Are you sure you want to change the base?
Conversation
Replacing testnet 3 with testnet 4 as default Bitcoin Testnet.
}, | ||
"cta": { | ||
"action": "external-link", | ||
"link": "https://trezor.io/learn/a/what-is-trezor-suite-lite#open-chat", |
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.
I still need to know the knowledge base article to be here.
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.
Already modified to the right one.
"variant": "info", | ||
"category": ["banner"], | ||
"content": { | ||
"en-GB": "Testnet account has been updated to new Testnet4.", |
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.
Maybe more information is needed or the link to the article would be enough ?
🚀 Expo preview is ready!
|
b5fe4b5
to
70cfb21
Compare
"sequence": 74, | ||
"actions": [ | ||
{ | ||
"conditions": [ |
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.
It requires condition so it display only to users that have Testnet coin enabled.
"conditions": [ | ||
{ | ||
"environment": { | ||
"desktop": ">=25.1.2", |
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.
This is probably going to be next release. But maybe confirm it when release come.
Description
Replacing default Bitcoin Testnet account from Testnet3 to Testnet4. And adding an information banner to the message system.
TODOs:
Related Issue
Resolve #14951