Skip to content

Commit

Permalink
fix contracts compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
YouStillAlive committed Jun 27, 2024
1 parent 0fffdd4 commit e80e3db
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 713 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config: HardhatUserConfig = {
solidity: {
version: "0.8.24",
settings: {
evmVersion: "byzantium",
evmVersion: 'istanbul',
optimizer: {
enabled: true,
runs: 200,
Expand Down
Loading

0 comments on commit e80e3db

Please sign in to comment.