OSDN Git Service

Edit (#275)
[bytom/vapor.git] / federation / common / const.go
index 56f7d0b..7157d96 100644 (file)
@@ -7,6 +7,9 @@ const (
 )
 
 const (
+       BytomChainName = "btm"
+       VaporChainName = "vapor"
+
        CrossTxPendingStatusLabel   = "pending"
        CrossTxCompletedStatusLabel = "completed"
 )