File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/contracts-bedrock Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 "sourceCodeHash" : " 0xfca613b5d055ffc4c3cbccb0773ddb9030abedc1aa6508c9e2e7727cc0cd617b"
2121 },
2222 "src/L1/OPContractsManager.sol:OPContractsManager" : {
23- "initCodeHash" : " 0xedcd5b788dda53d4a6b92d60920f84e6092b49ca91a83497d49466298b4b37dc " ,
24- "sourceCodeHash" : " 0x8bd223bcef18f6f8fbd077f339206197dda88d617a6a434cb5ba036173726640 "
23+ "initCodeHash" : " 0x8d664ec9ed3a4b2f8f955954bcf90dc9dd08629d841b846197adf1884560fabc " ,
24+ "sourceCodeHash" : " 0x869c37ed990431aa2956a1e79107aac74a9c88fda5366e73c4947dbdae9d5e05 "
2525 },
2626 "src/L1/OPContractsManagerStandardValidator.sol:OPContractsManagerStandardValidator" : {
2727 "initCodeHash" : " 0x0c8b15453d0f0bc5d9af07f104505e0bbb2b358f0df418289822fb73a8652b30" ,
235235 "initCodeHash" : " 0x2bfce526f82622288333d53ca3f43a0a94306ba1bab99241daa845f8f4b18bd4" ,
236236 "sourceCodeHash" : " 0xf49d7b0187912a6bb67926a3222ae51121e9239495213c975b3b4b217ee57a1b"
237237 }
238- }
238+ }
Original file line number Diff line number Diff line change @@ -3019,9 +3019,9 @@ contract OPContractsManager is ISemver {
30193019
30203020 // -------- Constants and Variables --------
30213021
3022- /// @custom:semver 5.5 .0
3022+ /// @custom:semver 5.6 .0
30233023 function version () public pure virtual returns (string memory ) {
3024- return "5.5 .0 " ;
3024+ return "5.6 .0 " ;
30253025 }
30263026
30273027 OPContractsManagerGameTypeAdder public immutable opcmGameTypeAdder;
You can’t perform that action at this time.
0 commit comments