Skip to content

Commit

Permalink
chore: readme added --block-time flag to katana command
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed May 29, 2024
1 parent 1a1685e commit a1f4db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

2. Install dependencies:
requires `katana 0.7.0-alpha.4`

```bash
cd ethereum
forge install
Expand All @@ -26,7 +26,7 @@

4. I a New Terminal Start the Katana StarkNet node:
```bash
katana --messaging anvil.messaging.json --disable-fee
katana --messaging anvil.messaging.json --disable-fee --block-time 10000
```

5. In a New Terminal Declare the Cairo contracts:
Expand Down

0 comments on commit a1f4db5

Please sign in to comment.