Skip to content

Commit

Permalink
fix sell token type (#885)
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Couchman <[email protected]>
  • Loading branch information
ZacharyCouchman and ZacharyCouchman authored Sep 21, 2023
1 parent d7b0543 commit 87f83b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/checkout/sdk-sample-app/src/components/Sell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ export default function Sell({ checkout, provider }: SellProps) {
try {

const orders:Array<SellOrder> = [{
collection: {
sellToken: {
id,
address: collectionAddress
collectionAddress
},
buyToken: getBuyToken(),
makerFees: [{
Expand Down
2 changes: 1 addition & 1 deletion packages/checkout/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export type {
CheckConnectionParams,
CheckConnectionResult,
CheckoutModuleConfiguration,
Collection,
ConnectParams,
ConnectResult,
FiatRampParams,
Expand Down Expand Up @@ -50,6 +49,7 @@ export type {
SellParams,
SellOrder,
SellResult,
SellToken,
SendTransactionParams,
SendTransactionResult,
SmartCheckoutParams,
Expand Down

0 comments on commit 87f83b8

Please sign in to comment.