Skip to content

Commit 091319a

Browse files
authored
feat: upgrade hardhat (#313)
1 parent b277aa0 commit 091319a

File tree

4 files changed

+453
-529
lines changed

4 files changed

+453
-529
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const config: HardhatUserConfig = {
7878
compilers: [
7979
{ version: '0.8.21', settings: v8Settings }, // PoCo Boost
8080
{ version: '0.6.12', settings }, // PoCo contracts
81-
{ version: '0.4.11', settings }, // RLC contracts
81+
{ version: '0.4.24', settings }, // RLC contracts
8282
],
8383
},
8484
namedAccounts: {

0 commit comments

Comments
 (0)