status-im / status-mobile

a free (libre) open source, mobile OS for Ethereum
https://status.app
Mozilla Public License 2.0
3.91k stars 984 forks source link

The max fee estimation on mobile is not matched to the fee on Desktop for bridge transactions #21620

Open VolodLytvynenko opened 1 week ago

VolodLytvynenko commented 1 week ago

Steps:

  1. Go to the bridge page
  2. Build the following bridge routes

Actual result:

Bridge routes are estimated incorrectly

example: L2 arb -> L2 opt or L2 arb -> L2 opt

Max fee is estimated as <0.01 USD

Image

Expected result:

The bridge estimation should be matched to the Desktop Image

Additional info:

It seems mobile is not including the "bridge fee" and "approval fee" as desktop does Image Image

Devices:

ENV:

Nightly 13 Now

alwx commented 1 day ago

Should be fixed by this: https://github.com/status-im/status-mobile/pull/21541

VolodLytvynenko commented 1 day ago

issue is not fixed within https://github.com/status-im/status-mobile/pull/21541. Fee estimation still incorrect

alwx commented 1 day ago

@VolodLytvynenko Ok, you're right because the fee estimation is still done separately and might be done differently on desktop. Will take a further look at it but for now it's not an issue that's linked to #21541