Skip to content

Commit

Permalink
fix: orderContext is orderData
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Aug 28, 2024
1 parent 27d102c commit 7fce3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/cross-cats/solver.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ type CrossChainOrder = {
originChainId: number,
initiateDeadline: number,
fillDeadline: number,
orderContext: DutchAuctionData | LimitOrderData
orderData: DutchAuctionData | LimitOrderData
}

const API_URL = "https://orders.catalyst.exchange/"
Expand Down

0 comments on commit 7fce3d6

Please sign in to comment.