Add computed balance to mock state

This commit is contained in:
Dan Finlay 2017-09-26 09:38:43 -07:00
parent 1968d61431
commit 5d300f146a
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@
"isUnlocked": false,
"rpcTarget": "https://rawtestrpc.metamask.io/",
"identities": {},
"computedBalances": {},
"frequentRpcList": [],
"unapprovedTxs": {},
"currentCurrency": "USD",
@ -48,5 +49,6 @@
"isLoading": false,
"warning": null
},
"identities": {}
"identities": {},
"computedBalances": {}
}