Skip to content

Commit

Permalink
Added TODO for SenderStakeKeyHash placeholder (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDaveB committed May 8, 2024
1 parent 9a31ee9 commit 341a3b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/dex/api/sundaeswap-v3-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ export class SundaeSwapV3Api extends BaseApi {
BigInt(pool.current.quantityA),
BigInt(pool.current.quantityB),
this.dex.poolAddress,
this.dex.orderAddress,
this.dex.orderAddress,
this.dex.getDynamicOrderAddress(''), // TODO Need to get sender stake key hash.
this.dex.getDynamicOrderAddress(''), // TODO Need to get sender stake key hash.
);

liquidityPool.identifier = pool.id;
Expand Down
Loading

0 comments on commit 341a3b6

Please sign in to comment.