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