Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with contributors #64

Merged
merged 1 commit into from
Oct 16, 2023
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docker exec -it byor psql -U postgres -c 'CREATE DATABASE byor_test'

If you restart your system running `docker start byor` will bring the database back online.

### Exection
### Execution

To build the application, follow these steps:

Expand Down Expand Up @@ -66,3 +66,7 @@ yarn dev --port 8080

Anvil is used because hardhat is incapable of filtering logs using the `fromBlock`/`toBlock`.
Read more about this issue [here](https://github.com/wagmi-dev/viem/discussions/366) and [here](https://github.com/foundry-rs/foundry/issues/4729).

## Contributors

- [fewwwww](https://github.com/fewwwww), [Sequencer Ordering](https://github.com/l2beat/byor/pull/62)