Skip to content

Commit 09e4dd9

Browse files
committed
refactror: remove legacy contracts & tests
1 parent 093a372 commit 09e4dd9

8 files changed

+1
-438
lines changed

contracts/Factories/Create2Factory.sol

-88
This file was deleted.

contracts/Legacy/Registries/AddressRegistry.sol

-52
This file was deleted.

contracts/Legacy/Registries/AddressRegistryRequiresERC725.sol

-37
This file was deleted.

contracts/Legacy/UniversalReceiverAddressStore.sol

-64
This file was deleted.

contracts/Mocks/NFTStorage.sol

-17
This file was deleted.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"test:lsp9init": "hardhat test --no-compile tests/LSP9Vault/LSP9VaultInit.test.ts",
9696
"test:lsp11": "hardhat test --no-compile tests/LSP11BasicSocialRecovery/LSP11BasicSocialRecovery.test.ts",
9797
"test:lsp11init": "hardhat test --no-compile tests/LSP11BasicSocialRecovery/LSP11BasicSocialRecoveryInit.test.ts",
98+
"test:lsp16": "hardhat test --no-compile tests/LSP16UniversalFactory/LSP16UniversalFactory.test.ts",
9899
"test:lsp17": "hardhat test --no-compile tests/LSP17ContractExtension/LSP17Extendable.test.ts",
99100
"test:lsp17extensions": "hardhat test --no-compile tests/LSP17Extensions/**/*.test.ts",
100101
"test:lsp20": "hardhat test --no-compile tests/LSP20CallVerification/LSP6/LSP20WithLSP6.test.ts",

tests/Mocks/AddressRegistry.test.ts

-122
This file was deleted.

0 commit comments

Comments
 (0)