Skip to content

Commit

Permalink
Update scripts/CCC/UpdateCCC.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 02545b9 commit 0f46e90
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/CCC/UpdateCCC.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ abstract contract BaseCCCUpdate is BaseScript {
addresses.clEmergencyOracle = CL_EMERGENCY_ORACLE();
}

// ProxyAdmin(addresses.proxyAdmin).upgradeAndCall(
// TransparentUpgradeableProxy(payable(addresses.crossChainController)),
// crossChainControllerImpl,
// abi.encodeWithSelector(IReinitialize.initializeRevision.selector)
// );

addresses.crossChainControllerImpl = crossChainControllerImpl;
}
}
Expand Down

0 comments on commit 0f46e90

Please sign in to comment.