diff options
Diffstat (limited to 'development/states/terms.json')
-rw-r--r-- | development/states/terms.json | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/development/states/terms.json b/development/states/terms.json deleted file mode 100644 index 3a4914841..000000000 --- a/development/states/terms.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "metamask": { - "isInitialized": false, - "isUnlocked": false, - "currentDomain": "example.com", - "rpcTarget": "https://rawtestrpc.metamask.io/", - "identities": {}, - "unconfTxs": {}, - "accounts": {}, - "transactions": [], - "network": "2", - "seedWords": null, - "isConfirmed": false, - "isEthConfirmed": false, - "unconfMsgs": {}, - "messages": [], - "provider": { - "type": "testnet" - } - }, - "appState": { - "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 |