Skip to content

Commit

Permalink
curvefi scraper upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
jppade committed Sep 22, 2023
1 parent 55c5e43 commit fa1edc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.17

require (
github.com/diadata-org/diadata v1.4.360
github.com/diadata-org/diadata v1.4.375
github.com/segmentio/kafka-go v0.4.35
github.com/sirupsen/logrus v1.9.0
)
Expand Down
4 changes: 2 additions & 2 deletions pkg/dia/scraper/exchange-scrapers/CurvefiScraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import (
)

const (
curveRestDialEth = "https://nd-475-370-970.p2pify.com/8658efa12b79ca9cd4b1c72b55a7f4fa"
curveWsDialEth = "wss://ws-nd-475-370-970.p2pify.com/8658efa12b79ca9cd4b1c72b55a7f4fa"
curveRestDialEth = ""
curveWsDialEth = ""
curveRestDialFantom = ""
curveWsDialFantom = ""
curveRestDialMoonbeam = ""
Expand Down

0 comments on commit fa1edc1

Please sign in to comment.