Skip to content

Commit

Permalink
Delete api key from check query call for Coin Gecko. I also revoked t…
Browse files Browse the repository at this point in the history
…he key, since it was now public
  • Loading branch information
Maxwell Dulin committed Aug 2, 2024
1 parent 5a54bd3 commit fe19e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/governor/governor_prices.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ func CheckQuery(logger *zap.Logger) error {
logger.Info("Instantiating governor.")
ctx := context.Background()
var db db.MockGovernorDB
gov := NewChainGovernor(logger, &db, common.MainNet, true, "CG-Jkw5uPjVteEype2JxpMCqfmb")
gov := NewChainGovernor(logger, &db, common.MainNet, true, "")

if err := gov.initConfig(); err != nil {
return err
Expand Down

0 comments on commit fe19e09

Please sign in to comment.