Skip to content

Commit

Permalink
chore(message-system): add testnet 4 warnging
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Jan 16, 2025
1 parent 0a9c811 commit 70cfb21
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion suite-common/message-system/config/config.v1.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,60 @@
{
"version": 1,
"timestamp": "2024-01-03T00:00:00+00:00",
"timestamp": "2025-01-06T00:00:00+00:00",
"sequence": 74,
"actions": [
{
"conditions": [
{
"environment": {
"desktop": ">=25.1.2",
"mobile": ">=25.1.2",
"web": ">=25.1.2"
}
}
],
"message": {
"id": "2855131c-c871-4fe3-a758-ab7bd92b9934",
"priority": 90,
"dismissible": false,
"variant": "info",
"category": ["banner"],
"content": {
"en-GB": "Testnet account has been updated to new Testnet4.",
"en": "Testnet account has been updated to new Testnet4.",
"es": "Testnet account has been updated to new Testnet4.",
"cs": "Testnet account has been updated to new Testnet4.",
"ru": "Testnet account has been updated to new Testnet4.",
"ja": "Testnet account has been updated to new Testnet4.",
"hu": "Testnet account has been updated to new Testnet4.",
"it": "Testnet account has been updated to new Testnet4.",
"fr": "Testnet account has been updated to new Testnet4.",
"de": "Testnet account has been updated to new Testnet4.",
"tr": "Testnet account has been updated to new Testnet4.",
"pt": "Testnet account has been updated to new Testnet4.",
"uk": "Testnet account has been updated to new Testnet4.."
},
"cta": {
"action": "external-link",
"link": "https://trezor.io/learn/a/bitcoin-testnet",
"label": {
"en-GB": "Learn more:",
"en": "Learn more:",
"es": "Learn more:",
"cs": "Learn more:",
"ru": "Learn more:",
"ja": "Learn more:",
"hu": "Learn more:",
"it": "Learn more:",
"fr": "Learn more:",
"de": "Learn more:",
"tr": "Learn more:",
"pt": "Learn more:",
"uk": "Learn more:"
}
}
}
},
{
"conditions": [
{
Expand Down

0 comments on commit 70cfb21

Please sign in to comment.