Skip to content

Commit

Permalink
Update carp client call
Browse files Browse the repository at this point in the history
  • Loading branch information
gostkin committed Dec 19, 2023
1 parent 965c624 commit 38e41d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default async function getCdeProjectedNFTData(
const events = await timeout(
query(url, Routes.projectedNftEventsRange, {
range: { minSlot: fromAbsoluteSlot, maxSlot: toAbsoluteSlot },
address: undefined,
}),
DEFAULT_FUNNEL_TIMEOUT
);
Expand Down

0 comments on commit 38e41d8

Please sign in to comment.