Skip to content

Commit 416131c

Browse files
committed
fix(dependencies): add @ethersproject/[email protected] to fix the Cannot find module '@ethersproject/contracts' or its corresponding type declarations. error from packages/access-control-conditions/src/lib/humanizer.ts:1:26
1 parent ddfff2f commit 416131c

File tree

2 files changed

+164
-90
lines changed

2 files changed

+164
-90
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"viem": "2.29.4",
6666
"wagmi": "^2.15.4",
6767
"zod": "3.24.3",
68-
"zod-validation-error": "3.4.0"
68+
"zod-validation-error": "3.4.0",
69+
"@ethersproject/contracts": "5.8.0"
6970
},
7071
"devDependencies": {
7172
"@changesets/cli": "^2.29.4",

0 commit comments

Comments
 (0)