Skip to content
Closed
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
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ RPC_PORT=8081
DEBUG_HOST=127.0.0.1
DEBUG_SERVER_PORT=5555

# Flashblocks Args
FLASHBLOCKS=false
FLASHBLOCKS_BUILDER_URL=ws://localhost:1111
FLASHBLOCKS_HOST=127.0.0.1
FLASHBLOCKS_PORT=1112

# Extra Args
TRACING=false
LOG_LEVEL=info
Expand Down
Loading