aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/send-edit.json
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@users.noreply.github.com>2018-12-14 10:19:36 +0800
committerGitHub <noreply@github.com>2018-12-14 10:19:36 +0800
commit30a2be85eebe4f6b8cddb297f14faba392fe1133 (patch)
tree34cec0a1910e9e16bbed103d4b0f65f61724f8fb /development/states/send-edit.json
parent435fdae84ac49b1366b8737215d97bd82002dccf (diff)
downloadtangerine-wallet-browser-30a2be85eebe4f6b8cddb297f14faba392fe1133.tar.gz
tangerine-wallet-browser-30a2be85eebe4f6b8cddb297f14faba392fe1133.tar.zst
tangerine-wallet-browser-30a2be85eebe4f6b8cddb297f14faba392fe1133.zip
Prevent users from changing the From field in the send screen (#5922)
* Prevent users from changing the From field in the send screen * Fix integration tests
Diffstat (limited to 'development/states/send-edit.json')
-rw-r--r--development/states/send-edit.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/development/states/send-edit.json b/development/states/send-edit.json
index 7951b06cf..09a380730 100644
--- a/development/states/send-edit.json
+++ b/development/states/send-edit.json
@@ -107,7 +107,7 @@
]
}
],
- "selectedAddress": "0xd85a4b6a394794842887b8284293d69163007bbb",
+ "selectedAddress": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb",
"currentCurrency": "USD",
"provider": {
"type": "testnet"
@@ -130,7 +130,10 @@
"maxModeOn": false,
"editingTransactionId": null
},
- "currentLocale": "en"
+ "currentLocale": "en",
+ "preferences": {
+ "useNativeCurrencyAsPrimaryCurrency": true
+ }
},
"appState": {
"menuOpen": false,