Skip to content

Commit

Permalink
Merge pull request #73 from aleksandrkaekhtin/feature/price_coefficient
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
aleksandrkaekhtin authored Jul 10, 2024
2 parents 25415a0 + 678ec1b commit 7fb92cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/redoubt/tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def _do_calculate(self, config: SeasonConfig, dry_run: bool = False):
tol_tokens.address,
is_meme,
has_boost,
prizes,
url, boost_link,
coalesce(tvl_change, 0) as tvl_change, coalesce(start_tvl, 0) as start_tvl,
coalesce(new_holders, 0) as new_holders,
Expand Down

0 comments on commit 7fb92cb

Please sign in to comment.