Skip to content

Commit

Permalink
fix typo in collector.
Browse files Browse the repository at this point in the history
  • Loading branch information
jppade committed Nov 27, 2024
1 parent 568767b commit b8b2244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/exchange-scrapers/collector/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var (
dia.TraderJoeExchangeV2_1Avalanche,
dia.WanswapExchange,
dia.VelodromeExchange,
dia.VelodromeSlipstream,
dia.VelodromeSlipstreamExchange,
dia.ZenlinkswapExchange,
dia.ZenlinkswapExchangeBifrostPolkadot,
dia.PearlfiExchangeTestnet,
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.22

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

0 comments on commit b8b2244

Please sign in to comment.