aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/config.json
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-08-17 06:41:11 +0800
committerDan Finlay <dan@danfinlay.com>2016-08-17 06:41:11 +0800
commit4ba90969ee8fa9b9e21e88f5c6f0d646874049a3 (patch)
tree8b6f9423b1895aa7973737315857066a56855621 /development/states/config.json
parent5479509618e601391586d0851acee4e408523c4f (diff)
parent90d6bec3ed51ba4b2d4696132642a4d97712dec9 (diff)
downloadtangerine-wallet-browser-4ba90969ee8fa9b9e21e88f5c6f0d646874049a3.tar
tangerine-wallet-browser-4ba90969ee8fa9b9e21e88f5c6f0d646874049a3.tar.gz
tangerine-wallet-browser-4ba90969ee8fa9b9e21e88f5c6f0d646874049a3.tar.bz2
tangerine-wallet-browser-4ba90969ee8fa9b9e21e88f5c6f0d646874049a3.tar.lz
tangerine-wallet-browser-4ba90969ee8fa9b9e21e88f5c6f0d646874049a3.tar.xz
tangerine-wallet-browser-4ba90969ee8fa9b9e21e88f5c6f0d646874049a3.tar.zst
tangerine-wallet-browser-4ba90969ee8fa9b9e21e88f5c6f0d646874049a3.zip
Merge branch 'master' into PopupNotifications
Diffstat (limited to 'development/states/config.json')
-rw-r--r--development/states/config.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/development/states/config.json b/development/states/config.json
index 2e59641d5..22d999158 100644
--- a/development/states/config.json
+++ b/development/states/config.json
@@ -1,5 +1,8 @@
{
"metamask": {
+ "currentFiat": "USD",
+ "conversionRate": 11.06608791,
+ "conversionDate": 1470421024,
"isInitialized": true,
"isUnlocked": true,
"currentDomain": "example.com",
@@ -68,7 +71,7 @@
"appState": {
"menuOpen": false,
"currentView": {
- "name": "accounts"
+ "name": "config"
},
"accountDetail": {
"subview": "transactions",
@@ -82,4 +85,4 @@
"scrollToBottom": true
},
"identities": {}
-} \ No newline at end of file
+}