diff options
author | kumavis <kumavis@users.noreply.github.com> | 2016-08-26 06:40:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-26 06:40:49 +0800 |
commit | b6b57d928a8854baf674763211c407bb4c976dba (patch) | |
tree | 0967f2b850593f7bd81d24ae62b58ea030fbda76 /development/states/restore-vault.json | |
parent | bbb684309e04030dbf288f3e933222b3d27d9b54 (diff) | |
parent | a1fd2b6688093119042e773762081114c0f29ce9 (diff) | |
download | tangerine-wallet-browser-b6b57d928a8854baf674763211c407bb4c976dba.tar tangerine-wallet-browser-b6b57d928a8854baf674763211c407bb4c976dba.tar.gz tangerine-wallet-browser-b6b57d928a8854baf674763211c407bb4c976dba.tar.bz2 tangerine-wallet-browser-b6b57d928a8854baf674763211c407bb4c976dba.tar.lz tangerine-wallet-browser-b6b57d928a8854baf674763211c407bb4c976dba.tar.xz tangerine-wallet-browser-b6b57d928a8854baf674763211c407bb4c976dba.tar.zst tangerine-wallet-browser-b6b57d928a8854baf674763211c407bb4c976dba.zip |
Merge pull request #590 from MetaMask/i432PersistFormState
Persist form state when closing popup
Diffstat (limited to 'development/states/restore-vault.json')
-rw-r--r-- | development/states/restore-vault.json | 39 |
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 |