Skip to content

Commit

Permalink
update contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
edobry committed Dec 10, 2024
1 parent 4c2d4f2 commit 4f15a32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ The configs are consumed by downstream OP Stack software, i.e. `op-geth` and `op

A second module exists in this repo whose purpose is to validate the config exported by the `superchain` module. It is a separate module to avoid import cycles and polluting downstream dependencies with things like `go-ethereum` (which is used in the validation tests).

> Note: when running validation tests locally, you must set Tailscale to use the OP Labs Tailnet exit node in order to be able to connect to CI L1 archive nodes.
> In order to run validation tests locally you must have access to a L1 archive node. If you are an:
>
> - OP Labs core dev: you must set Tailscale to use the Tailnet exit node in order to be able to connect to CI L1 archive nodes
>
> - external contributor: you must provide your own L1 archive node and set its RPC endpoint in the `l1.test_rpc` field in the superchain config files (e.g. `superchain/configs/{mainnet,sepolia,sepolia-dev-0}/superchain.yaml`)
## `ops` Go module

Expand Down

0 comments on commit 4f15a32

Please sign in to comment.