Skip to content

Commit

Permalink
add claimable tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Geninsus committed Oct 31, 2024
1 parent 489018a commit 17436b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/src/plugins/elixir/positionsFetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const executor: FetcherExecutor = async (owner: string, cache: Cache) => {
NetworkId.sui,
tokenPrice,
undefined,
{}
{ isClaimable: true }
)
);
yields.push({
Expand Down

0 comments on commit 17436b3

Please sign in to comment.