diff options
Diffstat (limited to 'development/states/terms.json')
-rw-r--r-- | development/states/terms.json | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/development/states/terms.json b/development/states/terms.json index 6cc52ad36..3a4914841 100644 --- a/development/states/terms.json +++ b/development/states/terms.json @@ -1,14 +1,17 @@ { "metamask": { + "isInitialized": false, + "isUnlocked": false, + "currentDomain": "example.com", + "rpcTarget": "https://rawtestrpc.metamask.io/", + "identities": {}, + "unconfTxs": {}, "accounts": {}, "transactions": [], - "identities": {}, "network": "2", - "isInitialized": false, - "isUnlocked": false, "seedWords": null, "isConfirmed": false, - "unconfTxs": {}, + "isEthConfirmed": false, "unconfMsgs": {}, "messages": [], "provider": { @@ -16,6 +19,17 @@ } }, "appState": { - "currentDomain": "extensions" - } + "menuOpen": false, + "currentView": { + "name": "EthStoreWarning" + }, + "accountDetail": { + "subview": "transactions" + }, + "currentDomain": "127.0.0.1:9966", + "transForward": true, + "isLoading": false, + "warning": null + }, + "identities": {} }
\ No newline at end of file |