From 22bd82bc998e8541bc4256251428e013b05f3b61 Mon Sep 17 00:00:00 2001 From: CJ42 Date: Mon, 11 Sep 2023 12:41:36 +0100 Subject: [PATCH] docs: fix name of folder for LSP23 --- .../ILSP23LinkedContractsFactory.sol | 0 .../IPostDeploymentModule.sol | 0 .../LSP23Errors.sol | 0 .../LSP23LinkedContractsFactory.sol | 0 .../modules/UniversalProfileInitPostDeploymentModule.sol | 0 .../modules/UniversalProfilePostDeploymentModule.sol | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename contracts/{LSP23LinkedContractsDeployment => LSP23LinkedContractsFactory}/ILSP23LinkedContractsFactory.sol (100%) rename contracts/{LSP23LinkedContractsDeployment => LSP23LinkedContractsFactory}/IPostDeploymentModule.sol (100%) rename contracts/{LSP23LinkedContractsDeployment => LSP23LinkedContractsFactory}/LSP23Errors.sol (100%) rename contracts/{LSP23LinkedContractsDeployment => LSP23LinkedContractsFactory}/LSP23LinkedContractsFactory.sol (100%) rename contracts/{LSP23LinkedContractsDeployment => LSP23LinkedContractsFactory}/modules/UniversalProfileInitPostDeploymentModule.sol (100%) rename contracts/{LSP23LinkedContractsDeployment => LSP23LinkedContractsFactory}/modules/UniversalProfilePostDeploymentModule.sol (100%) diff --git a/contracts/LSP23LinkedContractsDeployment/ILSP23LinkedContractsFactory.sol b/contracts/LSP23LinkedContractsFactory/ILSP23LinkedContractsFactory.sol similarity index 100% rename from contracts/LSP23LinkedContractsDeployment/ILSP23LinkedContractsFactory.sol rename to contracts/LSP23LinkedContractsFactory/ILSP23LinkedContractsFactory.sol diff --git a/contracts/LSP23LinkedContractsDeployment/IPostDeploymentModule.sol b/contracts/LSP23LinkedContractsFactory/IPostDeploymentModule.sol similarity index 100% rename from contracts/LSP23LinkedContractsDeployment/IPostDeploymentModule.sol rename to contracts/LSP23LinkedContractsFactory/IPostDeploymentModule.sol diff --git a/contracts/LSP23LinkedContractsDeployment/LSP23Errors.sol b/contracts/LSP23LinkedContractsFactory/LSP23Errors.sol similarity index 100% rename from contracts/LSP23LinkedContractsDeployment/LSP23Errors.sol rename to contracts/LSP23LinkedContractsFactory/LSP23Errors.sol diff --git a/contracts/LSP23LinkedContractsDeployment/LSP23LinkedContractsFactory.sol b/contracts/LSP23LinkedContractsFactory/LSP23LinkedContractsFactory.sol similarity index 100% rename from contracts/LSP23LinkedContractsDeployment/LSP23LinkedContractsFactory.sol rename to contracts/LSP23LinkedContractsFactory/LSP23LinkedContractsFactory.sol diff --git a/contracts/LSP23LinkedContractsDeployment/modules/UniversalProfileInitPostDeploymentModule.sol b/contracts/LSP23LinkedContractsFactory/modules/UniversalProfileInitPostDeploymentModule.sol similarity index 100% rename from contracts/LSP23LinkedContractsDeployment/modules/UniversalProfileInitPostDeploymentModule.sol rename to contracts/LSP23LinkedContractsFactory/modules/UniversalProfileInitPostDeploymentModule.sol diff --git a/contracts/LSP23LinkedContractsDeployment/modules/UniversalProfilePostDeploymentModule.sol b/contracts/LSP23LinkedContractsFactory/modules/UniversalProfilePostDeploymentModule.sol similarity index 100% rename from contracts/LSP23LinkedContractsDeployment/modules/UniversalProfilePostDeploymentModule.sol rename to contracts/LSP23LinkedContractsFactory/modules/UniversalProfilePostDeploymentModule.sol