Skip to content

Commit

Permalink
chore: move OFTWrapperFacet
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Aug 7, 2023
1 parent 11bdda0 commit 34338f9
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,6 @@ contract DeployScript is UpdateScriptBase {
selectors.push(MultichainFacet.updateAddressMappings.selector);
}

// OFTWrapperFacet
if (
DiamondLoupeFacet(diamond).facetAddress(
OFTWrapperFacet.setOFTLayerZeroChainId.selector
) != address(0)
) {
selectors.push(OFTWrapperFacet.setOFTLayerZeroChainId.selector);
}

// OptimismBridgeFacet
if (
DiamondLoupeFacet(diamond).facetAddress(
Expand Down

0 comments on commit 34338f9

Please sign in to comment.