Skip to content

Commit 30914fb

Browse files
committed
refactror: remove legacy contracts & tests
1 parent 093a372 commit 30914fb

11 files changed

+1
-519
lines changed

.solcover.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
skipFiles: ['Mocks', 'Legacy', 'Create2Factory'],
2+
skipFiles: ['Mocks'],
33
};

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.

hardhat.config.ts

-4
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,8 @@ const config: HardhatUserConfig = {
175175
'LSP8MintableInit',
176176
'LSP9VaultInit',
177177
'LSP11BasicSocialRecoveryInit',
178-
// Legacy L14
179-
// ------------------
180-
'UniversalReceiverAddressStore',
181178
// Tools
182179
// ------------------
183-
'Create2Factory',
184180
'LSP23LinkedContractsFactory',
185181
],
186182
// Whether to include the TypeChain factories or not.

0 commit comments

Comments
 (0)