Skip to content

Commit 6719a42

Browse files
update solidity version to use 0.8.33
1 parent b7b0439 commit 6719a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hardhat/hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const config: HardhatUserConfig = {
2727
solidity: {
2828
compilers: [
2929
{
30-
version: "0.8.28",
30+
version: "0.8.33",
3131
settings: {
3232
optimizer: {
3333
enabled: true,

0 commit comments

Comments
 (0)