Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaensen authored Mar 13, 2024
1 parent 3c4461e commit 0b7dd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm run build

### 3) Run anvil
```bash
anvil --port 8545 --gas-limit 8000000 --accounts 10
anvil --port 8545 --gas-limit 8000000 --accounts 10 --code-size-limit 32000
```
When [anvil](https://book.getfoundry.sh/reference/anvil/) was started with default values, you can use the following values to connect to:
* URL: http://localhost:8545
Expand Down

0 comments on commit 0b7dd84

Please sign in to comment.