Skip to content

Commit

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

const expectedGenesisRoot = "0xa67cf425c525514dd007c84c4ef6b3fa48773018172074fa8f04aaca56803046";
const expectedGenesisRoot = "0x9ea33984a969780901bf453bc87234596a8598e32135546b4a6189fe54c24bf2";
const expectedRecursionNodeLevelVkHash = "0xf520cd5b37e74e19fdb369c8d676a04dce8a19457497ac6686d2bb95d94109c8";
const expectedRecursionLeafLevelVkHash = "0xf9664f4324c1400fa5c3822d667f30e873f53f1b8033180cd15fe41c1e2355c6";
const expectedRecursionCircuitsSetVksHash = "0x0000000000000000000000000000000000000000000000000000000000000000";
const expectedBootloaderHash = "0x010008e742608b21bf7eb23c1a9d0602047e3618b464c9b59c0fba3b3d7ab66e";
const expectedDefaultAccountHash = "0x010008af9fae3a9468529c82b7d217b7287b0842b43a1ec80dcdae91d4c4d4fa";
const expectedDefaultAccountHash = "0x010008a95b449ac82e20793b81c505f8483a4e1b6caaac598b6e416f6d845f4b";

const validatorOne = process.env.ETH_SENDER_SENDER_OPERATOR_COMMIT_ETH_ADDR!;

Expand Down
8 changes: 4 additions & 4 deletions system-contracts/SystemContractsHashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"contractName": "DefaultAccount",
"bytecodePath": "artifacts-zk/contracts-preprocessed/DefaultAccount.sol/DefaultAccount.json",
"sourceCodePath": "contracts-preprocessed/DefaultAccount.sol",
"bytecodeHash": "0x010008af9fae3a9468529c82b7d217b7287b0842b43a1ec80dcdae91d4c4d4fa",
"sourceCodeHash": "0xff15862747e3f4c7bd7494fb36c859f42f582740a8f39ecce1feca01927f140c"
"bytecodeHash": "0x010008a95b449ac82e20793b81c505f8483a4e1b6caaac598b6e416f6d845f4b",
"sourceCodeHash": "0x114a721e1744fb10db1f33daf1301f5d2c168717ee44fe912a01bdcd4d1e202d"
},
{
"contractName": "EmptyContract",
Expand Down Expand Up @@ -101,8 +101,8 @@
"contractName": "PasskeyBinder",
"bytecodePath": "artifacts-zk/contracts-preprocessed/PasskeyBinder.sol/PasskeyBinder.json",
"sourceCodePath": "contracts-preprocessed/PasskeyBinder.sol",
"bytecodeHash": "0x010001159da38a1521785c5c97690aa34020d8a7436f563f21ef20a05149cc39",
"sourceCodeHash": "0x60baf72f69451fd70244dae59d6fd7ce32e902f410766bea0b663d802b3f76ca"
"bytecodeHash": "0x0100012b62c6ab437122702618511fef86b76418618b8de5da0d1014bbe65bb9",
"sourceCodeHash": "0xfd5df407fd69df75f0f3f1d8f0e284bcaefd791278d9983e1e964b7a8d8b5b15"
},
{
"contractName": "PubdataChunkPublisher",
Expand Down

0 comments on commit 07fb30d

Please sign in to comment.