diff options
Diffstat (limited to 'development/states/shapeshift.json')
-rw-r--r-- | development/states/shapeshift.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/development/states/shapeshift.json b/development/states/shapeshift.json index a656fb00f..3e700f546 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": { @@ -50,7 +49,7 @@ "selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825", "network": "1", "seedWords": null, - "isConfirmed": true, + "isDisclaimerConfirmed": true, "unconfMsgs": {}, "messages": [], "shapeShiftTxList": [], @@ -345,4 +344,4 @@ "isSubLoading": false }, "identities": {} -}
\ No newline at end of file +} |