Skip to content

Commit

Permalink
Use another interface for more loose code index (#30)
Browse files Browse the repository at this point in the history
* added aux code indexer interface, fixed more typos

* changed code indexer dependency
  • Loading branch information
peersky authored Nov 20, 2024
1 parent a02d478 commit 48570f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nasty-points-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@peeramid-labs/eds": patch
---

added aux file for codeIndex interface in more loose pragma to be more reusable as library
5 changes: 5 additions & 0 deletions .changeset/wet-geckos-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@peeramid-labs/eds": patch
---

changed code indexer dependency
2 changes: 1 addition & 1 deletion src/abstracts/CodeIndexer.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: CC0-1.0
pragma solidity >=0.8.0 <0.9.0;

import "../ICodeIndex.sol";
import "../ICodeIndexDep.sol";

abstract contract CodeIndexer {
//Create2 contract
Expand Down

0 comments on commit 48570f0

Please sign in to comment.