From 91eca558f0f82e096251bebdc34136c864e224fe Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 11 Jul 2018 08:25:52 -0230 Subject: Fix send integration tests for compatability with confirm refactor. --- development/states/confirm-new-ui.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'development/states/confirm-new-ui.json') diff --git a/development/states/confirm-new-ui.json b/development/states/confirm-new-ui.json index 71ccbd96c..2c2e17704 100644 --- a/development/states/confirm-new-ui.json +++ b/development/states/confirm-new-ui.json @@ -156,5 +156,23 @@ "fromDropdownOpen": false, "toDropdownOpen": false, "errors": {} + }, + "confirmTransaction": { + "txData": {}, + "tokenData": {}, + "methodData": {}, + "tokenProps": { + "tokenDecimals": "", + "tokenSymbol": "" + }, + "fiatTransactionAmount": "", + "fiatTransactionFee": "", + "fiatTransactionTotal": "", + "ethTransactionAmount": "", + "ethTransactionFee": "", + "ethTransactionTotal": "", + "hexGasTotal": "", + "nonce": "", + "fetchingMethodData": false } } -- cgit