Skip to content

Commit

Permalink
fix compiler even more
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Sep 20, 2024
1 parent 9c808df commit caf7a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l1-contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default {
},
evmVersion: "cancun",
},
eraVersion: '1.0.1'

Check failure on line 44 in l1-contracts/hardhat.config.ts

View workflow job for this annotation

GitHub Actions / lint

Replace `'1.0.1'` with `"1.0.1",`

Check failure on line 44 in l1-contracts/hardhat.config.ts

View workflow job for this annotation

GitHub Actions / lint

Strings must use doublequote

Check failure on line 44 in l1-contracts/hardhat.config.ts

View workflow job for this annotation

GitHub Actions / lint

Replace `'1.0.1'` with `"1.0.1",`

Check failure on line 44 in l1-contracts/hardhat.config.ts

View workflow job for this annotation

GitHub Actions / lint

Strings must use doublequote

Check failure on line 44 in l1-contracts/hardhat.config.ts

View workflow job for this annotation

GitHub Actions / lint

Replace `'1.0.1'` with `"1.0.1",`

Check failure on line 44 in l1-contracts/hardhat.config.ts

View workflow job for this annotation

GitHub Actions / lint

Strings must use doublequote
},
zksolc: {
compilerSource: "binary",
Expand Down

0 comments on commit caf7a5d

Please sign in to comment.