aboutsummaryrefslogtreecommitdiffstats
path: root/development/states
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2019-02-27 02:30:41 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-02-27 02:30:41 +0800
commita2320c76fef084b7ec01839ab9c17b474839b3c0 (patch)
tree7620668c68c0de4e0de6ef745beb2cdc508ff50b /development/states
parentfc1655eecbf3da969dc9c9a8fc3ae95221ffa30b (diff)
downloadtangerine-wallet-browser-a2320c76fef084b7ec01839ab9c17b474839b3c0.tar
tangerine-wallet-browser-a2320c76fef084b7ec01839ab9c17b474839b3c0.tar.gz
tangerine-wallet-browser-a2320c76fef084b7ec01839ab9c17b474839b3c0.tar.bz2
tangerine-wallet-browser-a2320c76fef084b7ec01839ab9c17b474839b3c0.tar.lz
tangerine-wallet-browser-a2320c76fef084b7ec01839ab9c17b474839b3c0.tar.xz
tangerine-wallet-browser-a2320c76fef084b7ec01839ab9c17b474839b3c0.tar.zst
tangerine-wallet-browser-a2320c76fef084b7ec01839ab9c17b474839b3c0.zip
Show/Hide Fiat on Testnets based on User Preference (#6153)
Diffstat (limited to 'development/states')
-rw-r--r--development/states/confirm-new-ui.json3
-rw-r--r--development/states/currency-localization.json3
-rw-r--r--development/states/send-edit.json3
-rw-r--r--development/states/send-new-ui.json3
4 files changed, 8 insertions, 4 deletions
diff --git a/development/states/confirm-new-ui.json b/development/states/confirm-new-ui.json
index 346f06c6b..4310ed5b7 100644
--- a/development/states/confirm-new-ui.json
+++ b/development/states/confirm-new-ui.json
@@ -131,7 +131,8 @@
},
"currentLocale": "en",
"preferences": {
- "useNativeCurrencyAsPrimaryCurrency": true
+ "useNativeCurrencyAsPrimaryCurrency": true,
+ "showFiatInTestnets": true
}
},
"appState": {
diff --git a/development/states/currency-localization.json b/development/states/currency-localization.json
index 7dd1a135d..8288b3020 100644
--- a/development/states/currency-localization.json
+++ b/development/states/currency-localization.json
@@ -113,7 +113,8 @@
},
"currentLocale": "en",
"preferences": {
- "useNativeCurrencyAsPrimaryCurrency": true
+ "useNativeCurrencyAsPrimaryCurrency": true,
+ "showFiatInTestnets": true
}
},
"appState": {
diff --git a/development/states/send-edit.json b/development/states/send-edit.json
index f617910f1..fda7d1a31 100644
--- a/development/states/send-edit.json
+++ b/development/states/send-edit.json
@@ -135,7 +135,8 @@
},
"currentLocale": "en",
"preferences": {
- "useNativeCurrencyAsPrimaryCurrency": true
+ "useNativeCurrencyAsPrimaryCurrency": true,
+ "showFiatInTestnets": true
}
},
"appState": {
diff --git a/development/states/send-new-ui.json b/development/states/send-new-ui.json
index bb4d80c5c..b8a3ff128 100644
--- a/development/states/send-new-ui.json
+++ b/development/states/send-new-ui.json
@@ -114,7 +114,8 @@
},
"currentLocale": "en",
"preferences": {
- "useNativeCurrencyAsPrimaryCurrency": true
+ "useNativeCurrencyAsPrimaryCurrency": true,
+ "showFiatInTestnets": true
}
},
"appState": {