diff options
Diffstat (limited to 'development/states')
-rw-r--r-- | development/states/confirm-new-ui.json | 3 | ||||
-rw-r--r-- | development/states/currency-localization.json | 3 | ||||
-rw-r--r-- | development/states/send-edit.json | 3 | ||||
-rw-r--r-- | development/states/send-new-ui.json | 3 |
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": { |