diff --git a/const.go b/const.go index 4612b45..e95aabb 100644 --- a/const.go +++ b/const.go @@ -4,6 +4,7 @@ const MAIN_ALLCOINS_PERIOD_MINUTES = 1 const MAIN_ALLCOINS_ONCE_COUNTS = 3 const MAIN_ALLCOINS_BAR_PERIOD = "3m" const ALLCANDLES_PUBLISH = "allCandles|publish" +const ALLMAXES_PUBLISH = "allMaxes|publish" const ALLCANDLES_INNER_PUBLISH = "allCandlesInner|publish" const ORDER_PUBLISH = "private|order|publish" const TICKERINFO_PUBLISH = "tickerInfo|publish" diff --git a/go.mod b/go.mod index 14ecff3..3957768 100644 --- a/go.mod +++ b/go.mod @@ -10,12 +10,11 @@ replace ( go 1.21 require ( + github/com/phyer/v5sdkgo v0.1.0 github.com/bitly/go-simplejson v0.5.0 github.com/go-redis/redis v6.15.9+incompatible github.com/phyer/texus v0.0.0-20241207132635-0e7fb63f8196 github.com/sirupsen/logrus v1.9.3 - v5sdk_go/rest v0.0.0-00010101000000-000000000000 - v5sdk_go/ws v0.0.0-00010101000000-000000000000 ) require (