Skip to content

Commit

Permalink
switch to both directions for velar trades.
Browse files Browse the repository at this point in the history
  • Loading branch information
jppade committed Oct 16, 2024
1 parent ba6cf8c commit fa3834c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/exchange-scrapers/collector/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ var (
dia.PearlfiExchangeTestnet,
dia.PanCakeSwapExchangeV3,
dia.BitflowExchange,
dia.VelarExchange,
}

exchange = flag.String("exchange", "", "which exchange")
Expand Down
2 changes: 1 addition & 1 deletion cmd/exchange-scrapers/collector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/diadata-org/diadata/exchange-scrapers/collector
go 1.19

require (
github.com/diadata-org/diadata v1.4.545
github.com/diadata-org/diadata v1.4.546
github.com/segmentio/kafka-go v0.4.35
github.com/sirupsen/logrus v1.9.3
)
Expand Down

0 comments on commit fa3834c

Please sign in to comment.