connext / monorepo

Connext is a modular stack for trust-minimized, generalized communication between blockchains.
https://docs.connext.network
MIT License
292 stars 171 forks source link

[ST] Shutdown ETH transfers to Mode #6320

Open MinistroDolar opened 2 months ago

MinistroDolar commented 2 months ago

Describe the bug

At this moment we've 2 major issues regarding ETH transfers to Mode.

  1. Liquidity in the pool is too low (less than 2 eth)
  2. Bridge UI is giving wrong estimated outputs when simulating a transfer image image

This is leading to users initiating transactions based on wrong information, as we see in the tickets: https://github.com/connext/monorepo/issues/6317 and https://github.com/connext/monorepo/issues/6319

So, we should shut down this route as soon as possible to avoid more users getting stuck. Most of them will be forced to receive nextWETH and bridge back to another chain, which is a terrible experience and dependent on the team providing the instructions.

Additional context https://github.com/connext/monorepo/issues/6317 https://github.com/connext/monorepo/issues/6319

@oncall