@uniswap/router-sdk 1.3.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -7,5 +7,6 @@ export * from './entities/trade';
7
7
  export * from './entities/protocol';
8
8
  export * from './entities/route';
9
9
  export * from './entities/mixedRoute/route';
10
+ export * from './entities/mixedRoute/trade';
10
11
  export * from './utils/encodeMixedRouteToPath';
11
12
  export * from './utils';
@@ -2844,6 +2844,7 @@ exports.ApproveAndCall = ApproveAndCall;
2844
2844
  exports.MSG_SENDER = MSG_SENDER;
2845
2845
  exports.MixedRoute = MixedRoute;
2846
2846
  exports.MixedRouteSDK = MixedRouteSDK;
2847
+ exports.MixedRouteTrade = MixedRouteTrade;
2847
2848
  exports.MulticallExtended = MulticallExtended;
2848
2849
  exports.ONE = ONE;
2849
2850
  exports.PaymentsExtended = PaymentsExtended;
@@ -2857,4 +2858,5 @@ exports.encodeMixedRouteToPath = encodeMixedRouteToPath;
2857
2858
  exports.getOutputOfPools = getOutputOfPools;
2858
2859
  exports.isMint = isMint;
2859
2860
  exports.partitionMixedRouteByProtocol = partitionMixedRouteByProtocol;
2861
+ exports.tradeComparator = tradeComparator;
2860
2862
  //# sourceMappingURL=router-sdk.cjs.development.js.map