@paraswap/core
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -41,3 +41,3 @@ export declare enum SwapSide { | ||
swapExactAmountInOnCurveV2 = "swapExactAmountInOnCurveV2", | ||
swapExactAmountInOutOnAugustusRFQTryBatchFill = "swapExactAmountInOutOnAugustusRFQTryBatchFill", | ||
swapOnAugustusRFQTryBatchFill = "swapOnAugustusRFQTryBatchFill", | ||
swapExactAmountInOutOnMakerPSM = "swapExactAmountInOutOnMakerPSM" | ||
@@ -56,3 +56,3 @@ } | ||
swapExactAmountInOnCurveV2: ContractMethodV6.swapExactAmountInOnCurveV2; | ||
swapExactAmountInOutOnAugustusRFQTryBatchFill: ContractMethodV6.swapExactAmountInOutOnAugustusRFQTryBatchFill; | ||
swapOnAugustusRFQTryBatchFill: ContractMethodV6.swapOnAugustusRFQTryBatchFill; | ||
swapExactAmountInOutOnMakerPSM: ContractMethodV6.swapExactAmountInOutOnMakerPSM; | ||
@@ -59,0 +59,0 @@ swapOnUniswap: ContractMethodV5.swapOnUniswap; |
@@ -47,3 +47,3 @@ "use strict"; | ||
ContractMethodV6["swapExactAmountInOnCurveV2"] = "swapExactAmountInOnCurveV2"; | ||
ContractMethodV6["swapExactAmountInOutOnAugustusRFQTryBatchFill"] = "swapExactAmountInOutOnAugustusRFQTryBatchFill"; | ||
ContractMethodV6["swapOnAugustusRFQTryBatchFill"] = "swapOnAugustusRFQTryBatchFill"; | ||
ContractMethodV6["swapExactAmountInOutOnMakerPSM"] = "swapExactAmountInOutOnMakerPSM"; | ||
@@ -77,5 +77,5 @@ })(ContractMethodV6 = exports.ContractMethodV6 || (exports.ContractMethodV6 = {})); | ||
ContractMethodV5.swapOnZeroXv4, | ||
ContractMethodV6.swapExactAmountInOutOnAugustusRFQTryBatchFill, | ||
ContractMethodV6.swapOnAugustusRFQTryBatchFill, | ||
ContractMethodV6.swapExactAmountInOutOnMakerPSM, | ||
].concat(exports.DirectContractMethodsWithFeeModel); | ||
//# sourceMappingURL=constants.js.map |
{ | ||
"name": "@paraswap/core", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Common library used between different paraswap packages", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -44,3 +44,3 @@ export enum SwapSide { | ||
swapExactAmountInOnCurveV2 = 'swapExactAmountInOnCurveV2', | ||
swapExactAmountInOutOnAugustusRFQTryBatchFill = 'swapExactAmountInOutOnAugustusRFQTryBatchFill', | ||
swapOnAugustusRFQTryBatchFill = 'swapOnAugustusRFQTryBatchFill', | ||
swapExactAmountInOutOnMakerPSM = 'swapExactAmountInOutOnMakerPSM', | ||
@@ -81,4 +81,4 @@ } | ||
ContractMethodV6.swapExactAmountInOutOnAugustusRFQTryBatchFill, | ||
ContractMethodV6.swapOnAugustusRFQTryBatchFill, | ||
ContractMethodV6.swapExactAmountInOutOnMakerPSM, | ||
].concat(DirectContractMethodsWithFeeModel); |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
20491