Skip to content

Commit

Permalink
fix(testnets): correct relay IP'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bostoen committed Jul 5, 2024
1 parent af6ecfa commit e3e93d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testnets/helder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ BOLT_RPC_PORT="8000"
SIGNING_KEY=""

# Bolt-enabled relay on Helder
BOLT_RELAY="http://0xa55c1285d84ba83a5ad26420cd5ad3091e49c55a813eee651cd467db38a8c8e63192f47955e9376f6b42f6d190571cb5@136.243.76.36:9062"
BOLT_RELAY="http://0xa55c1285d84ba83a5ad26420cd5ad3091e49c55a813eee651cd467db38a8c8e63192f47955e9376f6b42f6d190571cb5@135.181.191.125:9062"
```

Then, simply run `docker compose up`. This will start the sidecar and the modified mev-boost.
Expand Down
2 changes: 1 addition & 1 deletion testnets/helder/launch.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BOLT_RPC_PORT="8000"
SIGNING_KEY=""

# Bolt-enabled relay on Helder
BOLT_RELAY="http://0xa55c1285d84ba83a5ad26420cd5ad3091e49c55a813eee651cd467db38a8c8e63192f47955e9376f6b42f6d190571cb5@136.243.76.36:9062"
BOLT_RELAY="http://0xa55c1285d84ba83a5ad26420cd5ad3091e49c55a813eee651cd467db38a8c8e63192f47955e9376f6b42f6d190571cb5@135.181.191.125:9062"

# Genesis fork version for Helder
GENESIS_FORK_VERSION="0x10000000"

0 comments on commit e3e93d0

Please sign in to comment.