Closed DefiCake closed 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.
forc build
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.