diff options
Diffstat (limited to 'development/states')
-rw-r--r-- | development/states/account-detail-with-transaction-history.json | 5 | ||||
-rw-r--r-- | development/states/account-detail.json | 5 | ||||
-rw-r--r-- | development/states/config.json | 7 |
3 files changed, 13 insertions, 4 deletions
diff --git a/development/states/account-detail-with-transaction-history.json b/development/states/account-detail-with-transaction-history.json index 5e4065225..69af85623 100644 --- a/development/states/account-detail-with-transaction-history.json +++ b/development/states/account-detail-with-transaction-history.json @@ -1,5 +1,8 @@ { "metamask": { + "currentFiat": "USD", + "conversionRate": 11.06608791, + "conversionDate": 1470421024, "isInitialized": true, "isUnlocked": true, "currentDomain": "example.com", @@ -72,7 +75,7 @@ "txParams": { "from": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc", "to": "0x18a3462427bcc9133bb46e88bcbe39cd7ef0e761", - "value": "0x99966c8104aa57038000", + "value": "0x0", "origin": "thelongestdomainnameintheworldandthensomeandthensomemoreandmore.com", "metamaskId": 1467923203344608, "metamaskNetworkId": "2" 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 +} 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 +} |