diff options
Diffstat (limited to 'development/states/accounts.json')
-rw-r--r-- | development/states/accounts.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/development/states/accounts.json b/development/states/accounts.json index 9068be0bd..02c11cd98 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": { @@ -90,9 +89,9 @@ } }, "transactions": [], - "selectedAddress": "0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80", + "selectedAccount": "0x0abdd95cafcabec9b3e99dcd09fc4b441037cb80", "network": "2", - "isConfirmed": true, + "isDisclaimerConfirmed": true, "unconfMsgs": {}, "messages": [], "shapeShiftTxList": [], @@ -116,4 +115,4 @@ "scrollToBottom": true }, "identities": {} -}
\ No newline at end of file +} |