@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
package/dist/router-sdk.esm.js
CHANGED
|
@@ -688,7 +688,7 @@ var MixedRouteSDK = /*#__PURE__*/function () {
|
|
|
688
688
|
!pools[0].involvesToken(this.pathInput) ? process.env.NODE_ENV !== "production" ? invariant(false, 'INPUT') : invariant(false) : void 0;
|
|
689
689
|
var lastPool = pools[pools.length - 1];
|
|
690
690
|
if (lastPool instanceof Pool) {
|
|
691
|
-
!(lastPool.
|
|
691
|
+
!(lastPool.v4InvolvesToken(output) || lastPool.v4InvolvesToken(output.wrapped)) ? process.env.NODE_ENV !== "production" ? invariant(false, 'OUTPUT') : invariant(false) : void 0;
|
|
692
692
|
} else {
|
|
693
693
|
!lastPool.involvesToken(output.wrapped) ? process.env.NODE_ENV !== "production" ? invariant(false, 'OUTPUT') : invariant(false) : void 0;
|
|
694
694
|
}
|