Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Jan 9, 2024
1 parent 701ac85 commit fd74e1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ l2-contracts/node_modules

# system-contracts
system-contracts/node_modules
system-contracts/bootloader/test_infra/target
2 changes: 1 addition & 1 deletion system-contracts/contracts/test-contracts/KeccakTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "../libraries/SystemContractsCaller.sol";
import "../Constants.sol";
import "../libraries/EfficientCall.sol";

// In this test it is important to actuall change the real Keccak256's contract's bytecode,
// In this test it is important to actuall change the real Keccak256's contract's bytecode,
// which requires changes in the real AccountCodeStorage contract
address constant REAL_DEPLOYER_SYSTEM_CONTRACT = address(0x8006);
address constant REAL_FORCE_DEPLOYER_ADDRESS = address(0x8007);
Expand Down
2 changes: 1 addition & 1 deletion system-contracts/test/Keccak256.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CONTRACT_DEPLOYER_ADDRESS, hashBytecode } from "zksync-web3/build/src/utils";
import { hashBytecode } from "zksync-web3/build/src/utils";
import type { KeccakTest } from "../typechain";
import { KeccakTestFactory } from "../typechain";
import { REAL_KECCAK256_CONTRACT_ADDRESS } from "./shared/constants";
Expand Down

0 comments on commit fd74e1f

Please sign in to comment.