Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wire up Closed LP table #262

Merged
merged 4 commits into from
Jul 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update packages/hyperdrive/src/amm/lp/getRemoveLiquidityEvents.ts
Co-authored-by: Ryan Goree <[email protected]>
  • Loading branch information
DannyDelott and ryangoree authored Jul 22, 2023
commit 0928ef10fe30179dfe3489018381a58c9882102c
2 changes: 1 addition & 1 deletion packages/hyperdrive/src/amm/lp/getRemoveLiquidityEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function getRemoveLiquidityEvents({
hyperdriveAddress,
publicClient,
}: GetRemoveLiquidityEventsOptions): Promise<CloseShortEvent[]> {
const closeShortLogs = await publicClient.getFilterLogs({
const closeLPLogs = await publicClient.getFilterLogs({
filter: await publicClient.createContractEventFilter({
abi: HyperdriveABI,
address: hyperdriveAddress,
Expand Down