Skip to content

Commit

Permalink
Merge pull request #203 from chainbound/naman/feat/commitboost/integr…
Browse files Browse the repository at this point in the history
…ation

feat(sidecar): commit-boost integration
  • Loading branch information
Jonas Bostoen authored Sep 5, 2024
2 parents cedd82f + 903a501 commit 75b0e6d
Show file tree
Hide file tree
Showing 20 changed files with 1,316 additions and 913 deletions.
2 changes: 2 additions & 0 deletions bolt-sidecar/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BOLT_SIDECAR_EXECUTION_API_URL=http://localhost:4485
BOLT_SIDECAR_BEACON_API_URL=http://localhost:4400
BOLT_SIDECAR_ENGINE_API_URL=http://localhost:4451
BOLT_SIDECAR_MEVBOOST_URL=http://localhost:19550
BOLT_SIDECAR_CB_SIGNER_URL=http://localhost:19551

# server ports
BOLT_SIDECAR_PORT=8000
Expand All @@ -21,6 +22,7 @@ BOLT_SIDECAR_SLOT_TIME=12
# sidecar security configs
BOLT_SIDECAR_VALIDATOR_INDEXES=
BOLT_SIDECAR_JWT_HEX=
BOLT_SIDECAR_CB_JWT_HEX=
BOLT_SIDECAR_FEE_RECIPIENT=
BOLT_SIDECAR_BUILDER_PRIVATE_KEY=
BOLT_SIDECAR_PRIVATE_KEY=
Loading

0 comments on commit 75b0e6d

Please sign in to comment.