We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae194a commit e2e57e4Copy full SHA for e2e57e4
hardhat.config.ts
@@ -76,16 +76,32 @@ function getForkingSettings() {
76
77
const config: HardhatUserConfig = {
78
solidity: {
79
- version: "0.8.9",
80
- settings: {
81
- metadata: {
82
- bytecodeHash: "none",
+ compilers: [
+ {
+ version: "0.8.9",
+ settings: {
83
+ metadata: {
84
+ bytecodeHash: "none",
85
+ },
86
+ optimizer: {
87
+ enabled: true,
88
+ runs: 800,
89
90
91
},
- optimizer: {
- enabled: true,
- runs: 800,
- },
92
93
+ version: "0.8.18",
94
95
96
97
98
99
100
101
102
103
+ }
104
+ ],
105
106
networks: {
107
local: {
0 commit comments