Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@paraswap/core

Package Overview
Dependencies
Maintainers
7
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paraswap/core - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

4

build/constants.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc