diff --git a/common/types/encoding/da.go b/common/types/encoding/da.go index 81a68c347..ddd554576 100644 --- a/common/types/encoding/da.go +++ b/common/types/encoding/da.go @@ -12,7 +12,10 @@ import ( type CodecVersion int const ( + // CodecV0 represents the version 0 of the encoder and decoder. CodecV0 CodecVersion = iota + + // CodecV1 represents the version 1 of the encoder and decoder. CodecV1 )