diff --git a/packages/lsp-smart-contracts/contracts/LSP26FollowerSystem/ILSP26FollowingSystem.sol b/packages/lsp-smart-contracts/contracts/LSP26FollowerSystem/ILSP26FollowerSystem.sol similarity index 100% rename from packages/lsp-smart-contracts/contracts/LSP26FollowerSystem/ILSP26FollowingSystem.sol rename to packages/lsp-smart-contracts/contracts/LSP26FollowerSystem/ILSP26FollowerSystem.sol diff --git a/packages/lsp-smart-contracts/contracts/LSP26FollowerSystem/LSP26FollowingSystem.sol b/packages/lsp-smart-contracts/contracts/LSP26FollowerSystem/LSP26FollowerSystem.sol similarity index 100% rename from packages/lsp-smart-contracts/contracts/LSP26FollowerSystem/LSP26FollowingSystem.sol rename to packages/lsp-smart-contracts/contracts/LSP26FollowerSystem/LSP26FollowerSystem.sol diff --git a/packages/lsp-smart-contracts/hardhat.config.ts b/packages/lsp-smart-contracts/hardhat.config.ts index 002de576f..92279f64b 100644 --- a/packages/lsp-smart-contracts/hardhat.config.ts +++ b/packages/lsp-smart-contracts/hardhat.config.ts @@ -185,6 +185,7 @@ const config: HardhatUserConfig = { // Tools // ------------------ 'LSP23LinkedContractsFactory', + 'LSP26FollowerSystem', ], // Whether to include the TypeChain factories or not. // If this is enabled, you need to run the TypeChain files through the TypeScript compiler before shipping to the registry.