Skip to content

Commit

Permalink
Added epoch config to the clarinet toml configuration (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshmiLavanyaKasturi authored Jul 18, 2023
1 parent db547ce commit d069580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/how-to-guides/how-to-add-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Clarinet will also add your contract configuration in the `Clarinet.toml`.
```toml
[contracts.my-contract]
path = "contracts/my-contract.clar"
clarity_version = 2
epoch = 2.4
```

You can add contracts to your project by adding the files manually; however, you must make sure to add the appropriate configuration
Expand Down

0 comments on commit d069580

Please sign in to comment.