From ccd85d19e3c95322b7bd80f46ce4e81f3b82bf0c Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Thu, 4 Aug 2016 19:09:42 -0700 Subject: Create default values for metamask state for conversion. Fix config files for ui dev. --- development/states/config.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'development/states') 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 +} -- cgit v1.2.3