Skip to content

Commit 509e67f

Browse files
chore: update protocol contracts dependency
1 parent a80c69e commit 509e67f

3 files changed

Lines changed: 1658 additions & 1373 deletions

File tree

contracts/hardhat.config.js

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,18 +123,32 @@ module.exports = {
123123
},
124124
viaIR: true
125125
},
126+
{
127+
version: "0.8.21",
128+
settings: {
129+
viaIR: false,
130+
optimizer: {
131+
enabled: true,
132+
runs: 100,
133+
details: {
134+
yul: true
135+
}
136+
},
137+
evmVersion: "shanghai" // for ethereum mainnet, use shanghai, for polygon, use london
138+
},
139+
},
126140
{
127141
version: "0.8.22",
128142
settings: {
129143
viaIR: false,
130144
optimizer: {
131145
enabled: true,
132-
runs: 200,
146+
runs: 100,
133147
details: {
134148
yul: true
135149
}
136150
},
137-
evmVersion: "london" // for ethereum mainnet, use shanghai, for polygon, use london
151+
evmVersion: "shanghai" // for ethereum mainnet, use shanghai, for polygon, use london
138152
}
139153
},
140154
{
@@ -148,7 +162,7 @@ module.exports = {
148162
settings: {
149163
optimizer: {
150164
enabled: true,
151-
runs: 200,
165+
runs: 190,
152166
details: {
153167
yul: true
154168
}

0 commit comments

Comments
 (0)