Skip to content

Commit b5fe4b5

Browse files
committed
chore(message-system): add testnet 4 warnging
1 parent 0a9c811 commit b5fe4b5

File tree

1 file changed

+53
-1
lines changed

1 file changed

+53
-1
lines changed

suite-common/message-system/config/config.v1.json

+53-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,60 @@
11
{
22
"version": 1,
3-
"timestamp": "2024-01-03T00:00:00+00:00",
3+
"timestamp": "2025-01-06T00:00:00+00:00",
44
"sequence": 74,
55
"actions": [
6+
{
7+
"conditions": [
8+
{
9+
"environment": {
10+
"desktop": ">=25.1.2",
11+
"mobile": ">=25.1.2",
12+
"web": ">=25.1.2"
13+
}
14+
}
15+
],
16+
"message": {
17+
"id": "2855131c-c871-4fe3-a758-ab7bd92b9934",
18+
"priority": 90,
19+
"dismissible": false,
20+
"variant": "info",
21+
"category": ["banner"],
22+
"content": {
23+
"en-GB": "Testnet account has been updated to new Testnet4.",
24+
"en": "Testnet account has been updated to new Testnet4.",
25+
"es": "Testnet account has been updated to new Testnet4.",
26+
"cs": "Testnet account has been updated to new Testnet4.",
27+
"ru": "Testnet account has been updated to new Testnet4.",
28+
"ja": "Testnet account has been updated to new Testnet4.",
29+
"hu": "Testnet account has been updated to new Testnet4.",
30+
"it": "Testnet account has been updated to new Testnet4.",
31+
"fr": "Testnet account has been updated to new Testnet4.",
32+
"de": "Testnet account has been updated to new Testnet4.",
33+
"tr": "Testnet account has been updated to new Testnet4.",
34+
"pt": "Testnet account has been updated to new Testnet4.",
35+
"uk": "Testnet account has been updated to new Testnet4.."
36+
},
37+
"cta": {
38+
"action": "external-link",
39+
"link": "https://trezor.io/learn/a/what-is-trezor-suite-lite#open-chat",
40+
"label": {
41+
"en-GB": "Learn more:",
42+
"en": "Learn more:",
43+
"es": "Learn more:",
44+
"cs": "Learn more:",
45+
"ru": "Learn more:",
46+
"ja": "Learn more:",
47+
"hu": "Learn more:",
48+
"it": "Learn more:",
49+
"fr": "Learn more:",
50+
"de": "Learn more:",
51+
"tr": "Learn more:",
52+
"pt": "Learn more:",
53+
"uk": "Learn more:"
54+
}
55+
}
56+
}
57+
},
658
{
759
"conditions": [
860
{

0 commit comments

Comments
 (0)