Skip to content

Commit 25edb4c

Browse files
committed
Use version of contracts with correct addresses
1 parent eda06c9 commit 25edb4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"private": true,
3636
"dependencies": {
3737
"@dotenvx/dotenvx": "^1.6.4",
38-
"@lit-protocol/contracts": "^0.5.0",
38+
"@lit-protocol/contracts": "^0.5.1",
3939
"@lit-protocol/nacl": "7.1.1",
4040
"@lit-protocol/uint8arrays": "7.1.1",
4141
"@metamask/eth-sig-util": "5.0.2",

packages/networks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"directory": "../../dist/packages/networks"
1919
},
2020
"dependencies": {
21-
"@lit-protocol/contracts": "^0.4.0",
21+
"@lit-protocol/contracts": "^0.5.1",
2222
"@lit-protocol/nacl": "7.1.1",
2323
"@noble/curves": "^1.8.1",
2424
"@wagmi/core": "^2.17.1",

0 commit comments

Comments
 (0)