aboutsummaryrefslogtreecommitdiffstats
path: root/development/states
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-07-12 00:07:26 +0800
committerDan <danjm.com@gmail.com>2018-07-12 00:07:26 +0800
commite91d87efd91bce3d893a20832a2d2361cbd256ee (patch)
tree7284275b038398614fb4c4e6e673a9a913f8856e /development/states
parent91eca558f0f82e096251bebdc34136c864e224fe (diff)
downloadtangerine-wallet-browser-e91d87efd91bce3d893a20832a2d2361cbd256ee.tar
tangerine-wallet-browser-e91d87efd91bce3d893a20832a2d2361cbd256ee.tar.gz
tangerine-wallet-browser-e91d87efd91bce3d893a20832a2d2361cbd256ee.tar.bz2
tangerine-wallet-browser-e91d87efd91bce3d893a20832a2d2361cbd256ee.tar.lz
tangerine-wallet-browser-e91d87efd91bce3d893a20832a2d2361cbd256ee.tar.xz
tangerine-wallet-browser-e91d87efd91bce3d893a20832a2d2361cbd256ee.tar.zst
tangerine-wallet-browser-e91d87efd91bce3d893a20832a2d2361cbd256ee.zip
Fix bug in test mock signature request methods.
Diffstat (limited to 'development/states')
-rw-r--r--development/states/currency-localization.json20
-rw-r--r--development/states/first-time.json20
2 files changed, 38 insertions, 2 deletions
diff --git a/development/states/currency-localization.json b/development/states/currency-localization.json
index 8c8b18a91..6848c0840 100644
--- a/development/states/currency-localization.json
+++ b/development/states/currency-localization.json
@@ -130,5 +130,23 @@
"scrollToBottom": false,
"forgottenPassword": null
},
- "identities": {}
+ "identities": {},
+ "confirmTransaction": {
+ "txData": {},
+ "tokenData": {},
+ "methodData": {},
+ "tokenProps": {
+ "tokenDecimals": "",
+ "tokenSymbol": ""
+ },
+ "fiatTransactionAmount": "",
+ "fiatTransactionFee": "",
+ "fiatTransactionTotal": "",
+ "ethTransactionAmount": "",
+ "ethTransactionFee": "",
+ "ethTransactionTotal": "",
+ "hexGasTotal": "",
+ "nonce": "",
+ "fetchingMethodData": false
+ }
}
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
+ }
}