Skip to content

Commit

Permalink
enmerable map dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Sep 25, 2024
1 parent 701e50c commit 633d1bb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 659 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
},
"dependencies": {
"@rhinestone/modulekit": "^0.4.8",
"stringutils": "github:Arachnid/solidity-stringutils"
"stringutils": "github:Arachnid/solidity-stringutils",
"enumerablemap": "https://github.com/erc7579/enumerablemap"
},
"files": [
"src",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ solarray/=node_modules/solarray/src/
@prb/math/=node_modules/@prb/math/src/
kernel/=node_modules/@zerodev/kernel/src/
ExcessivelySafeCall/=node_modules/excessively-safe-call/src/
stringutils/=node_modules/stringutils/src/
stringutils/=node_modules/stringutils/src/
enumerableset4337/=node_modules/enumerablemap/src/
2 changes: 1 addition & 1 deletion src/SampleK1ValidatorWithERC7739.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ERC7739Validator } from "./ERC7739Validator.sol";
import { SignatureCheckerLib } from "solady/utils/SignatureCheckerLib.sol";
import { ERC7579ValidatorBase } from "modulekit/Modules.sol";
import { PackedUserOperation } from "modulekit/external/ERC4337.sol";
import { EnumerableSet } from "./utils/EnumerableSet4337.sol";
import { EnumerableSet } from "enumerableset4337/EnumerableSet4337.sol";
import { ModuleInstallLib } from "./utils/ModuleInstallLib.sol";
import { MessageHashUtils } from "@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol";

Expand Down
276 changes: 0 additions & 276 deletions src/utils/AssociatedArrayLib.sol

This file was deleted.

Loading

0 comments on commit 633d1bb

Please sign in to comment.