Skip to content

Commit

Permalink
Merge branch 'dev' into oz-hyper-improvements-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbochok authored Jun 18, 2024
2 parents 372d84d + 7d7af53 commit dfc2576
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ l1-contracts/broadcast/*
l1-contracts/script-config/*
l1-contracts/script-out/*
!l1-contracts/script-out/.gitkeep
*.timestamp
4 changes: 2 additions & 2 deletions system-contracts/SystemContractsHashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"contractName": "ContractDeployer",
"bytecodePath": "artifacts-zk/contracts-preprocessed/ContractDeployer.sol/ContractDeployer.json",
"sourceCodePath": "contracts-preprocessed/ContractDeployer.sol",
"bytecodeHash": "0x010004e5219e70c32d67ed1df0c46983a83a382e482abb5c4310ad554f55f738",
"sourceCodeHash": "0x28208c532ed8851077a9bb0a87636215840ce964397ab0767692f956a0fd11b3"
"bytecodeHash": "0x010004e5b06e78c8ffbdf6c578ce9d101d8d852e62e71f79ff8f845e7ada7fc9",
"sourceCodeHash": "0xdc95cb75554260ef8793c7899dbbc681165a441109458b3d058b03a0857d00e3"
},
{
"contractName": "Create2Factory",
Expand Down
2 changes: 1 addition & 1 deletion system-contracts/contracts/ContractDeployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ contract ContractDeployer is IContractDeployer, ISystemContract {
AccountInfo memory currentInfo = accountInfo[msg.sender];

if (
_nonceOrdering != AccountNonceOrdering.Arbitrary &&
_nonceOrdering != AccountNonceOrdering.Arbitrary ||
currentInfo.nonceOrdering != AccountNonceOrdering.Sequential
) {
revert InvalidNonceOrderingChange();
Expand Down

0 comments on commit dfc2576

Please sign in to comment.