We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8185bd commit 4594536Copy full SHA for 4594536
contracts/package.json
@@ -121,7 +121,7 @@
121
"@types/mocha": "^10.0.10",
122
"@types/node": "^20.17.6",
123
"@types/sinon": "^17.0.4",
124
- "@wagmi/cli": "^2.2.0",
+ "@wagmi/cli": "^2.3.2",
125
"abitype": "^0.10.3",
126
"chai": "^4.5.0",
127
"dotenv": "^16.6.1",
@@ -157,7 +157,14 @@
157
"@kleros/vea-contracts": "^0.6.0",
158
"@openzeppelin/contracts": "^5.4.0",
159
"@shutter-network/shutter-sdk": "0.0.2",
160
- "isomorphic-fetch": "^3.0.0",
+ "isomorphic-fetch": "^3.0.0"
161
+ },
162
+ "peerDependencies": {
163
"viem": "^2.24.1"
164
165
+ "peerDependenciesMeta": {
166
+ "viem": {
167
+ "optional": false
168
+ }
169
}
170
0 commit comments