[Nitpick] Unknown gas turns to 0.00 gas after you select confirm details
Indeed, we were only doing the (unknown) gas when network fee is undefined dance at input time, not at "secondary screen" (a.k.a confirm) time. This PR fixes it.
Issue (if applicable)
closes N/A, spotted in and targeted to release
Risk
High Risk PRs Require 2 approvals
None
What protocols, transaction types, wallets or contract interactions might be affected by this PR?
Testing
Select a route for which gas is unknown e.g Portals or THOR
Ensure it is (unknown) both at input and confirm time
Engineering
Operations
[ ] :checkered_flag: My feature is behind a flag and doesn't require operations testing (yet)
Description
Spotted by @purelycrickets in https://discord.com/channels/554694662431178782/1308774923317022752/1308950457963515945
Indeed, we were only doing the
(unknown)
gas when network fee is undefined dance at input time, not at "secondary screen" (a.k.a confirm) time. This PR fixes it.Issue (if applicable)
closes N/A, spotted in and targeted to release
Risk
None
Testing
(unknown)
both at input and confirm timeEngineering
Operations
Screenshots (if applicable)