Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed Oct 9, 2024
1 parent 9f9136d commit 350a835
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ forge install

### Start local node

Anvil starts a local fork from the most recent block based on the rpc url provided. The chain id is used to identify the anvil network in the app config.
Anvil starts a local fork from the most recent block based on the rpc url provided. The chain id is used to identify the anvil network in the app config. Block time is 5 seconds to match gnosis chain.

```sh
$ anvil --fork-url https://rpc.gnosis.gateway.fm --chain-id 31337 --block-time 5
Expand All @@ -26,7 +26,6 @@ We also need a wallet for working locally. To set this up take the private key f
Because of how the distributor contract works the developer wallet needs to hold some bread before we deploy the contracts for us to be able to vote. The setup script takes care of this as well as funding the wallet with LP tokens which is needed for the LP locking feature.

```sh
# setup dev wallet
$ pnpm run chain:setup
```

Expand Down

0 comments on commit 350a835

Please sign in to comment.