@cowprotocol/cow-sdk
Advanced tools
Comparing version 5.3.1-RC.1 to 5.3.1-RC.2
@@ -19,5 +19,5 @@ import { Order } from './generated'; | ||
*/ | ||
export interface QuoteAmountsAndCosts<Amounts = { | ||
sellAmount: bigint; | ||
buyAmount: bigint; | ||
export interface QuoteAmountsAndCosts<AmountType = bigint, Amounts = { | ||
sellAmount: AmountType; | ||
buyAmount: AmountType; | ||
}> { | ||
@@ -28,7 +28,7 @@ isSell: boolean; | ||
networkFee: { | ||
amountInSellCurrency: bigint; | ||
amountInBuyCurrency: bigint; | ||
amountInSellCurrency: AmountType; | ||
amountInBuyCurrency: AmountType; | ||
}; | ||
partnerFee: { | ||
amount: bigint; | ||
amount: AmountType; | ||
bps: number; | ||
@@ -35,0 +35,0 @@ }; |
{ | ||
"name": "@cowprotocol/cow-sdk", | ||
"version": "5.3.1-RC.1", | ||
"version": "5.3.1-RC.2", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -5,0 +5,0 @@ "files": [ |
{ | ||
"name": "@cowprotocol/cow-sdk", | ||
"version": "5.3.1-RC.1", | ||
"version": "5.3.1-RC.2", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
1114574