Skip to content

Commit

Permalink
amend supply service.
Browse files Browse the repository at this point in the history
  • Loading branch information
jppade committed Jul 21, 2023
1 parent 9585040 commit ddd2fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/services/supplyService/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/diadata-org/diadata/services/supplyService
go 1.17

require (
github.com/diadata-org/diadata v1.4.254
github.com/diadata-org/diadata v1.4.311
github.com/sirupsen/logrus v1.8.1
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/services/supplyService/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func main() {
log.Info("set total supply: DIA")
}
// Set circulating supply
err = ds.SetDiaCirculatingSupply(float64(105395382))
err = ds.SetDiaCirculatingSupply(float64(110617604))
if err != nil {
log.Errorf("error setting circulating supply for %s: %v\n", "DIA", err)
} else {
Expand Down

0 comments on commit ddd2fe7

Please sign in to comment.