diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-10-28 07:01:08 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-10-28 07:01:08 +0800 |
commit | 8113eb48371c6be49dbc2bb3613fd3be3afa1d21 (patch) | |
tree | b15855734309f990cb61e444ce0266c4691caba4 /development/states | |
parent | 6c469a1826754d65a6845c8b6507fc96b56fb816 (diff) | |
download | tangerine-wallet-browser-8113eb48371c6be49dbc2bb3613fd3be3afa1d21.tar.gz tangerine-wallet-browser-8113eb48371c6be49dbc2bb3613fd3be3afa1d21.tar.zst tangerine-wallet-browser-8113eb48371c6be49dbc2bb3613fd3be3afa1d21.zip |
Add first-time state
Diffstat (limited to 'development/states')
-rw-r--r-- | development/states/first-time.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/development/states/first-time.json b/development/states/first-time.json new file mode 100644 index 000000000..49fcea72c --- /dev/null +++ b/development/states/first-time.json @@ -0,0 +1,39 @@ +{ + "metamask": { + "isInitialized": false, + "isUnlocked": false, + "rpcTarget": "https://rawtestrpc.metamask.io/", + "identities": {}, + "unconfTxs": {}, + "currentFiat": "USD", + "conversionRate": 11.47635827, + "conversionDate": 1477606503, + "network": null, + "accounts": {}, + "transactions": [], + "isConfirmed": true, + "unconfMsgs": {}, + "messages": [], + "shapeShiftTxList": [], + "keyringTypes": [ + "Simple Key Pair" + ], + "provider": { + "type": "testnet" + } + }, + "appState": { + "menuOpen": false, + "currentView": { + "name": "accounts", + "detailView": null + }, + "accountDetail": { + "subview": "transactions" + }, + "transForward": true, + "isLoading": false, + "warning": null + }, + "identities": {} +} |