Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Velenir committed Nov 16, 2024
1 parent 9671e2a commit 8828039
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export type {
BuildNFTOrderInput,
BuildNFTOrderDataInput,
NFTOrdersUserParams,
//types for Delta methos
//types for Delta methods
DeltaPrice,
DeltaPriceParams,
DeltaAuctionOrder,
Expand Down
4 changes: 2 additions & 2 deletions src/sdk/simple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export type NFTOrdersFetchMethods = GetNFTOrdersContractFunctions &
PostNFTOrderFunctions &
BuildNFTOrdersTxFunctions;

export type DeltaFetchMehods = BuildDeltaOrderFunctions &
export type DeltaFetchMethods = BuildDeltaOrderFunctions &
GetDeltaOrdersFunctions &
GetDeltaPriceFunctions &
GetDeltaContractFunctions &
Expand All @@ -156,7 +156,7 @@ export type SimpleFetchSDK = {
swap: SwapFetchMethods;
limitOrders: LimitOrdersFetchMethods;
nftOrders: NFTOrdersFetchMethods;
delta: DeltaFetchMehods;
delta: DeltaFetchMethods;
} & Required<ConstructBaseInput>;

export type SimpleSDK = {
Expand Down

0 comments on commit 8828039

Please sign in to comment.