Skip to content

Commit

Permalink
chore: fix sentinel import
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed May 15, 2024
1 parent 8d05162 commit 1903f1b
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 512 deletions.
4 changes: 2 additions & 2 deletions accounts/safe7579/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"version": "0.1.0",
"author": {
"name": "zeroknots.eth",
"name": "Rhinestone",
"url": "https://rhinestone.wtf"
},
"bugs": {
Expand All @@ -22,7 +22,7 @@
"forge-std": "github:foundry-rs/forge-std",
"ds-test": "github:dapphub/ds-test",
"erc7579": "github:erc7579/erc7579-implementation",
"sentinellist": "github:zeroknots/sentinellist",
"sentinellist": "github:rhinestonewtf/sentinellist",
"solady": "github:vectorized/solady",
"solarray": "github:sablier-labs/solarray",
"solmate": "github:transmissions11/solmate",
Expand Down
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"version": "0.1.0",
"author": {
"name": "zeroknots.eth",
"name": "Rhinestone",
"url": "https://rhinestone.wtf"
},
"bugs": {
Expand All @@ -25,7 +25,7 @@
"erc7579": "github:erc7579/erc7579-implementation",
"forge-std": "github:foundry-rs/forge-std",
"prettier": "^2.8.8",
"sentinellist": "github:zeroknots/sentinellist",
"sentinellist": "github:rhinestonewtf/sentinellist",
"solady": "github:vectorized/solady",
"solarray": "github:sablier-labs/solarray",
"solhint": "^4.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/SessionKeyManager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"version": "0.1.0",
"author": {
"name": "zeroknots.eth",
"name": "Rhinestone",
"url": "https://rhinestone.wtf"
},
"bugs": {
Expand All @@ -15,7 +15,7 @@
"ds-test": "github:dapphub/ds-test",
"@ERC4337/account-abstraction": "github:kopy-kat/account-abstraction#develop",
"@ERC4337/account-abstraction-v0.6": "github:eth-infinitism/account-abstraction#v0.6.0",
"sentinellist": "github:zeroknots/sentinellist",
"sentinellist": "github:rhinestonewtf/sentinellist",
"erc7579": "github:erc7579/erc7579-implementation",
"forge-std": "github:foundry-rs/forge-std",
"solady": "github:vectorized/solady",
Expand Down
4 changes: 2 additions & 2 deletions packages/modulekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"version": "0.3.1",
"author": {
"name": "zeroknots.eth",
"name": "Rhinestone",
"url": "https://rhinestone.wtf"
},
"bugs": {
Expand All @@ -24,7 +24,7 @@
"@safe-global/safe-contracts": "^1.4.1",
"erc7579": "github:erc7579/erc7579-implementation",
"prettier": "^2.8.8",
"sentinellist": "github:zeroknots/sentinellist",
"sentinellist": "github:rhinestonewtf/sentinellist",
"solady": "github:vectorized/solady",
"solarray": "github:sablier-labs/solarray",
"solhint": "^4.1.1"
Expand Down
Loading

0 comments on commit 1903f1b

Please sign in to comment.