Skip to content

Commit

Permalink
fix: PasskeyBinder hash
Browse files Browse the repository at this point in the history
  • Loading branch information
zkJoaquin committed Sep 26, 2024
1 parent 5f19626 commit 942c2d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions l1-contracts/scripts/upgrade-consistency-checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ const maxNumberOfHyperchains = 100;
const expectedStoredBatchHashZero = "0x1574fa776dec8da2071e5f20d71840bfcbd82c2bca9ad68680edfedde1710bc4";
const expectedL2BridgeAddress = "0x11f943b2c77b743AB90f4A0Ae7d5A4e7FCA3E102";
const expectedL1LegacyBridge = "0x57891966931Eb4Bb6FB81430E6cE0A03AAbDe063";
const expectedGenesisBatchCommitment = "0x554c1727dd2c07f9380d41f881e8b40f812a304e32af15c00ee43d18b3ebc319";
const expectedGenesisBatchCommitment = "0xd6f6269d95e2db6e79e6951d0c37ddd4b4a6fd0ba0e1fca57d4c61d0494d9556";
const expectedIndexRepeatedStorageChanges = BigNumber.from(56);
const expectedProtocolVersion = BigNumber.from(2).pow(32).mul(24);

const expectedGenesisRoot = "0x9ea33984a969780901bf453bc87234596a8598e32135546b4a6189fe54c24bf2";
const expectedGenesisRoot = "0x1a70642a87107fc37984e7ed661e46d9767e15d6136a1b393c9ddc06d724278c";
const expectedRecursionNodeLevelVkHash = "0xf520cd5b37e74e19fdb369c8d676a04dce8a19457497ac6686d2bb95d94109c8";
const expectedRecursionLeafLevelVkHash = "0xf9664f4324c1400fa5c3822d667f30e873f53f1b8033180cd15fe41c1e2355c6";
const expectedRecursionCircuitsSetVksHash = "0x0000000000000000000000000000000000000000000000000000000000000000";
Expand Down
4 changes: 2 additions & 2 deletions system-contracts/SystemContractsHashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
"contractName": "PasskeyBinder",
"bytecodePath": "artifacts-zk/contracts-preprocessed/PasskeyBinder.sol/PasskeyBinder.json",
"sourceCodePath": "contracts-preprocessed/PasskeyBinder.sol",
"bytecodeHash": "0x0100012b62c6ab437122702618511fef86b76418618b8de5da0d1014bbe65bb9",
"sourceCodeHash": "0xfd5df407fd69df75f0f3f1d8f0e284bcaefd791278d9983e1e964b7a8d8b5b15"
"bytecodeHash": "0x0100010b438eab85e2d52de897400ff825ab39ef042dc29248a2cdae901aa774",
"sourceCodeHash": "0xc71573b6648ff491545ebd81f58456e3c50a423844fb095242dd0816defe7b93"
},
{
"contractName": "PubdataChunkPublisher",
Expand Down

0 comments on commit 942c2d5

Please sign in to comment.