Skip to content

Commit

Permalink
fix bonkrewards
Browse files Browse the repository at this point in the history
  • Loading branch information
Geninsus committed Nov 20, 2024
1 parent b028f8d commit fb6075b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const executor: FetcherExecutor = async (owner: string, cache: Cache) => {
account.lockupDuration.toNumber()) *
1000;
if (account.depositAmount.isZero()) continue;
if (account.effectiveStake.isZero()) continue;

assets.push({
...tokenPriceToAssetToken(
bonkMint,
Expand Down

0 comments on commit fb6075b

Please sign in to comment.