Skip to content

Commit

Permalink
Update scripts/helpers/RemoveBridgeAdapters.s.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey <[email protected]>
  • Loading branch information
sendra and kyzia551 authored Apr 16, 2024
1 parent 0f46e90 commit b162fbc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/helpers/RemoveBridgeAdapters.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,6 @@ contract Ethereum is BaseRemoveBridgeAdapters {
bridgeAdapter: 0xFf8C72bE9bE0Fe889e04BBFdA7D83f78dE7A5E64,
chainIds: chainIds
});
// bridgeAdapters[1] = ICrossChainForwarder.BridgeAdapterToDisable({
// bridgeAdapter: 0x4d47404219Ec63dc2e8100D8D09aD918f063E66B,
// chainIds: chainIds
// });
// bridgeAdapters[2] = ICrossChainForwarder.BridgeAdapterToDisable({
// bridgeAdapter: 0x4CC5C07a079A7E67298D498459Fc88Dbb39f2297,
// chainIds: chainIds
// });
return bridgeAdapters;
}

Expand Down

0 comments on commit b162fbc

Please sign in to comment.