There are two separate settings/configurations for namespace id:
--optimint.namespace_id - used by block manager
namespace_id in Celestia DA config - used inside celestia DA implementation
Even worse, first is encoded as hex-string, and second is byte array.
This is terrible UX and it's very error prone.
There are two separate settings/configurations for namespace id:
--optimint.namespace_id- used by block managernamespace_idin Celestia DA config - used inside celestia DA implementationEven worse, first is encoded as hex-string, and second is byte array.
This is terrible UX and it's very error prone.