Skip to content

Commit ebb4480

Browse files
committed
Update Solidity version to 0.8.29 for improved features and security
1 parent ce6911c commit ebb4480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/smart-contract/hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const config: HardhatUserConfig = {
8282
},
8383
//compiler version
8484
solidity: {
85-
version: '0.8.19',
85+
version: '0.8.29',
8686
settings: {
8787
optimizer: {
8888
enabled: true,

0 commit comments

Comments
 (0)