Skip to content

Commit bb0e9a8

Browse files
committed
update deps
1 parent e2f6566 commit bb0e9a8

File tree

4 files changed

+805
-753
lines changed

4 files changed

+805
-753
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default {
137137
flat: false,
138138
},
139139
solidity: {
140-
version: "0.8.29",
140+
version: "0.8.30",
141141
settings: {
142142
optimizer: {
143143
enabled: false,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"lint": "pnpm solhint && pnpm lint:ts && pnpm format:check",
9393
"solhint": "solhint --max-warnings 0 contracts/**/*.sol",
9494
"lint:ts": "eslint scripts/**/*.ts test/**/*.ts",
95-
"format:check": "prettier --check **/*.{ts,sol}",
96-
"format:write": "prettier --write **/*.{ts,sol}"
95+
"format:check": "prettier --check task/**/*.{ts,sol} contracts/**/*.{ts,sol} test/**/*.{ts,sol}",
96+
"format:write": "prettier --write task/**/*.{ts,sol} contracts/**/*.{ts,sol} test/**/*.{ts,sol}"
9797
},
9898
"dependencies": {
9999
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)