FuelLabs / fuel-bridge

The canonical Fuel bridge mono repo.
https://app.fuel.network/portal/bridge
Apache License 2.0
173 stars 75 forks source link

(chore) remove unused code in L2 bridge #244

Closed DefiCake closed 2 months ago

DefiCake commented 2 months ago

It is needed to examine https://github.com/FuelLabs/fuel-bridge/tree/main/packages/fungible-token/bridge-fungible-token . From these contracts, make sure that there is no dead / unused lingering code. It can be done with forc build. Unfortunately this will give a lot of warnings coming from dependencies that cannot / should not be disabled, but we require the sanity check.