From ad7e3637fd5115ce9b82a349c5be1ef77f1155cc Mon Sep 17 00:00:00 2001 From: Mexes Date: Mon, 7 Oct 2024 12:34:29 +0000 Subject: [PATCH] fix: Impl changes --- docs/quick-start/configure-contracts.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick-start/configure-contracts.mdx b/docs/quick-start/configure-contracts.mdx index 02f8300..2a7e2a0 100644 --- a/docs/quick-start/configure-contracts.mdx +++ b/docs/quick-start/configure-contracts.mdx @@ -1,9 +1,9 @@ --- sidebar_position: 4 -description: How to Configure Contracts. +description: How to import other Contracts. --- -# Configure Contracts +# Importing other contracts The `Configure Contracts` page allows you to pull existing contracts from the Starknet network and incorporate them into your `Scaffold-Stark 2` project. It generates a configuration file that can be used to replace or append to your local predeployedContracts.ts or configExternalContracts.ts file, enabling contract debugging in the `/debug` page of your Scaffold-Stark project.