During the refactor a mul got removed by me which is needed for proper estimations. I also noticed some inconsistencies for when a user has a preferred network set that we aren't defaulting to that on swaps open, so I fixed those as well in this PR.
What To Test
Should test switching between chains to make sure the EIP1559 cases are handled properly now.
Fixes APP-1887
What Changed
During the refactor a mul got removed by me which is needed for proper estimations. I also noticed some inconsistencies for when a user has a preferred network set that we aren't defaulting to that on swaps open, so I fixed those as well in this PR.
What To Test
Should test switching between chains to make sure the EIP1559 cases are handled properly now.