Fujicracy / fuji-v2

Cross-chain money market aggregator
https://fuji-v2-frontend.vercel.app
15 stars 10 forks source link

Disable wstETH bridging #695

Closed ferostabio closed 9 months ago

ferostabio commented 9 months ago

close #696

Added wstETH to a no-bridging list. If, in a crosschain operation, its required wstETH to be bridged, we're no longer allowing that.

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fuji-v2-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 4, 2023 3:22pm
brozorec commented 9 months ago

It's better to inverse the logic and checking if the token is bridgeable is better. We'll start adding more tokens that are not bridgable (cbETH, rETH, GNO, ...), and the chance of miss to add the token to the list is higher. In the current setup, Connext will always be slower in adding more tokens because they also need to bootstrap the liquidity for them.

ferostabio commented 9 months ago

It's better to inverse the logic and checking if the token is bridgeable is better. We'll start adding more tokens that are not bridgable (cbETH, rETH, GNO, ...), and the chance of miss to add the token to the list is higher. In the current setup, Connext will always be slower in adding more tokens because they also need to bootstrap the liquidity for them.

Then, we should maybe add an isBridgeable property to currencies.