We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7499ba4 + d0209d1 commit 12d529cCopy full SHA for 12d529c
config.toml.example
@@ -32,7 +32,7 @@ idle_timeout = "60s" # Max time for idle keep-alive connections
32
[celestia]
33
# Celestia namespace (29 bytes hex, version 0 requires 18 leading zeros)
34
# Generate with: 00000000000000000000000000000000000000$(openssl rand -hex 10)
35
-namespace = "00000000000000000000000000000000000000000000000000000000acfe"
+namespace = "000000000000000000000000000000000000000000000000000000acfe"
36
37
# Use compact blob IDs (height + commitment only, recommended)
38
blobid_compact = true
0 commit comments