Skip to content

Commit

Permalink
remove comments from merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jppade committed Oct 31, 2024
1 parent 7abc6af commit a20dae2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cmd/assetCollectionService/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/diadata-org/diadata/assetCollectionService
go 1.22

require (
github.com/diadata-org/diadata v1.4.551
github.com/diadata-org/diadata v1.4.552
github.com/sirupsen/logrus v1.9.3
)

Expand Down
3 changes: 0 additions & 3 deletions cmd/assetCollectionService/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ func NewAssetScraper(exchange string, secret string, relDB *models.RelDB) source
return source.NewJSONReader(exchange, secret)
case dia.AyinExchange:
return source.NewAyinAssetSource(exchanges[dia.AyinExchange], relDB)
<<<<<<< HEAD
case dia.BitflowExchange:
return source.NewBitflowAssetSource(exchanges[dia.BitflowExchange], relDB)
case dia.VelarExchange:
Expand All @@ -179,10 +178,8 @@ func NewAssetScraper(exchange string, secret string, relDB *models.RelDB) source
return source.NewVelodromeAssetSource(exchanges[dia.AerodromeSlipstreamExchange], relDB)
case dia.AerodromeV1Exchange:
return source.NewVelodromeAssetSource(exchanges[dia.AerodromeV1Exchange], relDB)
=======
case dia.BifrostExchange:
return source.NewBifrostAssetSource(exchanges[dia.BifrostExchange], relDB)
>>>>>>> cd7e3ff50b351adef5c2999645e18ccd225ead0e
default:
return nil
}
Expand Down
3 changes: 0 additions & 3 deletions cmd/exchange-scrapers/collector/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,9 @@ var (
dia.ZenlinkswapExchangeBifrostPolkadot,
dia.PearlfiExchangeTestnet,
dia.PanCakeSwapExchangeV3,
<<<<<<< HEAD
dia.BitflowExchange,
dia.VelarExchange,
=======
dia.BifrostExchange,
>>>>>>> cd7e3ff50b351adef5c2999645e18ccd225ead0e
}

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.22

require (
github.com/diadata-org/diadata v1.4.551
github.com/diadata-org/diadata v1.4.552
github.com/segmentio/kafka-go v0.4.35
github.com/sirupsen/logrus v1.9.3
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/liquidityScraper/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/diadata-org/diadata/liquidityScraper
go 1.22

require (
github.com/diadata-org/diadata v1.4.551
github.com/diadata-org/diadata v1.4.552
github.com/sirupsen/logrus v1.9.3
)

Expand Down

0 comments on commit a20dae2

Please sign in to comment.