Skip to content

Commit 12d529c

Browse files
authored
Merge pull request #59 from celestiaorg/jcstein-patch-1
docs: update config.toml.example to use 29 bytes, 58 chars
2 parents 7499ba4 + d0209d1 commit 12d529c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.toml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ idle_timeout = "60s" # Max time for idle keep-alive connections
3232
[celestia]
3333
# Celestia namespace (29 bytes hex, version 0 requires 18 leading zeros)
3434
# Generate with: 00000000000000000000000000000000000000$(openssl rand -hex 10)
35-
namespace = "00000000000000000000000000000000000000000000000000000000acfe"
35+
namespace = "000000000000000000000000000000000000000000000000000000acfe"
3636

3737
# Use compact blob IDs (height + commitment only, recommended)
3838
blobid_compact = true

0 commit comments

Comments
 (0)