diff --git a/simulators/optimism/l1ops/README.md b/simulators/optimism/l1ops/README.md index e69de29bb2..4c62f0790f 100644 --- a/simulators/optimism/l1ops/README.md +++ b/simulators/optimism/l1ops/README.md @@ -0,0 +1,5 @@ +# Hive Optimism L1 Ops test suite + +This test suite tests the deposits & withdrawals functionality in an Optimism Bedrock testnet. + + hive --sim optimism/l1ops --client=go-ethereum,op-geth,op-proposer,op-batcher,op-node --docker.output diff --git a/simulators/optimism/p2p/README.md b/simulators/optimism/p2p/README.md index 2357142373..0f97720f97 100644 --- a/simulators/optimism/p2p/README.md +++ b/simulators/optimism/p2p/README.md @@ -2,4 +2,4 @@ This test suite tests the P2P functionality in an Optimism Bedrock testnet. - hive --sim optimism/p2p --client=go-ethereum,op-geth,op-proposer,op-batcher,op-node,op-contracts --docker.output + hive --sim optimism/p2p --client=go-ethereum,op-geth,op-proposer,op-batcher,op-node --docker.output diff --git a/simulators/optimism/rpc/README.md b/simulators/optimism/rpc/README.md index cb3d5baedf..e5a0e38730 100644 --- a/simulators/optimism/rpc/README.md +++ b/simulators/optimism/rpc/README.md @@ -4,4 +4,4 @@ This test suite is a copy of the ETH L1 RPC test suite adapted for Optimism L2. It tests several real-world scenarios such as sending value transactions, deploying a contract or interacting with one. - hive --sim optimism/rpc --client=go-ethereum,op-geth,op-proposer,op-batcher,op-node,op-contracts --docker.output + hive --sim optimism/rpc --client=go-ethereum,op-geth,op-proposer,op-batcher,op-node --docker.output