diff options
Diffstat (limited to 'development/states/send-new-ui.json')
-rw-r--r-- | development/states/send-new-ui.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/development/states/send-new-ui.json b/development/states/send-new-ui.json index 479b6d3e3..fd048596c 100644 --- a/development/states/send-new-ui.json +++ b/development/states/send-new-ui.json @@ -139,7 +139,8 @@ "send": { "fromDropdownOpen": false, "toDropdownOpen": false, - "errors": {} + "errors": {}, + "gasButtonGroupShown": true }, "confirmTransaction": { "txData": {}, @@ -179,6 +180,7 @@ }, "basicEstimateIsLoading": false, "gasEstimatesLoading": false, + "basicPriceAndTimeEstimates": [], "priceAndTimeEstimates": [ { "expectedTime": "1374.1168296452973076627", |