Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into joe/run-sqls
Browse files Browse the repository at this point in the history
  • Loading branch information
joewagner committed Mar 30, 2023
2 parents 412aff3 + d9dbe00 commit 04c5a13
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 8 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,17 @@ const homestead = {

const config: HardhatUserConfig = {
solidity: {
version: "0.8.15",
version: "0.8.19",
settings: {
optimizer: {
enabled: true,
runs: 200,
runs: 9999999,
},
metadata: {
// do not include the metadata hash, since this is machine dependent
// and we want all generated code to be deterministic
// https://docs.soliditylang.org/en/v0.7.6/metadata.html
bytecodeHash: "none",
},
},
},
Expand Down
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"hardhat": "^2.13.0",
"hardhat-contract-sizer": "^2.8.0",
"hardhat-gas-reporter": "^1.0.9",
"mocha": "^10.2.0",
"prettier": "^2.8.4",
"prettier-plugin-solidity": "^1.1.3",
"solhint": "^3.4.1",
Expand Down

0 comments on commit 04c5a13

Please sign in to comment.