Skip to content

Commit

Permalink
Fix distributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
codybutz committed Jul 24, 2024
1 parent 784ede3 commit 16a5b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions indy_rewards/sp/distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def get_pool_weights(
) -> dict[IAsset, float]:
if day >= datetime.date(2024, 7, 14):
return {
IAsset.from_str("ibtc"): (1504.89 / 18664.35),
IAsset.from_str("ieth"): (2469.29 / 18664.35),
IAsset.from_str("ibtc"): (2469.29 / 18664.35),
IAsset.from_str("ieth"): (1504.89 / 18664.35),
IAsset.from_str("iusd"): (14690.17 / 18664.35),
}

Expand Down

0 comments on commit 16a5b70

Please sign in to comment.