Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Oct 23, 2024
1 parent bfc091a commit b0f8070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/msgport/Connect.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ contract ConnectScript is Base, OracleConfig, RelayerConfig {

function _setPortLookup(uint256 localChainId, uint256 remoteChainId) internal {
_setPortLookup(ormpUpgradeablePort, localChainId, remoteChainId);
_setPortLookup(multiPort, localChainId, remoteChainId);
// _setPortLookup(multiPort, localChainId, remoteChainId);
}

function _setPortLookup(address port, uint256 localChainId, uint256 remoteChainId) internal {
Expand Down

0 comments on commit b0f8070

Please sign in to comment.