Skip to content

Commit

Permalink
build!: move lsp17 to its own package (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
skimaharvey committed Feb 6, 2024
1 parent dd514a4 commit c6f4f99
Show file tree
Hide file tree
Showing 16 changed files with 679 additions and 744 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.

4 changes: 2 additions & 2 deletions dodoc/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const dodocConfig = {
'contracts/LSP16UniversalFactory/LSP16UniversalFactory.sol',
'lsp17contractextension/contracts/LSP17Extendable.sol',
'lsp17contractextension/contracts/LSP17Extension.sol',
'contracts/LSP17Extensions/Extension4337.sol',
'contracts/LSP17Extensions/OnERC721ReceivedExtension.sol',
'lsp17/Extension4337.sol',
'lsp17/OnERC721ReceivedExtension.sol',
'lsp20/contracts/LSP20CallVerification.sol',
'contracts/LSP23LinkedContractsFactory/LSP23LinkedContractsFactory.sol',
'contracts/LSP23LinkedContractsFactory/IPostDeploymentModule.sol',
Expand Down
Loading

0 comments on commit c6f4f99

Please sign in to comment.