Skip to content

Commit

Permalink
Downgrade modulekit (#62)
Browse files Browse the repository at this point in the history
* Downgrade modulekit

* pin erc7579 version

* Update email-recovery to v1.0.4
  • Loading branch information
JohnGuilding authored Nov 11, 2024
1 parent f30bf21 commit c866ecb
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 334 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/email-recovery",
"version": "1.0.3",
"version": "1.0.4",
"description": "Smart account module and related contracts to enable email recovery for validators",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -33,12 +33,16 @@
"dependencies": {
"@matterlabs/era-contracts": "github:matter-labs/era-contracts",
"@openzeppelin/contracts-upgradeable": "5.0.1",
"@rhinestone/modulekit": "0.4.16",
"@rhinestone/modulekit": "0.4.13",
"@zk-email/contracts": "6.3.2",
"@zk-email/ether-email-auth-contracts": "1.0.2",
"erc7579-implementation": "github:erc7579/erc7579-implementation",
"solidity-stringutils": "github:LayerZero-Labs/solidity-stringutils"
},
"pnpm": {
"overrides": {
"erc7579": "github:erc7579/erc7579-implementation#b3f8bcb2df3aae3217213ffa8b7a87c1eb42ec56"
}
},
"files": [
"src",
"test",
Expand Down
Loading

0 comments on commit c866ecb

Please sign in to comment.