Skip to content

Commit

Permalink
interopCenter bytecode
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemeno committed Jan 6, 2025
1 parent 55e7490 commit 4ada023
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions l1-contracts/deploy-scripts/L2ContractsBytecodesLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ library L2ContractsBytecodesLib {
/// @notice Reads the bytecode of the InteropCenter contract.
/// @return The bytecode of the InteropCenter contract.
function readInteropCenterBytecode() internal view returns (bytes memory) {
return
Utils.readHardhatBytecode(
"/../l1-contracts/artifacts-zk/contracts/bridgehub/InteropCenter.sol/InteropCenter.json"
);
return Utils.readZKFoundryBytecodeL1("InteropCenter.sol", "InteropCenter");
}

/// @notice Reads the bytecode of the L2NativeTokenVault contract.
Expand Down

0 comments on commit 4ada023

Please sign in to comment.