From 5b4e2ffeaccf105d425d83407b82805c124e2cca Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 21 Jul 2016 18:08:35 -0700 Subject: Add mock dev mode --- development/states/terms.json | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'development/states/terms.json') 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 -- cgit v1.2.3