Skip to content

Commit

Permalink
feat: bump opcminterop semver too
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Feb 12, 2025
1 parent 7594c00 commit e33a4b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/contracts-bedrock/snapshots/semver-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"sourceCodeHash": "0x55b66f495da8a316d85e51e0e685f5395f5f8aa3ab6c1de0ed6d543745ddbfeb"
},
"src/L1/OPContractsManagerInterop.sol": {
"initCodeHash": "0xf243f4f6819cebf4795d99059688863e018bd7de6dbecff32905ce41082f0366",
"sourceCodeHash": "0xf9e820880250d9a1889d07e87f3dfc2c86397cd743f6e6ac9101e621b90f912d"
"initCodeHash": "0xf993868ede15c1cfb6be09be935617ff0c7263cac923616cdb846d9beea5591e",
"sourceCodeHash": "0xa5f8b31a02896d2e8ba6c5b64a8a7c1d78bd95af998184cdd11d66760fdedabd"
},
"src/L1/OPPrestateUpdater.sol": {
"initCodeHash": "0xd438f71aa4f4e7e8aa81082de99fd46b3ffe01028993ee5fbd7f80567e50145c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import { ISystemConfigInterop } from "interfaces/L1/ISystemConfigInterop.sol";
import { IProxyAdmin } from "interfaces/universal/IProxyAdmin.sol";

contract OPContractsManagerInterop is OPContractsManager {
/// @custom:semver +interop.6
/// @custom:semver +interop.7
function version() public pure override returns (string memory) {
return string.concat(super.version(), "+interop.6");
return string.concat(super.version(), "+interop.7");
}

constructor(
Expand Down

0 comments on commit e33a4b0

Please sign in to comment.