diff options
Diffstat (limited to 'development/states/account-detail.json')
-rw-r--r-- | development/states/account-detail.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/development/states/account-detail.json b/development/states/account-detail.json index 533d6e1a2..a8183e3fb 100644 --- a/development/states/account-detail.json +++ b/development/states/account-detail.json @@ -1,5 +1,8 @@ { "metamask": { + "currentFiat": "USD", + "conversionRate": 11.06608791, + "conversionDate": 1470421024, "isInitialized": true, "isUnlocked": true, "currentDomain": "example.com", @@ -81,4 +84,4 @@ "warning": null }, "identities": {} -}
\ No newline at end of file +} |