Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov committed Dec 16, 2024
1 parent 6442846 commit c74f3f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l1-contracts/scripts/register-hyperchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async function main() {
}

if (cmd.allowEvmEmulation) {
console.log(`Allowing EVM emulation`);
console.log("Allowing EVM emulation");
await deployer.enableEvmEmulation();
}

Expand Down
2 changes: 1 addition & 1 deletion system-contracts/contracts/SystemContext.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {ISystemContext} from "./interfaces/ISystemContext.sol";
import {SystemContractBase} from "./abstract/SystemContractBase.sol";
import {ISystemContextDeprecated} from "./interfaces/ISystemContextDeprecated.sol";
import {SystemContractHelper} from "./libraries/SystemContractHelper.sol";
import {BOOTLOADER_FORMAL_ADDRESS, DEPLOYER_SYSTEM_CONTRACT, SystemLogKey} from "./Constants.sol";
import {BOOTLOADER_FORMAL_ADDRESS, SystemLogKey} from "./Constants.sol";

/**
* @author Matter Labs
Expand Down

0 comments on commit c74f3f1

Please sign in to comment.