Skip to content
Open
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
7 changes: 6 additions & 1 deletion devnet/entrypoint/reth-rpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,13 @@ if [ "$FLASHBLOCK_ENABLED" = "true" ] && [ "$FLASHBLOCKS_RPC" = "true" ]; then
CMD="$CMD \
--flashblocks.addr=0.0.0.0 \
--flashblocks.port=1111 \
--flashblocks-url=ws://op-reth-seq:1111 \
--xlayer.flashblocks-url=ws://op-reth-seq:1111 \
--xlayer.flashblocks-subscription"

# Enable flashblocks state comparison debug mode
if [ "$FLASHBLOCKS_DEBUG_STATE_COMPARISON" = "true" ]; then
CMD="$CMD --xlayer.flashblocks-debug-state-comparison"
fi
fi

# Bridge intercept configuration
Expand Down
1 change: 1 addition & 0 deletions devnet/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,6 @@ LAUNCH_RPC_NODE2=false
TRUSTED_PEERS=

FLASHBLOCK_ENABLED=true
FLASHBLOCKS_DEBUG_STATE_COMPARISON=false

OWNER_TYPE=transactor # safe