diff options
Diffstat (limited to 'development/states/config.json')
-rw-r--r-- | development/states/config.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/development/states/config.json b/development/states/config.json index 2e59641d5..4c35b6a21 100644 --- a/development/states/config.json +++ b/development/states/config.json @@ -1,5 +1,8 @@ { "metamask": { + "currentFiat": "jpy", + "conversionRate": "N/A", + "conversionDate": "N/A", "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 +} |