Skip to content

Commit

Permalink
Upgrade devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Jun 25, 2023
1 parent c549d67 commit e72f5d0
Show file tree
Hide file tree
Showing 17 changed files with 46 additions and 560 deletions.
8 changes: 3 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Thanks for wanting to contribute! :yellow_heart:
To work in this repo, you'll need to install:
1. [Rust Toolchain](https://rustup.rs/)
1. [Docker](https://docs.docker.com/get-docker/)
1. [ripgrep](https://github.com/BurntSushi/ripgrep)
1. [mprocs](https://github.com/pvolok/mprocs)

And clone the [Optimism Monorepo](https://github.com/ethereum-optimism/optimism)

Expand All @@ -19,13 +21,9 @@ git clone [email protected]:clabby/op-challenger.git
2. Configure your dev environment
```sh
# Set the MONOREPO_DIR variable
nvim .env.devnet
# Set up your env vars
source .env.devnet
nvim start_devnet.sh
# On the L1 service, port forward the websocket endpoint port (8546)
nvim $MONOREPO_DIR/ops-bedrock/docker-compose.yml
# Install forge deps
(cd ./testdata/mock-dgf && forge install)
# Start the devnet and deploy the mock dispute game factory
./start_devnet.sh
```
Expand Down
194 changes: 17 additions & 177 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e72f5d0

Please sign in to comment.