Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/foundry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ This example shows how to set up and broadcast a smart contract from a Turnkey w
### 0 / Foundry versioning

Make sure you have [Foundry](https://getfoundry.sh/introduction/installation) installed locally.
Until >v1.4.4 release, it is also necessary to use a Nightly build for the Turnkey flag to be enabled.
Turnkey support was introduced with v1.5.0.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is so 🔥 for some reason the docs page still links to v1.3.1 https://getfoundry.sh/releases

but I've confirmed that installing foundry locally without nightly or anything does indeed result in downloading v1.5.0


```bash
$ curl -L https://foundry.paradigm.xyz | bash
$ foundryup --install nightly
$ foundryup
```

### 1/ Cloning the example
Expand Down
Loading