From 4bec28576e27d42bdcbedc0dd88abd073568a087 Mon Sep 17 00:00:00 2001 From: maxvia87 Date: Mon, 14 Aug 2023 11:24:09 +0200 Subject: [PATCH] chore: add lsp23 to hardhat.config --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 9d69635e0..671f999c5 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -150,7 +150,7 @@ const config: HardhatUserConfig = { // ------------------ 'Create2Factory', 'LSP16UniversalFactory', - 'LinkedContractsFactory', + 'LSP23LinkedContractsFactory', ], // 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.