aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/restore-vault.json
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2016-09-13 06:25:36 +0800
committerkumavis <aaron@kumavis.me>2016-09-13 06:25:36 +0800
commit850b6d144092291bb80ad998d3f8177da9c98c13 (patch)
tree94666fa470c77971c56217e762fece18bf2e3edf /development/states/restore-vault.json
parent2f289fb115f0b09ab7852b4c89b3c39c5bf6ec4e (diff)
parentb8f75e387a91135b870c9f268977445c8e0877a4 (diff)
downloadtangerine-wallet-browser-850b6d144092291bb80ad998d3f8177da9c98c13.tar.gz
tangerine-wallet-browser-850b6d144092291bb80ad998d3f8177da9c98c13.tar.zst
tangerine-wallet-browser-850b6d144092291bb80ad998d3f8177da9c98c13.zip
Merge branch 'master' of github.com:MetaMask/metamask-plugin into library
Diffstat (limited to 'development/states/restore-vault.json')
-rw-r--r--development/states/restore-vault.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/development/states/restore-vault.json b/development/states/restore-vault.json
new file mode 100644
index 000000000..e1f157ddf
--- /dev/null
+++ b/development/states/restore-vault.json
@@ -0,0 +1,39 @@
+{
+ "metamask": {
+ "isInitialized": false,
+ "isUnlocked": false,
+ "isEthConfirmed": false,
+ "currentDomain": "example.com",
+ "rpcTarget": "https://rawtestrpc.metamask.io/",
+ "identities": {},
+ "unconfTxs": {},
+ "currentFiat": "USD",
+ "conversionRate": 0,
+ "conversionDate": "N/A",
+ "accounts": {},
+ "transactions": [],
+ "seedWords": null,
+ "isConfirmed": true,
+ "unconfMsgs": {},
+ "messages": [],
+ "shapeShiftTxList": [],
+ "provider": {
+ "type": "testnet"
+ },
+ "network": "2"
+ },
+ "appState": {
+ "menuOpen": false,
+ "currentView": {
+ "name": "restoreVault"
+ },
+ "accountDetail": {
+ "subview": "transactions"
+ },
+ "currentDomain": "extensions",
+ "transForward": true,
+ "isLoading": false,
+ "warning": null
+ },
+ "identities": {}
+} \ No newline at end of file