Skip to content

Commit

Permalink
fix chain-id for beacon-chain to connect to execution chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jan 17, 2025
1 parent cf92b04 commit 4cba42d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion starship/charts/devnet/templates/chains/eth/beacon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ spec:
beacon-chain \
--execution-endpoint=http://ethereum-execution-0.ethereum-execution.default.svc.cluster.local:8551 \
--jwt-secret=/etc/secrets/jwt.hex \
--accept-terms-of-use
--accept-terms-of-use \
--chain-id=1337
resources: {{- include "devnet.node.resources" ( dict "node" $chain "context" $ ) | trim | nindent 12 }}
volumeMounts:
- name: ethereum
Expand Down

0 comments on commit 4cba42d

Please sign in to comment.