Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Sep 23, 2024
1 parent 4cc2a36 commit 6c8ba8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/src.ts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import { ICTMDeploymentTrackerFactory } from "../typechain/ICTMDeploymentTracker
import { TestnetERC20TokenFactory } from "../typechain/TestnetERC20TokenFactory";

import { RollupL1DAValidatorFactory } from "../../da-contracts/typechain/RollupL1DAValidatorFactory";
import { ValidiumL1DAValidatorFactory } from "../../da-contracts/typechain/ValidiumL1DAValidatorFactory";
import { ValidiumL1DAValidatorFactory } from "../typechain/ValidiumL1DAValidatorFactory"

Check failure on line 81 in l1-contracts/src.ts/deploy.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `;`

Check failure on line 81 in l1-contracts/src.ts/deploy.ts

View workflow job for this annotation

GitHub Actions / lint

Missing semicolon

Check failure on line 81 in l1-contracts/src.ts/deploy.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `;`

Check failure on line 81 in l1-contracts/src.ts/deploy.ts

View workflow job for this annotation

GitHub Actions / lint

Missing semicolon

Check failure on line 81 in l1-contracts/src.ts/deploy.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `;`

Check failure on line 81 in l1-contracts/src.ts/deploy.ts

View workflow job for this annotation

GitHub Actions / lint

Missing semicolon

let L2_BOOTLOADER_BYTECODE_HASH: string;
let L2_DEFAULT_ACCOUNT_BYTECODE_HASH: string;
Expand Down

0 comments on commit 6c8ba8d

Please sign in to comment.