aboutsummaryrefslogtreecommitdiffstats
path: root/development/states
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-08-06 03:18:44 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-08-06 03:18:44 +0800
commit260de6532c50dceebee93acab70a3319afdb16fb (patch)
treee57a4015675d2f0e4a8a72809b40e4572400fff8 /development/states
parentbe76b05726a5431249ed651ff1282cc584b0724b (diff)
downloadtangerine-wallet-browser-260de6532c50dceebee93acab70a3319afdb16fb.tar.gz
tangerine-wallet-browser-260de6532c50dceebee93acab70a3319afdb16fb.tar.zst
tangerine-wallet-browser-260de6532c50dceebee93acab70a3319afdb16fb.zip
Get fiat numbers rendering on tooltip. Need to find way to create line breaks.
Diffstat (limited to 'development/states')
-rw-r--r--development/states/account-detail-with-transaction-history.json3
-rw-r--r--development/states/account-detail.json5
-rw-r--r--development/states/config.json6
3 files changed, 10 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..060a7f90a 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",
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 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",