@uniswap/router-sdk 1.21.3 → 1.21.4
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/router-sdk.cjs.development.js +1 -1
- package/dist/router-sdk.cjs.development.js.map +1 -1
- package/dist/router-sdk.cjs.production.min.js +1 -1
- package/dist/router-sdk.cjs.production.min.js.map +1 -1
- package/dist/router-sdk.esm.js +1 -1
- package/dist/router-sdk.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -693,7 +693,7 @@ var MixedRouteSDK = /*#__PURE__*/function () {
|
|
|
693
693
|
!pools[0].involvesToken(this.pathInput) ? invariant(false, 'INPUT') : void 0;
|
|
694
694
|
var lastPool = pools[pools.length - 1];
|
|
695
695
|
if (lastPool instanceof v4Sdk.Pool) {
|
|
696
|
-
!(lastPool.
|
|
696
|
+
!(lastPool.v4InvolvesToken(output) || lastPool.v4InvolvesToken(output.wrapped)) ? invariant(false, 'OUTPUT') : void 0;
|
|
697
697
|
} else {
|
|
698
698
|
!lastPool.involvesToken(output.wrapped) ? invariant(false, 'OUTPUT') : void 0;
|
|
699
699
|
}
|