@ellipsis-labs/phoenix-sdk
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@ellipsis-labs/phoenix-sdk", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript SDK for Phoenix", | ||
@@ -5,0 +5,0 @@ "author": "Ellipsis Labs", |
@@ -8,2 +8,3 @@ import { Connection, PublicKey } from "@solana/web3.js"; | ||
import { | ||
DEFAULT_SLIPPAGE_PERCENT, | ||
deserializeMarketData, | ||
@@ -194,2 +195,3 @@ getMarketLadder, | ||
inAmount, | ||
slippage = DEFAULT_SLIPPAGE_PERCENT, | ||
clientOrderId = 0, | ||
@@ -200,2 +202,3 @@ }: { | ||
inAmount: number; | ||
slippage?: number; | ||
clientOrderId?: number; | ||
@@ -209,2 +212,3 @@ }) { | ||
inAmount, | ||
slippage, | ||
clientOrderId, | ||
@@ -211,0 +215,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
303438
7336