diff options
Diffstat (limited to 'development/states/config.json')
-rw-r--r-- | development/states/config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/states/config.json b/development/states/config.json index 53666cb88..22d999158 100644 --- a/development/states/config.json +++ b/development/states/config.json @@ -1,8 +1,8 @@ { "metamask": { - "currentFiat": "JPY", - "conversionRate": "N/A", - "conversionDate": "N/A", + "currentFiat": "USD", + "conversionRate": 11.06608791, + "conversionDate": 1470421024, "isInitialized": true, "isUnlocked": true, "currentDomain": "example.com", |