diff options
Diffstat (limited to 'development/states')
-rw-r--r-- | development/states/accounts.json | 3 | ||||
-rw-r--r-- | development/states/custom-rpc.json | 1 | ||||
-rw-r--r-- | development/states/first-time.json (renamed from development/states/terms.json) | 20 | ||||
-rw-r--r-- | development/states/locked.json | 1 | ||||
-rw-r--r-- | development/states/pending-signature.json | 3 | ||||
-rw-r--r-- | development/states/restore-vault.json | 3 | ||||
-rw-r--r-- | development/states/send.json | 3 | ||||
-rw-r--r-- | development/states/shapeshift.json | 3 |
8 files changed, 17 insertions, 20 deletions
diff --git a/development/states/accounts.json b/development/states/accounts.json index 9068be0bd..f09ea8f36 100644 --- a/development/states/accounts.json +++ b/development/states/accounts.json @@ -2,7 +2,6 @@ "metamask": { "isInitialized": true, "isUnlocked": true, - "isEthConfirmed": true, "rpcTarget": "https://rawtestrpc.metamask.io/", "identities": { "0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80": { @@ -116,4 +115,4 @@ "scrollToBottom": true }, "identities": {} -}
\ No newline at end of file +} diff --git a/development/states/custom-rpc.json b/development/states/custom-rpc.json index 5ac8e9e58..8025225fa 100644 --- a/development/states/custom-rpc.json +++ b/development/states/custom-rpc.json @@ -161,7 +161,6 @@ "network": "166", "seedWords": null, "isConfirmed": true, - "isEthConfirmed": true, "unconfMsgs": {}, "messages": [], "provider": { diff --git a/development/states/terms.json b/development/states/first-time.json index 3a4914841..49fcea72c 100644 --- a/development/states/terms.json +++ b/development/states/first-time.json @@ -2,18 +2,22 @@ "metamask": { "isInitialized": false, "isUnlocked": false, - "currentDomain": "example.com", "rpcTarget": "https://rawtestrpc.metamask.io/", "identities": {}, "unconfTxs": {}, + "currentFiat": "USD", + "conversionRate": 11.47635827, + "conversionDate": 1477606503, + "network": null, "accounts": {}, "transactions": [], - "network": "2", - "seedWords": null, - "isConfirmed": false, - "isEthConfirmed": false, + "isConfirmed": true, "unconfMsgs": {}, "messages": [], + "shapeShiftTxList": [], + "keyringTypes": [ + "Simple Key Pair" + ], "provider": { "type": "testnet" } @@ -21,15 +25,15 @@ "appState": { "menuOpen": false, "currentView": { - "name": "EthStoreWarning" + "name": "accounts", + "detailView": null }, "accountDetail": { "subview": "transactions" }, - "currentDomain": "127.0.0.1:9966", "transForward": true, "isLoading": false, "warning": null }, "identities": {} -}
\ No newline at end of file +} diff --git a/development/states/locked.json b/development/states/locked.json index d21a062c1..060d5e48c 100644 --- a/development/states/locked.json +++ b/development/states/locked.json @@ -2,7 +2,6 @@ "metamask": { "isInitialized": true, "isUnlocked": false, - "isEthConfirmed": true, "currentDomain": "example.com", "rpcTarget": "https://rawtestrpc.metamask.io/", "identities": {}, diff --git a/development/states/pending-signature.json b/development/states/pending-signature.json index 33f79b4c8..dceff7a15 100644 --- a/development/states/pending-signature.json +++ b/development/states/pending-signature.json @@ -2,7 +2,6 @@ "metamask": { "isInitialized": true, "isUnlocked": true, - "isEthConfirmed": true, "currentDomain": "example.com", "rpcTarget": "https://rawtestrpc.metamask.io/", "identities": { @@ -403,4 +402,4 @@ "warning": null }, "identities": {} -}
\ No newline at end of file +} diff --git a/development/states/restore-vault.json b/development/states/restore-vault.json index e1f157ddf..d796676a8 100644 --- a/development/states/restore-vault.json +++ b/development/states/restore-vault.json @@ -2,7 +2,6 @@ "metamask": { "isInitialized": false, "isUnlocked": false, - "isEthConfirmed": false, "currentDomain": "example.com", "rpcTarget": "https://rawtestrpc.metamask.io/", "identities": {}, @@ -36,4 +35,4 @@ "warning": null }, "identities": {} -}
\ No newline at end of file +} diff --git a/development/states/send.json b/development/states/send.json index afc1e6397..1d6a5504c 100644 --- a/development/states/send.json +++ b/development/states/send.json @@ -2,7 +2,6 @@ "metamask": { "isInitialized": true, "isUnlocked": true, - "isEthConfirmed": false, "currentDomain": "example.com", "rpcTarget": "https://rawtestrpc.metamask.io/", "identities": { @@ -73,4 +72,4 @@ "detailView": {} }, "identities": {} -}
\ No newline at end of file +} diff --git a/development/states/shapeshift.json b/development/states/shapeshift.json index a656fb00f..31b8cadec 100644 --- a/development/states/shapeshift.json +++ b/development/states/shapeshift.json @@ -2,7 +2,6 @@ "metamask": { "isInitialized": true, "isUnlocked": true, - "isEthConfirmed": true, "currentDomain": "example.com", "rpcTarget": "https://rawtestrpc.metamask.io/", "identities": { @@ -345,4 +344,4 @@ "isSubLoading": false }, "identities": {} -}
\ No newline at end of file +} |