Skip to content

Commit

Permalink
chore(repo): upgrade solidity compiler to 0.8.24 (#16906)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Apr 29, 2024
1 parent 5d82f05 commit 516496b
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 83 deletions.
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^5.7.2",
"solc": "0.7.3",
"solc": "0.8.24",
"solhint": "^4.5.4",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/supplementary-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^5.7.2",
"solc": "0.7.3",
"solc": "0.8.24",
"solhint": "^4.5.4",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/taikoon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^5.7.2",
"solc": "0.7.3",
"solc": "0.8.24",
"solhint": "^4.5.4",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit 516496b

Please sign in to comment.