Skip to content

Commit 02c8c2b

Browse files
up solidity version and scaffold-ui (#1218)
1 parent 1ef7f8a commit 02c8c2b

File tree

4 files changed

+161
-269
lines changed

4 files changed

+161
-269
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.20",
30+
version: "0.8.30",
3131
settings: {
3232
optimizer: {
3333
enabled: true,

packages/hardhat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-config-prettier": "^10.1.1",
4242
"eslint-plugin-prettier": "^5.2.4",
4343
"ethers": "^6.13.2",
44-
"hardhat": "^2.22.10",
44+
"hardhat": "^2.28.2",
4545
"hardhat-deploy": "^1.0.4",
4646
"hardhat-deploy-ethers": "^0.4.2",
4747
"hardhat-gas-reporter": "^2.2.1",

packages/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@heroicons/react": "^2.1.5",
2020
"@rainbow-me/rainbowkit": "2.2.9",
2121
"@react-native-async-storage/async-storage": "^2.2.0",
22-
"@scaffold-ui/components": "^0.1.7",
23-
"@scaffold-ui/debug-contracts": "^0.1.6",
24-
"@scaffold-ui/hooks": "^0.1.5",
22+
"@scaffold-ui/components": "^0.1.8",
23+
"@scaffold-ui/debug-contracts": "^0.1.7",
24+
"@scaffold-ui/hooks": "^0.1.6",
2525
"@tanstack/react-query": "^5.59.15",
2626
"blo": "^1.2.0",
2727
"burner-connector": "0.0.20",

0 commit comments

Comments
 (0)