Skip to content

Commit f32e858

Browse files
authored
Merge pull request #26 from flashbots/metrics
Add metrics
2 parents d189f39 + 0c15cb6 commit f32e858

File tree

9 files changed

+566
-93
lines changed

9 files changed

+566
-93
lines changed

.env.example

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
JWT_TOKEN=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a
2+
BUILDER_JWT_TOKEN=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a
23
L2_URL=http://localhost:8551
34
BUILDER_URL=http://localhost:8552
45
RPC_HOST=0.0.0.0
56
RPC_PORT=8081
67
TRACING=false
78
LOG_LEVEL=info
9+
METRICS=false
810
BOOST_SYNC=false

0 commit comments

Comments
 (0)