Skip to content

Commit

Permalink
fix(docker): workable CELESTIA_NAMESPACE
Browse files Browse the repository at this point in the history
A string starting with 0x needs quotes,
otherwise it's treated as a number in YAML.
  • Loading branch information
mzabaluev committed Feb 21, 2025
1 parent bc90825 commit 3e7ff9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
image: ghcr.io/movementlabsxyz/movement-full-node-setup:${CONTAINER_REV}
container_name: setup
environment:
CELESTIA_NAMESPACE: 0x3073030730
CELESTIA_NAMESPACE: "0xa21de06de7aa38c2a812"
CELESTIA_NETWORK: mainnet
# ws://celestia-light-node:26658
CELESTIA_WEBSOCKET_CONNECTION_PROTOCOL: ws
Expand Down

0 comments on commit 3e7ff9d

Please sign in to comment.