aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/first-time.json
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2018-07-12 02:31:12 +0800
committerGitHub <noreply@github.com>2018-07-12 02:31:12 +0800
commit92fc87a23157bc544e5abe7621200a48637dabd2 (patch)
tree91da121ed3eecc96daf56ce469ddacc57ce703a7 /development/states/first-time.json
parent76e80f631e15fafd7e0bd0117fc1703944cb2fb6 (diff)
parent07322bc404692625ceac06722df12ff179f26c6f (diff)
downloadtangerine-wallet-browser-92fc87a23157bc544e5abe7621200a48637dabd2.tar.gz
tangerine-wallet-browser-92fc87a23157bc544e5abe7621200a48637dabd2.tar.zst
tangerine-wallet-browser-92fc87a23157bc544e5abe7621200a48637dabd2.zip
Merge pull request #4764 from MetaMask/i4404-confirm-refactor-with-e2e-upgrades
e2e beta test upgrades for confirm refactor
Diffstat (limited to 'development/states/first-time.json')
-rw-r--r--development/states/first-time.json20
1 files changed, 19 insertions, 1 deletions
diff --git a/development/states/first-time.json b/development/states/first-time.json
index f10eefd35..e88ec6d65 100644
--- a/development/states/first-time.json
+++ b/development/states/first-time.json
@@ -58,5 +58,23 @@
}
},
"identities": {},
- "computedBalances": {}
+ "computedBalances": {},
+ "confirmTransaction": {
+ "txData": {},
+ "tokenData": {},
+ "methodData": {},
+ "tokenProps": {
+ "tokenDecimals": "",
+ "tokenSymbol": ""
+ },
+ "fiatTransactionAmount": "",
+ "fiatTransactionFee": "",
+ "fiatTransactionTotal": "",
+ "ethTransactionAmount": "",
+ "ethTransactionFee": "",
+ "ethTransactionTotal": "",
+ "hexGasTotal": "",
+ "nonce": "",
+ "fetchingMethodData": false
+ }
}