Skip to content

Commit

Permalink
chore: first steps for the npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzel98 committed Aug 28, 2024
1 parent b68ce99 commit 7f52bca
Show file tree
Hide file tree
Showing 52 changed files with 10,747 additions and 225 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
[submodule "lib/solidity-bytes-utils"]
path = lib/solidity-bytes-utils
url = https://github.com/GNSPS/solidity-bytes-utils
[submodule "lib/solidity-stringutils"]
path = lib/solidity-stringutils
url = https://github.com/Arachnid/solidity-stringutils
[submodule "lib/FreshCryptoLib"]
path = lib/FreshCryptoLib
url = https://github.com/rdubois-crypto/FreshCryptoLib
Expand Down
Binary file added delegation-framework-1.1.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion documents/StyleGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The imports should be sorted by external dependencies an empty line and then loc
// SPDX-License-Identifier: MIT AND Apache-2.0
pragma solidity 0.8.21;
import { IEntryPoint } from "@account-abstraction/interfaces/IEntryPoint.sol";
import { IEntryPoint } from "account-abstraction/interfaces/IEntryPoint.sol";
import { IERC165 } from "@openzeppelin/contracts/utils/introspection/IERC165.sol";
import { IDeleGatorCore } from "./interfaces/IDeleGatorCore.sol";
Expand Down
Loading

0 comments on commit 7f52bca

Please sign in to comment.