Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions simulators/optimism/l1ops/README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion simulators/optimism/p2p/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion simulators/optimism/rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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