Skip to content

Commit

Permalink
build!: move lsp17 to its own package
Browse files Browse the repository at this point in the history
  • Loading branch information
skimaharvey committed Feb 5, 2024
1 parent 7923e63 commit 7faa42c
Show file tree
Hide file tree
Showing 17 changed files with 2,901 additions and 743 deletions.
2 changes: 1 addition & 1 deletion contracts/Mocks/Tokens/RequireCallbackToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.4;

import {
OnERC721ReceivedExtension
} from "../../LSP17Extensions/OnERC721ReceivedExtension.sol";
} from "lsp17/contracts/OnERC721ReceivedExtension.sol";

/**
* @dev This contract is used only for testing purposes
Expand Down
211 changes: 0 additions & 211 deletions docs/contracts/LSP17Extensions/Extension4337.md

This file was deleted.

154 changes: 0 additions & 154 deletions docs/contracts/LSP17Extensions/OnERC721ReceivedExtension.md

This file was deleted.

Loading

0 comments on commit 7faa42c

Please sign in to comment.