Skip to content

Commit 6c01b20

Browse files
committed
Added 0.8.17 Solidity compiler to the list of ecdsa compilers
We still need 0.8.9 compiler to compile contracts from @threshold-network/solidity-contracts so instead of replacing 0.8.9 with 0.8.17 we have them both.
1 parent 216ec59 commit 6c01b20

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

solidity/ecdsa/hardhat.config.ts

+9
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ export const testConfig = {
4646
const config: HardhatUserConfig = {
4747
solidity: {
4848
compilers: [
49+
{
50+
version: "0.8.17",
51+
settings: {
52+
optimizer: {
53+
enabled: true,
54+
runs: 200,
55+
},
56+
},
57+
},
4958
{
5059
version: "0.8.9",
5160
settings: {

0 commit comments

Comments
 (0)