connext / monorepo

Connext is a modular stack for trust-minimized, generalized communication between blockchains.

Home Page:https://docs.connext.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ST] BNB to Arbitrum estimated time is slow, others to Arbitrum are fast

alexwhte opened this issue · comments

Describe the bug
Estimated time should be based on destination chain only
Currently it shows slow path sending ETH from BNB to Arbitrum (3hrs) . This is mislabeled as fast path in the tooltip
image.png

Fast path from Ethereum to Arbitrum (3 mins)
image.png

Next steps

  1. Check the logic we have implemented. It should be consistent at least
  2. Check why BNB to Ethereum is showing 3hrs
  3. Remove the tooltip that shows fast transfer when it is slow

per @maxlomu from Arbitrum team

Estimated time is based on last 20 transfers between source chain and destination chain.

commented

Previously, Estimated time is based on last 20 transfers between source_chain and destination_chain. We modified it to just transfers with the destination_chain

commented

It is deployed. We can close. @just-a-node