Skip to content

Commit

Permalink
fix: Impl changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mexes20 committed Oct 7, 2024
1 parent f58b9a1 commit ad7e363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick-start/configure-contracts.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ad7e363

Please sign in to comment.