elephantswapv3-sdk 0.0.1
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/LICENSE +21 -0
- package/README.md +7 -0
- package/dist/constants.d.ts +18 -0
- package/dist/elephantswapv3-sdk.cjs.development.js +4147 -0
- package/dist/elephantswapv3-sdk.cjs.development.js.map +1 -0
- package/dist/elephantswapv3-sdk.cjs.production.min.js +2 -0
- package/dist/elephantswapv3-sdk.cjs.production.min.js.map +1 -0
- package/dist/elephantswapv3-sdk.esm.js +4109 -0
- package/dist/elephantswapv3-sdk.esm.js.map +1 -0
- package/dist/entities/index.d.ts +7 -0
- package/dist/entities/pool.d.ts +81 -0
- package/dist/entities/position.d.ts +131 -0
- package/dist/entities/route.d.ts +26 -0
- package/dist/entities/tick.d.ts +13 -0
- package/dist/entities/tickDataProvider.d.ts +31 -0
- package/dist/entities/tickListDataProvider.d.ts +15 -0
- package/dist/entities/trade.d.ts +220 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +8 -0
- package/dist/internalConstants.d.ts +6 -0
- package/dist/multicall.d.ts +9 -0
- package/dist/nonfungiblePositionManager.d.ts +146 -0
- package/dist/payments.d.ts +24 -0
- package/dist/quoter.d.ts +37 -0
- package/dist/selfPermit.d.ts +25 -0
- package/dist/staker.d.ts +101 -0
- package/dist/swapRouter.d.ts +51 -0
- package/dist/utils/calldata.d.ts +20 -0
- package/dist/utils/computePoolAddress.d.ts +18 -0
- package/dist/utils/encodeRouteToPath.d.ts +8 -0
- package/dist/utils/encodeSqrtRatioX96.d.ts +9 -0
- package/dist/utils/fullMath.d.ts +8 -0
- package/dist/utils/index.d.ts +17 -0
- package/dist/utils/isSorted.d.ts +7 -0
- package/dist/utils/liquidityMath.d.ts +8 -0
- package/dist/utils/maxLiquidityForAmounts.d.ts +14 -0
- package/dist/utils/mostSignificantBit.d.ts +2 -0
- package/dist/utils/nearestUsableTick.d.ts +6 -0
- package/dist/utils/position.d.ts +8 -0
- package/dist/utils/priceTickConversions.d.ts +15 -0
- package/dist/utils/sqrtPriceMath.d.ts +13 -0
- package/dist/utils/swapMath.d.ts +9 -0
- package/dist/utils/tickLibrary.d.ts +14 -0
- package/dist/utils/tickList.d.ts +23 -0
- package/dist/utils/tickMath.d.ts +34 -0
- package/package.json +55 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";function t(t){return t&&"object"==typeof t&&"default"in t?t.default:t}Object.defineProperty(exports,"__esModule",{value:!0});var e=require("elephantswapv3-sdk-core"),n=t(require("jsbi")),r=t(require("tiny-invariant")),i=require("@ethersproject/abi"),o=require("@ethersproject/address"),a=require("@ethersproject/solidity"),u=t(require("elephantswapv3-periphery/artifacts/contracts/interfaces/IMulticall.sol/IMulticall.json")),c=t(require("elephantswapv3-periphery/artifacts/contracts/NonfungiblePositionManager.sol/NonfungiblePositionManager.json")),s=t(require("elephantswapv3-periphery/artifacts/contracts/interfaces/ISelfPermit.sol/ISelfPermit.json")),p=t(require("elephantswapv3-periphery/artifacts/contracts/interfaces/IPeripheryPaymentsWithFee.sol/IPeripheryPaymentsWithFee.json")),l=t(require("elephantswapv3-periphery/artifacts/contracts/lens/Quoter.sol/Quoter.json")),d=t(require("elephantswapv3-router-contracts/artifacts/contracts/lens/QuoterV2.sol/QuoterV2.json")),f=t(require("elephantswapv3-staker/artifacts/contracts/UniswapV3Staker.sol/UniswapV3Staker.json")),h=t(require("elephantswapv3-periphery/artifacts/contracts/SwapRouter.sol/SwapRouter.json"));function m(t,e,n,r,i,o,a){try{var u=t[o](a),c=u.value}catch(t){return void n(t)}u.done?e(c):Promise.resolve(c).then(r,i)}function v(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function a(t){m(o,r,i,a,u,"next",t)}function u(t){m(o,r,i,a,u,"throw",t)}a(void 0)}))}}function y(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function k(t,e,n){return e&&y(t.prototype,e),n&&y(t,n),t}function g(){return(g=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}function A(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function T(t,e){var n;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return A(t,void 0);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?A(t,void 0):void 0}}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0;return function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=t[Symbol.iterator]()).next.bind(n)}var w,x,I,q=(function(t){var e=function(t){var e=Object.prototype,n=e.hasOwnProperty,r=Object.defineProperty||function(t,e,n){t[e]=n.value},i="function"==typeof Symbol?Symbol:{},o=i.iterator||"@@iterator",a=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function s(t,e,n,i){var o=Object.create((e&&e.prototype instanceof d?e:d).prototype),a=new q(i||[]);return r(o,"_invoke",{value:T(t,n,a)}),o}function p(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var l={};function d(){}function f(){}function h(){}var m={};c(m,o,(function(){return this}));var v=Object.getPrototypeOf,y=v&&v(v(b([])));y&&y!==e&&n.call(y,o)&&(m=y);var k=h.prototype=d.prototype=Object.create(m);function g(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function A(t,e){var i;r(this,"_invoke",{value:function(r,o){function a(){return new e((function(i,a){!function r(i,o,a,u){var c=p(t[i],t,o);if("throw"!==c.type){var s=c.arg,l=s.value;return l&&"object"==typeof l&&n.call(l,"__await")?e.resolve(l.__await).then((function(t){r("next",t,a,u)}),(function(t){r("throw",t,a,u)})):e.resolve(l).then((function(t){s.value=t,a(s)}),(function(t){return r("throw",t,a,u)}))}u(c.arg)}(r,o,i,a)}))}return i=i?i.then(a,a):a()}})}function T(t,e,n){var r="suspendedStart";return function(i,o){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===i)throw o;return{value:void 0,done:!0}}for(n.method=i,n.arg=o;;){var a=n.delegate;if(a){var u=w(a,n);if(u){if(u===l)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var c=p(t,e,n);if("normal"===c.type){if(r=n.done?"completed":"suspendedYield",c.arg===l)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r="completed",n.method="throw",n.arg=c.arg)}}}function w(t,e){var n=e.method,r=t.iterator[n];if(void 0===r)return e.delegate=null,"throw"===n&&t.iterator.return&&(e.method="return",e.arg=void 0,w(t,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),l;var i=p(r,t.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,l;var o=i.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,l):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,l)}function x(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function I(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function q(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(x,this),this.reset(!0)}function b(t){if(null!=t){var e=t[o];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,i=function e(){for(;++r<t.length;)if(n.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=void 0,e.done=!0,e};return i.next=i}}throw new TypeError(typeof t+" is not iterable")}return f.prototype=h,r(k,"constructor",{value:h,configurable:!0}),r(h,"constructor",{value:f,configurable:!0}),f.displayName=c(h,u,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===f||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,h):(t.__proto__=h,c(t,u,"GeneratorFunction")),t.prototype=Object.create(k),t},t.awrap=function(t){return{__await:t}},g(A.prototype),c(A.prototype,a,(function(){return this})),t.AsyncIterator=A,t.async=function(e,n,r,i,o){void 0===o&&(o=Promise);var a=new A(s(e,n,r,i),o);return t.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},g(k),c(k,u,"Generator"),c(k,o,(function(){return this})),c(k,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=Object(t),n=[];for(var r in e)n.push(r);return n.reverse(),function t(){for(;n.length;){var r=n.pop();if(r in e)return t.value=r,t.done=!1,t}return t.done=!0,t}},t.values=b,q.prototype={constructor:q,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(I),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(n,r){return a.type="throw",a.arg=t,e.next=n,r&&(e.method="next",e.arg=void 0),!!r}for(var i=this.tryEntries.length-1;i>=0;--i){var o=this.tryEntries[i],a=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var u=n.call(o,"catchLoc"),c=n.call(o,"finallyLoc");if(u&&c){if(this.prev<o.catchLoc)return r(o.catchLoc,!0);if(this.prev<o.finallyLoc)return r(o.finallyLoc)}else if(u){if(this.prev<o.catchLoc)return r(o.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return r(o.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,l):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),l},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),I(n),l}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;I(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:b(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),l}},t}(t.exports);try{regeneratorRuntime=e}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}}(I={exports:{}}),I.exports),b="0x0000000000000000000000000000000000000000",R="0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";(x=exports.FeeAmount||(exports.FeeAmount={}))[x.LOWEST=100]="LOWEST",x[x.LOW=500]="LOW",x[x.MEDIUM=3e3]="MEDIUM",x[x.HIGH=1e4]="HIGH";var E=((w={})[exports.FeeAmount.LOWEST]=1,w[exports.FeeAmount.LOW]=10,w[exports.FeeAmount.MEDIUM]=60,w[exports.FeeAmount.HIGH]=200,w),P=n.BigInt(-1),C=n.BigInt(0),O=n.BigInt(1),S=n.exponentiate(n.BigInt(2),n.BigInt(96)),N=n.exponentiate(S,n.BigInt(2));function _(t){var e=t.factoryAddress,n=t.tokenA,r=t.tokenB,u=t.fee,c=t.initCodeHashManualOverride,s=n.sortsBefore(r)?[n,r]:[r,n];return o.getCreate2Address(e,a.keccak256(["bytes"],[i.defaultAbiCoder.encode(["address","address","uint24"],[s[0].address,s[1].address,u])]),null!=c?c:R)}var F=function(){function t(){}return t.addDelta=function(t,e){return n.lessThan(e,C)?n.subtract(t,n.multiply(e,P)):n.add(t,e)},t}(),X=function(){function t(){}return t.mulDivRoundingUp=function(t,e,r){var i=n.multiply(t,e),o=n.divide(i,r);return n.notEqual(n.remainder(i,r),C)&&(o=n.add(o,O)),o},t}(),L=n.subtract(n.exponentiate(n.BigInt(2),n.BigInt(160)),O);function U(t,r){var i=n.multiply(t,r);return n.bitwiseAnd(i,e.MaxUint256)}var B=function(){function t(){}return t.getAmount0Delta=function(t,e,r,i){if(n.greaterThan(t,e)){var o=[e,t];t=o[0],e=o[1]}var a=n.leftShift(r,n.BigInt(96)),u=n.subtract(e,t);return i?X.mulDivRoundingUp(X.mulDivRoundingUp(a,u,e),O,t):n.divide(n.divide(n.multiply(a,u),e),t)},t.getAmount1Delta=function(t,e,r,i){if(n.greaterThan(t,e)){var o=[e,t];t=o[0],e=o[1]}return i?X.mulDivRoundingUp(r,n.subtract(e,t),S):n.divide(n.multiply(r,n.subtract(e,t)),S)},t.getNextSqrtPriceFromInput=function(t,e,i,o){return n.greaterThan(t,C)||r(!1),n.greaterThan(e,C)||r(!1),o?this.getNextSqrtPriceFromAmount0RoundingUp(t,e,i,!0):this.getNextSqrtPriceFromAmount1RoundingDown(t,e,i,!0)},t.getNextSqrtPriceFromOutput=function(t,e,i,o){return n.greaterThan(t,C)||r(!1),n.greaterThan(e,C)||r(!1),o?this.getNextSqrtPriceFromAmount1RoundingDown(t,e,i,!1):this.getNextSqrtPriceFromAmount0RoundingUp(t,e,i,!1)},t.getNextSqrtPriceFromAmount0RoundingUp=function(t,i,o,a){if(n.equal(o,C))return t;var u=n.leftShift(i,n.BigInt(96));if(a){var c=U(o,t);if(n.equal(n.divide(c,o),t)){var s=(l=n.add(u,c),n.bitwiseAnd(l,e.MaxUint256));if(n.greaterThanOrEqual(s,u))return X.mulDivRoundingUp(u,t,s)}return X.mulDivRoundingUp(u,O,n.add(n.divide(u,t),o))}var p=U(o,t);n.equal(n.divide(p,o),t)||r(!1),n.greaterThan(u,p)||r(!1);var l,d=n.subtract(u,p);return X.mulDivRoundingUp(u,t,d)},t.getNextSqrtPriceFromAmount1RoundingDown=function(t,e,i,o){if(o){var a=n.lessThanOrEqual(i,L)?n.divide(n.leftShift(i,n.BigInt(96)),e):n.divide(n.multiply(i,S),e);return n.add(t,a)}var u=X.mulDivRoundingUp(i,S,e);return n.greaterThan(t,u)||r(!1),n.subtract(t,u)},t}(),D=n.exponentiate(n.BigInt(10),n.BigInt(6)),M=function(){function t(){}return t.computeSwapStep=function(t,e,r,i,o){var a={},u=n.greaterThanOrEqual(t,e),c=n.greaterThanOrEqual(i,C);if(c){var s=n.divide(n.multiply(i,n.subtract(D,n.BigInt(o))),D);a.amountIn=u?B.getAmount0Delta(e,t,r,!0):B.getAmount1Delta(t,e,r,!0),a.sqrtRatioNextX96=n.greaterThanOrEqual(s,a.amountIn)?e:B.getNextSqrtPriceFromInput(t,r,s,u)}else a.amountOut=u?B.getAmount1Delta(e,t,r,!1):B.getAmount0Delta(t,e,r,!1),a.sqrtRatioNextX96=n.greaterThanOrEqual(n.multiply(i,P),a.amountOut)?e:B.getNextSqrtPriceFromOutput(t,r,n.multiply(i,P),u);var p=n.equal(e,a.sqrtRatioNextX96);return u?(a.amountIn=p&&c?a.amountIn:B.getAmount0Delta(a.sqrtRatioNextX96,t,r,!0),a.amountOut=p&&!c?a.amountOut:B.getAmount1Delta(a.sqrtRatioNextX96,t,r,!1)):(a.amountIn=p&&c?a.amountIn:B.getAmount1Delta(t,a.sqrtRatioNextX96,r,!0),a.amountOut=p&&!c?a.amountOut:B.getAmount0Delta(t,a.sqrtRatioNextX96,r,!1)),!c&&n.greaterThan(a.amountOut,n.multiply(i,P))&&(a.amountOut=n.multiply(i,P)),a.feeAmount=c&&n.notEqual(a.sqrtRatioNextX96,e)?n.subtract(i,a.amountIn):X.mulDivRoundingUp(a.amountIn,n.BigInt(o),n.subtract(D,n.BigInt(o))),[a.sqrtRatioNextX96,a.amountIn,a.amountOut,a.feeAmount]},t}(),j=n.BigInt(2),W=[128,64,32,16,8,4,2,1].map((function(t){return[t,n.exponentiate(j,n.BigInt(t))]}));function G(t){n.greaterThan(t,C)||r(!1),n.lessThanOrEqual(t,e.MaxUint256)||r(!1);for(var i,o=0,a=T(W);!(i=a()).done;){var u=i.value,c=u[0];n.greaterThanOrEqual(t,u[1])&&(t=n.signedRightShift(t,n.BigInt(c)),o+=c)}return o}function K(t,e){return n.signedRightShift(n.multiply(t,n.BigInt(e)),n.BigInt(128))}var H=n.exponentiate(n.BigInt(2),n.BigInt(32)),Q=function(){function t(){}return t.getSqrtRatioAtTick=function(i){i>=t.MIN_TICK&&i<=t.MAX_TICK&&Number.isInteger(i)||r(!1);var o=i<0?-1*i:i,a=n.BigInt(0!=(1&o)?"0xfffcb933bd6fad37aa2d162d1a594001":"0x100000000000000000000000000000000");return 0!=(2&o)&&(a=K(a,"0xfff97272373d413259a46990580e213a")),0!=(4&o)&&(a=K(a,"0xfff2e50f5f656932ef12357cf3c7fdcc")),0!=(8&o)&&(a=K(a,"0xffe5caca7e10e4e61c3624eaa0941cd0")),0!=(16&o)&&(a=K(a,"0xffcb9843d60f6159c9db58835c926644")),0!=(32&o)&&(a=K(a,"0xff973b41fa98c081472e6896dfb254c0")),0!=(64&o)&&(a=K(a,"0xff2ea16466c96a3843ec78b326b52861")),0!=(128&o)&&(a=K(a,"0xfe5dee046a99a2a811c461f1969c3053")),0!=(256&o)&&(a=K(a,"0xfcbe86c7900a88aedcffc83b479aa3a4")),0!=(512&o)&&(a=K(a,"0xf987a7253ac413176f2b074cf7815e54")),0!=(1024&o)&&(a=K(a,"0xf3392b0822b70005940c7a398e4b70f3")),0!=(2048&o)&&(a=K(a,"0xe7159475a2c29b7443b29c7fa6e889d9")),0!=(4096&o)&&(a=K(a,"0xd097f3bdfd2022b8845ad8f792aa5825")),0!=(8192&o)&&(a=K(a,"0xa9f746462d870fdf8a65dc1f90e061e5")),0!=(16384&o)&&(a=K(a,"0x70d869a156d2a1b890bb3df62baf32f7")),0!=(32768&o)&&(a=K(a,"0x31be135f97d08fd981231505542fcfa6")),0!=(65536&o)&&(a=K(a,"0x9aa508b5b7a84e1c677de54f3e99bc9")),0!=(131072&o)&&(a=K(a,"0x5d6af8dedb81196699c329225ee604")),0!=(262144&o)&&(a=K(a,"0x2216e584f5fa1ea926041bedfe98")),0!=(524288&o)&&(a=K(a,"0x48a170391f7dc42444e8fa2")),i>0&&(a=n.divide(e.MaxUint256,a)),n.greaterThan(n.remainder(a,H),C)?n.add(n.divide(a,H),O):n.divide(a,H)},t.getTickAtSqrtRatio=function(e){n.greaterThanOrEqual(e,t.MIN_SQRT_RATIO)&&n.lessThan(e,t.MAX_SQRT_RATIO)||r(!1);var i,o=n.leftShift(e,n.BigInt(32)),a=G(o);i=n.greaterThanOrEqual(n.BigInt(a),n.BigInt(128))?n.signedRightShift(o,n.BigInt(a-127)):n.leftShift(o,n.BigInt(127-a));for(var u=n.leftShift(n.subtract(n.BigInt(a),n.BigInt(128)),n.BigInt(64)),c=0;c<14;c++){i=n.signedRightShift(n.multiply(i,i),n.BigInt(127));var s=n.signedRightShift(i,n.BigInt(128));u=n.bitwiseOr(u,n.leftShift(s,n.BigInt(63-c))),i=n.signedRightShift(i,s)}var p=n.multiply(u,n.BigInt("255738958999603826347141")),l=n.toNumber(n.signedRightShift(n.subtract(p,n.BigInt("3402992956809132418596140100660247210")),n.BigInt(128))),d=n.toNumber(n.signedRightShift(n.add(p,n.BigInt("291339464771989622907027621153398088495")),n.BigInt(128)));return l===d?l:n.lessThanOrEqual(t.getSqrtRatioAtTick(d),e)?d:l},t}();Q.MIN_TICK=-887272,Q.MAX_TICK=-Q.MIN_TICK,Q.MIN_SQRT_RATIO=n.BigInt("4295128739"),Q.MAX_SQRT_RATIO=n.BigInt("1461446703485210103287273052203988822378723970342");var V=function(){function t(){}var e=t.prototype;return e.getTick=function(){var e=v(q.mark((function e(n){return q.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:throw new Error(t.ERROR_MESSAGE);case 1:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),e.nextInitializedTickWithinOneWord=function(){var e=v(q.mark((function e(n,r,i){return q.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:throw new Error(t.ERROR_MESSAGE);case 1:case"end":return e.stop()}}),e)})));return function(t,n,r){return e.apply(this,arguments)}}(),t}();function z(t,e){for(var n=0;n<t.length-1;n++)if(e(t[n],t[n+1])>0)return!1;return!0}function Y(t,e){return t.index-e.index}V.ERROR_MESSAGE="No tick data provider was given";var Z=function(){function t(){}return t.validateList=function(t,e){e>0||r(!1),t.every((function(t){return t.index%e==0}))||r(!1),n.equal(t.reduce((function(t,e){return n.add(t,e.liquidityNet)}),C),C)||r(!1),z(t,Y)||r(!1)},t.isBelowSmallest=function(t,e){return t.length>0||r(!1),e<t[0].index},t.isAtOrAboveLargest=function(t,e){return t.length>0||r(!1),e>=t[t.length-1].index},t.getTick=function(t,e){var n=t[this.binarySearch(t,e)];return n.index!==e&&r(!1),n},t.binarySearch=function(t,e){this.isBelowSmallest(t,e)&&r(!1);for(var n,i=0,o=t.length-1;;){if(t[n=Math.floor((i+o)/2)].index<=e&&(n===t.length-1||t[n+1].index>e))return n;t[n].index<e?i=n+1:o=n-1}},t.nextInitializedTick=function(e,n,i){return i?(t.isBelowSmallest(e,n)&&r(!1),t.isAtOrAboveLargest(e,n)?e[e.length-1]:e[this.binarySearch(e,n)]):(this.isAtOrAboveLargest(e,n)&&r(!1),this.isBelowSmallest(e,n)?e[0]:e[this.binarySearch(e,n)+1])},t.nextInitializedTickWithinOneWord=function(e,n,r,i){var o=Math.floor(n/i);if(r){var a=(o>>8<<8)*i;if(t.isBelowSmallest(e,n))return[a,!1];var u=t.nextInitializedTick(e,n,r).index,c=Math.max(a,u);return[c,c===u]}var s=((1+(o+1>>8)<<8)-1)*i;if(this.isAtOrAboveLargest(e,n))return[s,!1];var p=this.nextInitializedTick(e,n,r).index,l=Math.min(s,p);return[l,l===p]},t}();function $(t){var e=n.BigInt(t).toString(16);return e.length%2!=0&&(e="0"+e),"0x"+e}function J(t,e){var n=t.pools.reduce((function(t,e,n){var r=t.inputToken,i=t.path,o=t.types,a=e.token0.equals(r)?e.token1:e.token0;return 0===n?{inputToken:a,types:["address","uint24","address"],path:[r.address,e.fee,a.address]}:{inputToken:a,types:[].concat(o,["uint24","address"]),path:[].concat(i,[e.fee,a.address])}}),{inputToken:t.input.wrapped,path:[],types:[]}),r=n.path,i=n.types;return e?a.pack(i.reverse(),r.reverse()):a.pack(i,r)}function tt(t,r){var i=n.leftShift(n.BigInt(t),n.BigInt(192)),o=n.BigInt(r),a=n.divide(i,o);return e.sqrt(a)}function et(t,e,r){if(n.greaterThan(t,e)){var i=[e,t];t=i[0],e=i[1]}var o=n.divide(n.multiply(t,e),S);return n.divide(n.multiply(n.BigInt(r),o),n.subtract(e,t))}function nt(t,e,r){if(n.greaterThan(t,e)){var i=[e,t];t=i[0],e=i[1]}var o=n.multiply(n.multiply(n.BigInt(r),t),e),a=n.multiply(S,n.subtract(e,t));return n.divide(o,a)}function rt(t,e,r){if(n.greaterThan(t,e)){var i=[e,t];t=i[0],e=i[1]}return n.divide(n.multiply(n.BigInt(r),S),n.subtract(e,t))}function it(t,e,r,i,o,a){if(n.greaterThan(e,r)){var u=[r,e];e=u[0],r=u[1]}var c=a?nt:et;if(n.lessThanOrEqual(t,e))return c(e,r,i);if(n.lessThan(t,r)){var s=c(t,r,i),p=rt(e,t,o);return n.lessThan(s,p)?s:p}return rt(e,r,o)}var ot=n.exponentiate(n.BigInt(2),n.BigInt(128)),at=function(){function t(){}return t.getTokensOwed=function(t,e,r,i,o){return[n.divide(n.multiply(st(i,t),r),ot),n.divide(n.multiply(st(o,e),r),ot)]},t}();function ut(t,r,i){var o=Q.getSqrtRatioAtTick(i),a=n.multiply(o,o);return t.sortsBefore(r)?new e.Price(t,r,N,a):new e.Price(t,r,a,N)}var ct=n.exponentiate(n.BigInt(2),n.BigInt(256));function st(t,e){var r=n.subtract(t,e);return n.lessThan(r,C)?n.add(ct,r):r}var pt=function(){function t(){}return t.getFeeGrowthInside=function(t,e,n,r,i,o,a){var u,c,s,p;return i>=n?(u=t.feeGrowthOutside0X128,c=t.feeGrowthOutside1X128):(u=st(o,t.feeGrowthOutside0X128),c=st(a,t.feeGrowthOutside1X128)),i<r?(s=e.feeGrowthOutside0X128,p=e.feeGrowthOutside1X128):(s=st(o,e.feeGrowthOutside0X128),p=st(a,e.feeGrowthOutside1X128)),[st(st(o,u),s),st(st(a,c),p)]},t}(),lt=function(t){var e=t.index,i=t.liquidityGross,o=t.liquidityNet;e>=Q.MIN_TICK&&e<=Q.MAX_TICK||r(!1),this.index=e,this.liquidityGross=n.BigInt(i),this.liquidityNet=n.BigInt(o)},dt=function(){function t(t,e){var n=t.map((function(t){return t instanceof lt?t:new lt(t)}));Z.validateList(n,e),this.ticks=n}var e=t.prototype;return e.getTick=function(){var t=v(q.mark((function t(e){return q.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",Z.getTick(this.ticks,e));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}(),e.nextInitializedTickWithinOneWord=function(){var t=v(q.mark((function t(e,n,r){return q.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",Z.nextInitializedTickWithinOneWord(this.ticks,e,n,r));case 1:case"end":return t.stop()}}),t,this)})));return function(e,n,r){return t.apply(this,arguments)}}(),t}(),ft=new V,ht=function(){function t(t,e,i,o,a,u,c){void 0===c&&(c=ft),Number.isInteger(i)&&i<1e6||r(!1);var s=Q.getSqrtRatioAtTick(u),p=Q.getSqrtRatioAtTick(u+1);n.greaterThanOrEqual(n.BigInt(o),s)&&n.lessThanOrEqual(n.BigInt(o),p)||r(!1);var l=t.sortsBefore(e)?[t,e]:[e,t];this.token0=l[0],this.token1=l[1],this.fee=i,this.sqrtRatioX96=n.BigInt(o),this.liquidity=n.BigInt(a),this.tickCurrent=u,this.tickDataProvider=Array.isArray(c)?new dt(c,E[i]):c}t.getAddress=function(t,e,n,r,i){return _({factoryAddress:null!=i?i:"0xe62B3e1D1F2D58Dd9F95f3CdF847acfc8177e5ea",fee:n,tokenA:t,tokenB:e,initCodeHashManualOverride:r})};var i=t.prototype;return i.involvesToken=function(t){return t.equals(this.token0)||t.equals(this.token1)},i.priceOf=function(t){return this.involvesToken(t)||r(!1),t.equals(this.token0)?this.token0Price:this.token1Price},i.getOutputAmount=function(){var i=v(q.mark((function i(o,a){var u,c,s,p,l;return q.wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return this.involvesToken(o.currency)||r(!1),u=o.currency.equals(this.token0),i.next=4,this.swap(u,o.quotient,a);case 4:return s=(c=i.sent).sqrtRatioX96,p=c.liquidity,l=c.tickCurrent,i.abrupt("return",[e.CurrencyAmount.fromRawAmount(u?this.token1:this.token0,n.multiply(c.amountCalculated,P)),new t(this.token0,this.token1,this.fee,s,p,l,this.tickDataProvider)]);case 11:case"end":return i.stop()}}),i,this)})));return function(t,e){return i.apply(this,arguments)}}(),i.getInputAmount=function(){var i=v(q.mark((function i(o,a){var u,c,s,p,l;return q.wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return o.currency.isToken&&this.involvesToken(o.currency)||r(!1),u=o.currency.equals(this.token1),i.next=4,this.swap(u,n.multiply(o.quotient,P),a);case 4:return s=(c=i.sent).sqrtRatioX96,p=c.liquidity,l=c.tickCurrent,i.abrupt("return",[e.CurrencyAmount.fromRawAmount(u?this.token0:this.token1,c.amountCalculated),new t(this.token0,this.token1,this.fee,s,p,l,this.tickDataProvider)]);case 11:case"end":return i.stop()}}),i,this)})));return function(t,e){return i.apply(this,arguments)}}(),i.swap=function(){var t=v(q.mark((function t(e,i,o){var a,u,c,s,p,l;return q.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:o||(o=e?n.add(Q.MIN_SQRT_RATIO,O):n.subtract(Q.MAX_SQRT_RATIO,O)),e?(n.greaterThan(o,Q.MIN_SQRT_RATIO)||r(!1),n.lessThan(o,this.sqrtRatioX96)||r(!1)):(n.lessThan(o,Q.MAX_SQRT_RATIO)||r(!1),n.greaterThan(o,this.sqrtRatioX96)||r(!1)),a=n.greaterThanOrEqual(i,C),u={amountSpecifiedRemaining:i,amountCalculated:C,sqrtPriceX96:this.sqrtRatioX96,tick:this.tickCurrent,liquidity:this.liquidity};case 4:if(!n.notEqual(u.amountSpecifiedRemaining,C)||u.sqrtPriceX96==o){t.next=35;break}return(c={}).sqrtPriceStartX96=u.sqrtPriceX96,t.next=9,this.tickDataProvider.nextInitializedTickWithinOneWord(u.tick,e,this.tickSpacing);case 9:if(c.tickNext=(s=t.sent)[0],c.initialized=s[1],c.tickNext<Q.MIN_TICK?c.tickNext=Q.MIN_TICK:c.tickNext>Q.MAX_TICK&&(c.tickNext=Q.MAX_TICK),c.sqrtPriceNextX96=Q.getSqrtRatioAtTick(c.tickNext),p=M.computeSwapStep(u.sqrtPriceX96,(e?n.lessThan(c.sqrtPriceNextX96,o):n.greaterThan(c.sqrtPriceNextX96,o))?o:c.sqrtPriceNextX96,u.liquidity,u.amountSpecifiedRemaining,this.fee),u.sqrtPriceX96=p[0],c.amountIn=p[1],c.amountOut=p[2],c.feeAmount=p[3],a?(u.amountSpecifiedRemaining=n.subtract(u.amountSpecifiedRemaining,n.add(c.amountIn,c.feeAmount)),u.amountCalculated=n.subtract(u.amountCalculated,c.amountOut)):(u.amountSpecifiedRemaining=n.add(u.amountSpecifiedRemaining,c.amountOut),u.amountCalculated=n.add(u.amountCalculated,n.add(c.amountIn,c.feeAmount))),!n.equal(u.sqrtPriceX96,c.sqrtPriceNextX96)){t.next=32;break}if(!c.initialized){t.next=29;break}return t.t0=n,t.next=25,this.tickDataProvider.getTick(c.tickNext);case 25:t.t1=t.sent.liquidityNet,l=t.t0.BigInt.call(t.t0,t.t1),e&&(l=n.multiply(l,P)),u.liquidity=F.addDelta(u.liquidity,l);case 29:u.tick=e?c.tickNext-1:c.tickNext,t.next=33;break;case 32:n.notEqual(u.sqrtPriceX96,c.sqrtPriceStartX96)&&(u.tick=Q.getTickAtSqrtRatio(u.sqrtPriceX96));case 33:t.next=4;break;case 35:return t.abrupt("return",{amountCalculated:u.amountCalculated,sqrtRatioX96:u.sqrtPriceX96,liquidity:u.liquidity,tickCurrent:u.tick});case 36:case"end":return t.stop()}}),t,this)})));return function(e,n,r){return t.apply(this,arguments)}}(),k(t,[{key:"token0Price",get:function(){var t;return null!=(t=this._token0Price)?t:this._token0Price=new e.Price(this.token0,this.token1,N,n.multiply(this.sqrtRatioX96,this.sqrtRatioX96))}},{key:"token1Price",get:function(){var t;return null!=(t=this._token1Price)?t:this._token1Price=new e.Price(this.token1,this.token0,n.multiply(this.sqrtRatioX96,this.sqrtRatioX96),N)}},{key:"chainId",get:function(){return this.token0.chainId}},{key:"tickSpacing",get:function(){return E[this.fee]}}]),t}(),mt=function(){function t(t){var e=t.pool,i=t.liquidity,o=t.tickLower,a=t.tickUpper;this._token0Amount=null,this._token1Amount=null,this._mintAmounts=null,o<a||r(!1),o>=Q.MIN_TICK&&o%e.tickSpacing==0||r(!1),a<=Q.MAX_TICK&&a%e.tickSpacing==0||r(!1),this.pool=e,this.tickLower=o,this.tickUpper=a,this.liquidity=n.BigInt(i)}var i=t.prototype;return i.ratiosAfterSlippage=function(t){var r=this.pool.token0Price.asFraction.multiply(new e.Percent(1).subtract(t)),i=this.pool.token0Price.asFraction.multiply(t.add(1)),o=tt(r.numerator,r.denominator);n.lessThanOrEqual(o,Q.MIN_SQRT_RATIO)&&(o=n.add(Q.MIN_SQRT_RATIO,n.BigInt(1)));var a=tt(i.numerator,i.denominator);return n.greaterThanOrEqual(a,Q.MAX_SQRT_RATIO)&&(a=n.subtract(Q.MAX_SQRT_RATIO,n.BigInt(1))),{sqrtRatioX96Lower:o,sqrtRatioX96Upper:a}},i.mintAmountsWithSlippage=function(e){var n=this.ratiosAfterSlippage(e),r=n.sqrtRatioX96Upper,i=n.sqrtRatioX96Lower,o=new ht(this.pool.token0,this.pool.token1,this.pool.fee,i,0,Q.getTickAtSqrtRatio(i)),a=new ht(this.pool.token0,this.pool.token1,this.pool.fee,r,0,Q.getTickAtSqrtRatio(r)),u=t.fromAmounts(g({pool:this.pool,tickLower:this.tickLower,tickUpper:this.tickUpper},this.mintAmounts,{useFullPrecision:!1}));return{amount0:new t({pool:a,liquidity:u.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).mintAmounts.amount0,amount1:new t({pool:o,liquidity:u.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).mintAmounts.amount1}},i.burnAmountsWithSlippage=function(e){var n=this.ratiosAfterSlippage(e),r=n.sqrtRatioX96Upper,i=n.sqrtRatioX96Lower,o=new ht(this.pool.token0,this.pool.token1,this.pool.fee,i,0,Q.getTickAtSqrtRatio(i)),a=new t({pool:new ht(this.pool.token0,this.pool.token1,this.pool.fee,r,0,Q.getTickAtSqrtRatio(r)),liquidity:this.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).amount0,u=new t({pool:o,liquidity:this.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).amount1;return{amount0:a.quotient,amount1:u.quotient}},t.fromAmounts=function(e){var n=e.pool,r=e.tickLower,i=e.tickUpper,o=e.amount0,a=e.amount1,u=e.useFullPrecision,c=Q.getSqrtRatioAtTick(r),s=Q.getSqrtRatioAtTick(i);return new t({pool:n,tickLower:r,tickUpper:i,liquidity:it(n.sqrtRatioX96,c,s,o,a,u)})},t.fromAmount0=function(n){return t.fromAmounts({pool:n.pool,tickLower:n.tickLower,tickUpper:n.tickUpper,amount0:n.amount0,amount1:e.MaxUint256,useFullPrecision:n.useFullPrecision})},t.fromAmount1=function(n){return t.fromAmounts({pool:n.pool,tickLower:n.tickLower,tickUpper:n.tickUpper,amount0:e.MaxUint256,amount1:n.amount1,useFullPrecision:!0})},k(t,[{key:"token0PriceLower",get:function(){return ut(this.pool.token0,this.pool.token1,this.tickLower)}},{key:"token0PriceUpper",get:function(){return ut(this.pool.token0,this.pool.token1,this.tickUpper)}},{key:"amount0",get:function(){return null===this._token0Amount&&(this._token0Amount=e.CurrencyAmount.fromRawAmount(this.pool.token0,this.pool.tickCurrent<this.tickLower?B.getAmount0Delta(Q.getSqrtRatioAtTick(this.tickLower),Q.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1):this.pool.tickCurrent<this.tickUpper?B.getAmount0Delta(this.pool.sqrtRatioX96,Q.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1):C)),this._token0Amount}},{key:"amount1",get:function(){return null===this._token1Amount&&(this._token1Amount=e.CurrencyAmount.fromRawAmount(this.pool.token1,this.pool.tickCurrent<this.tickLower?C:B.getAmount1Delta(Q.getSqrtRatioAtTick(this.tickLower),this.pool.tickCurrent<this.tickUpper?this.pool.sqrtRatioX96:Q.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1))),this._token1Amount}},{key:"mintAmounts",get:function(){return null===this._mintAmounts?this.pool.tickCurrent<this.tickLower?{amount0:B.getAmount0Delta(Q.getSqrtRatioAtTick(this.tickLower),Q.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0),amount1:C}:this.pool.tickCurrent<this.tickUpper?{amount0:B.getAmount0Delta(this.pool.sqrtRatioX96,Q.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0),amount1:B.getAmount1Delta(Q.getSqrtRatioAtTick(this.tickLower),this.pool.sqrtRatioX96,this.liquidity,!0)}:{amount0:C,amount1:B.getAmount1Delta(Q.getSqrtRatioAtTick(this.tickLower),Q.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0)}:this._mintAmounts}}]),t}(),vt=function(){function t(t,e,n){this._midPrice=null,t.length>0||r(!1);var i=t[0].chainId;t.every((function(t){return t.chainId===i}))||r(!1);var o=e.wrapped;t[0].involvesToken(o)||r(!1),t[t.length-1].involvesToken(n.wrapped)||r(!1);for(var a,u=[o],c=T(t.entries());!(a=c()).done;){var s=a.value,p=s[1],l=u[s[0]];l.equals(p.token0)||l.equals(p.token1)||r(!1);var d=l.equals(p.token0)?p.token1:p.token0;u.push(d)}this.pools=t,this.tokenPath=u,this.input=e,this.output=null!=n?n:u[u.length-1]}return k(t,[{key:"chainId",get:function(){return this.pools[0].chainId}},{key:"midPrice",get:function(){if(null!==this._midPrice)return this._midPrice;var t=this.pools.slice(1).reduce((function(t,e){var n=t.price;return t.nextInput.equals(e.token0)?{nextInput:e.token1,price:n.multiply(e.token0Price)}:{nextInput:e.token0,price:n.multiply(e.token1Price)}}),this.pools[0].token0.equals(this.input.wrapped)?{nextInput:this.pools[0].token1,price:this.pools[0].token0Price}:{nextInput:this.pools[0].token0,price:this.pools[0].token1Price}).price;return this._midPrice=new e.Price(this.input,this.output,t.denominator,t.numerator)}}]),t}();function yt(t,e){return t.inputAmount.currency.equals(e.inputAmount.currency)||r(!1),t.outputAmount.currency.equals(e.outputAmount.currency)||r(!1),t.outputAmount.equalTo(e.outputAmount)?t.inputAmount.equalTo(e.inputAmount)?t.swaps.reduce((function(t,e){return t+e.route.tokenPath.length}),0)-e.swaps.reduce((function(t,e){return t+e.route.tokenPath.length}),0):t.inputAmount.lessThan(e.inputAmount)?-1:1:t.outputAmount.lessThan(e.outputAmount)?1:-1}var kt=function(){function t(t){var e=t.routes,n=t.tradeType,i=e[0].inputAmount.currency,o=e[0].outputAmount.currency;e.every((function(t){return i.wrapped.equals(t.route.input.wrapped)}))||r(!1),e.every((function(t){return o.wrapped.equals(t.route.output.wrapped)}))||r(!1);for(var a,u=e.map((function(t){return t.route.pools.length})).reduce((function(t,e){return t+e}),0),c=new Set,s=T(e);!(a=s()).done;)for(var p,l=T(a.value.route.pools);!(p=l()).done;){var d=p.value;c.add(ht.getAddress(d.token0,d.token1,d.fee))}u!=c.size&&r(!1),this.swaps=e,this.tradeType=n}t.exactIn=function(){var n=v(q.mark((function n(r,i){return q.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.abrupt("return",t.fromRoute(r,i,e.TradeType.EXACT_INPUT));case 1:case"end":return n.stop()}}),n)})));return function(t,e){return n.apply(this,arguments)}}(),t.exactOut=function(){var n=v(q.mark((function n(r,i){return q.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.abrupt("return",t.fromRoute(r,i,e.TradeType.EXACT_OUTPUT));case 1:case"end":return n.stop()}}),n)})));return function(t,e){return n.apply(this,arguments)}}(),t.fromRoute=function(){var n=v(q.mark((function n(i,o,a){var u,c,s,p,l,d,f;return q.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(u=new Array(i.tokenPath.length),a!==e.TradeType.EXACT_INPUT){n.next=19;break}o.currency.equals(i.input)||r(!1),u[0]=o.wrapped,p=0;case 5:if(!(p<i.tokenPath.length-1)){n.next=15;break}return l=i.pools[p],n.next=9,l.getOutputAmount(u[p]);case 9:u[p+1]=n.sent[0];case 12:p++,n.next=5;break;case 15:c=e.CurrencyAmount.fromFractionalAmount(i.input,o.numerator,o.denominator),s=e.CurrencyAmount.fromFractionalAmount(i.output,u[u.length-1].numerator,u[u.length-1].denominator),n.next=34;break;case 19:o.currency.equals(i.output)||r(!1),u[u.length-1]=o.wrapped,d=i.tokenPath.length-1;case 22:if(!(d>0)){n.next=32;break}return f=i.pools[d-1],n.next=26,f.getInputAmount(u[d]);case 26:u[d-1]=n.sent[0];case 29:d--,n.next=22;break;case 32:c=e.CurrencyAmount.fromFractionalAmount(i.input,u[0].numerator,u[0].denominator),s=e.CurrencyAmount.fromFractionalAmount(i.output,o.numerator,o.denominator);case 34:return n.abrupt("return",new t({routes:[{inputAmount:c,outputAmount:s,route:i}],tradeType:a}));case 35:case"end":return n.stop()}}),n)})));return function(t,e,r){return n.apply(this,arguments)}}(),t.fromRoutes=function(){var n=v(q.mark((function n(i,o){var a,u,c,s,p,l,d,f,h,m,v,y,k;return q.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:a=[],u=T(i);case 2:if((c=u()).done){n.next=43;break}if(p=(s=c.value).route,l=s.amount,d=new Array(p.tokenPath.length),f=void 0,h=void 0,o!==e.TradeType.EXACT_INPUT){n.next=25;break}l.currency.equals(p.input)||r(!1),f=e.CurrencyAmount.fromFractionalAmount(p.input,l.numerator,l.denominator),d[0]=e.CurrencyAmount.fromFractionalAmount(p.input.wrapped,l.numerator,l.denominator),m=0;case 12:if(!(m<p.tokenPath.length-1)){n.next=22;break}return v=p.pools[m],n.next=16,v.getOutputAmount(d[m]);case 16:d[m+1]=n.sent[0];case 19:m++,n.next=12;break;case 22:h=e.CurrencyAmount.fromFractionalAmount(p.output,d[d.length-1].numerator,d[d.length-1].denominator),n.next=40;break;case 25:l.currency.equals(p.output)||r(!1),h=e.CurrencyAmount.fromFractionalAmount(p.output,l.numerator,l.denominator),d[d.length-1]=e.CurrencyAmount.fromFractionalAmount(p.output.wrapped,l.numerator,l.denominator),y=p.tokenPath.length-1;case 29:if(!(y>0)){n.next=39;break}return k=p.pools[y-1],n.next=33,k.getInputAmount(d[y]);case 33:d[y-1]=n.sent[0];case 36:y--,n.next=29;break;case 39:f=e.CurrencyAmount.fromFractionalAmount(p.input,d[0].numerator,d[0].denominator);case 40:a.push({route:p,inputAmount:f,outputAmount:h});case 41:n.next=2;break;case 43:return n.abrupt("return",new t({routes:a,tradeType:o}));case 44:case"end":return n.stop()}}),n)})));return function(t,e){return n.apply(this,arguments)}}(),t.createUncheckedTrade=function(e){return new t(g({},e,{routes:[{inputAmount:e.inputAmount,outputAmount:e.outputAmount,route:e.route}]}))},t.createUncheckedTradeWithMultipleRoutes=function(e){return new t(e)};var n=t.prototype;return n.minimumAmountOut=function(t,n){if(void 0===n&&(n=this.outputAmount),t.lessThan(C)&&r(!1),this.tradeType===e.TradeType.EXACT_OUTPUT)return n;var i=new e.Fraction(O).add(t).invert().multiply(n.quotient).quotient;return e.CurrencyAmount.fromRawAmount(n.currency,i)},n.maximumAmountIn=function(t,n){if(void 0===n&&(n=this.inputAmount),t.lessThan(C)&&r(!1),this.tradeType===e.TradeType.EXACT_INPUT)return n;var i=new e.Fraction(O).add(t).multiply(n.quotient).quotient;return e.CurrencyAmount.fromRawAmount(n.currency,i)},n.worstExecutionPrice=function(t){return new e.Price(this.inputAmount.currency,this.outputAmount.currency,this.maximumAmountIn(t).quotient,this.minimumAmountOut(t).quotient)},t.bestTradeExactIn=function(){var n=v(q.mark((function n(i,o,a,u,c,s,p){var l,d,f,h,m,v,y,k,g,A,T;return q.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:f=void 0===(d=(l=void 0===u?{}:u).maxNumResults)?3:d,m=void 0===(h=l.maxHops)?3:h,void 0===c&&(c=[]),void 0===s&&(s=o),void 0===p&&(p=[]),i.length>0||r(!1),m>0||r(!1),o===s||c.length>0||r(!1),v=s.wrapped,y=a.wrapped,k=0;case 10:if(!(k<i.length)){n.next=46;break}if((g=i[k]).token0.equals(v.currency)||g.token1.equals(v.currency)){n.next=14;break}return n.abrupt("continue",43);case 14:return A=void 0,n.prev=15,n.next=19,g.getOutputAmount(v);case 19:A=n.sent[0],n.next=28;break;case 23:if(n.prev=23,n.t0=n.catch(15),!n.t0.isInsufficientInputAmountError){n.next=27;break}return n.abrupt("continue",43);case 27:throw n.t0;case 28:if(!A.currency.isToken||!A.currency.equals(y)){n.next=39;break}return n.t1=e.sortedInsert,n.t2=p,n.next=33,t.fromRoute(new vt([].concat(c,[g]),o.currency,a),o,e.TradeType.EXACT_INPUT);case 33:n.t3=n.sent,n.t4=f,n.t5=yt,(0,n.t1)(n.t2,n.t3,n.t4,n.t5),n.next=43;break;case 39:if(!(m>1&&i.length>1)){n.next=43;break}return T=i.slice(0,k).concat(i.slice(k+1,i.length)),n.next=43,t.bestTradeExactIn(T,o,a,{maxNumResults:f,maxHops:m-1},[].concat(c,[g]),A,p);case 43:k++,n.next=10;break;case 46:return n.abrupt("return",p);case 47:case"end":return n.stop()}}),n,null,[[15,23]])})));return function(t,e,r,i,o,a,u){return n.apply(this,arguments)}}(),t.bestTradeExactOut=function(){var n=v(q.mark((function n(i,o,a,u,c,s,p){var l,d,f,h,m,v,y,k,g,A,T;return q.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:f=void 0===(d=(l=void 0===u?{}:u).maxNumResults)?3:d,m=void 0===(h=l.maxHops)?3:h,void 0===c&&(c=[]),void 0===s&&(s=a),void 0===p&&(p=[]),i.length>0||r(!1),m>0||r(!1),a===s||c.length>0||r(!1),v=s.wrapped,y=o.wrapped,k=0;case 10:if(!(k<i.length)){n.next=46;break}if((g=i[k]).token0.equals(v.currency)||g.token1.equals(v.currency)){n.next=14;break}return n.abrupt("continue",43);case 14:return A=void 0,n.prev=15,n.next=19,g.getInputAmount(v);case 19:A=n.sent[0],n.next=28;break;case 23:if(n.prev=23,n.t0=n.catch(15),!n.t0.isInsufficientReservesError){n.next=27;break}return n.abrupt("continue",43);case 27:throw n.t0;case 28:if(!A.currency.equals(y)){n.next=39;break}return n.t1=e.sortedInsert,n.t2=p,n.next=33,t.fromRoute(new vt([g].concat(c),o,a.currency),a,e.TradeType.EXACT_OUTPUT);case 33:n.t3=n.sent,n.t4=f,n.t5=yt,(0,n.t1)(n.t2,n.t3,n.t4,n.t5),n.next=43;break;case 39:if(!(m>1&&i.length>1)){n.next=43;break}return T=i.slice(0,k).concat(i.slice(k+1,i.length)),n.next=43,t.bestTradeExactOut(T,o,a,{maxNumResults:f,maxHops:m-1},[g].concat(c),A,p);case 43:k++,n.next=10;break;case 46:return n.abrupt("return",p);case 47:case"end":return n.stop()}}),n,null,[[15,23]])})));return function(t,e,r,i,o,a,u){return n.apply(this,arguments)}}(),k(t,[{key:"route",get:function(){return 1!=this.swaps.length&&r(!1),this.swaps[0].route}},{key:"inputAmount",get:function(){if(this._inputAmount)return this._inputAmount;var t=this.swaps[0].inputAmount.currency,n=this.swaps.map((function(t){return t.inputAmount})).reduce((function(t,e){return t.add(e)}),e.CurrencyAmount.fromRawAmount(t,0));return this._inputAmount=n,this._inputAmount}},{key:"outputAmount",get:function(){if(this._outputAmount)return this._outputAmount;var t=this.swaps[0].outputAmount.currency,n=this.swaps.map((function(t){return t.outputAmount})).reduce((function(t,e){return t.add(e)}),e.CurrencyAmount.fromRawAmount(t,0));return this._outputAmount=n,this._outputAmount}},{key:"executionPrice",get:function(){var t;return null!=(t=this._executionPrice)?t:this._executionPrice=new e.Price(this.inputAmount.currency,this.outputAmount.currency,this.inputAmount.quotient,this.outputAmount.quotient)}},{key:"priceImpact",get:function(){if(this._priceImpact)return this._priceImpact;for(var t,n=e.CurrencyAmount.fromRawAmount(this.outputAmount.currency,0),r=T(this.swaps);!(t=r()).done;){var i=t.value;n=n.add(i.route.midPrice.quote(i.inputAmount))}var o=n.subtract(this.outputAmount).divide(n);return this._priceImpact=new e.Percent(o.numerator,o.denominator),this._priceImpact}}]),t}(),gt=function(){function t(){}return t.encodeMulticall=function(e){return Array.isArray(e)||(e=[e]),1===e.length?e[0]:t.INTERFACE.encodeFunctionData("multicall",[e])},t}();gt.INTERFACE=new i.Interface(u.abi);var At=function(){function t(){}return t.encodePermit=function(e,n){return"nonce"in n?t.INTERFACE.encodeFunctionData("selfPermitAllowed",[e.address,$(n.nonce),$(n.expiry),n.v,n.r,n.s]):t.INTERFACE.encodeFunctionData("selfPermit",[e.address,$(n.amount),$(n.deadline),n.v,n.r,n.s])},t}();At.INTERFACE=new i.Interface(s.abi);var Tt=function(){function t(){}return t.encodeFeeBips=function(t){return $(t.multiply(1e4).quotient)},t.encodeUnwrapWETH9=function(n,r,i){if(r=e.validateAndParseAddress(r),i){var o=this.encodeFeeBips(i.fee),a=e.validateAndParseAddress(i.recipient);return t.INTERFACE.encodeFunctionData("unwrapWETH9WithFee",[$(n),r,o,a])}return t.INTERFACE.encodeFunctionData("unwrapWETH9",[$(n),r])},t.encodeSweepToken=function(n,r,i,o){if(i=e.validateAndParseAddress(i),o){var a=this.encodeFeeBips(o.fee),u=e.validateAndParseAddress(o.recipient);return t.INTERFACE.encodeFunctionData("sweepTokenWithFee",[n.address,$(r),i,a,u])}return t.INTERFACE.encodeFunctionData("sweepToken",[n.address,$(r),i])},t.encodeRefundETH=function(){return t.INTERFACE.encodeFunctionData("refundETH")},t}();Tt.INTERFACE=new i.Interface(p.abi);var wt=$(n.subtract(n.exponentiate(n.BigInt(2),n.BigInt(128)),n.BigInt(1)));function xt(t){return Object.keys(t).some((function(t){return"recipient"===t}))}var It=function(){function t(){}return t.encodeCreate=function(e){return t.INTERFACE.encodeFunctionData("createAndInitializePoolIfNecessary",[e.token0.address,e.token1.address,e.fee,$(e.sqrtRatioX96)])},t.createCallParameters=function(t){return{calldata:this.encodeCreate(t),value:$(0)}},t.addCallParameters=function(i,o){n.greaterThan(i.liquidity,C)||r(!1);var a=[],u=i.mintAmounts,c=u.amount0,s=u.amount1,p=i.mintAmountsWithSlippage(o.slippageTolerance),l=$(p.amount0),d=$(p.amount1),f=$(o.deadline);if(xt(o)&&o.createPool&&a.push(this.encodeCreate(i.pool)),o.token0Permit&&a.push(At.encodePermit(i.pool.token0,o.token0Permit)),o.token1Permit&&a.push(At.encodePermit(i.pool.token1,o.token1Permit)),xt(o)){var h=e.validateAndParseAddress(o.recipient);a.push(t.INTERFACE.encodeFunctionData("mint",[{token0:i.pool.token0.address,token1:i.pool.token1.address,fee:i.pool.fee,tickLower:i.tickLower,tickUpper:i.tickUpper,amount0Desired:$(c),amount1Desired:$(s),amount0Min:l,amount1Min:d,recipient:h,deadline:f}]))}else a.push(t.INTERFACE.encodeFunctionData("increaseLiquidity",[{tokenId:$(o.tokenId),amount0Desired:$(c),amount1Desired:$(s),amount0Min:l,amount1Min:d,deadline:f}]));var m=$(0);if(o.useNative){var v=o.useNative.wrapped;i.pool.token0.equals(v)||i.pool.token1.equals(v)||r(!1);var y=i.pool.token0.equals(v)?c:s;n.greaterThan(y,C)&&a.push(Tt.encodeRefundETH()),m=$(y)}return{calldata:gt.encodeMulticall(a),value:m}},t.encodeCollect=function(n){var r=[],i=$(n.tokenId),o=n.expectedCurrencyOwed0.currency.isNative||n.expectedCurrencyOwed1.currency.isNative,a=e.validateAndParseAddress(n.recipient);if(r.push(t.INTERFACE.encodeFunctionData("collect",[{tokenId:i,recipient:o?b:a,amount0Max:wt,amount1Max:wt}])),o){var u=n.expectedCurrencyOwed0.currency.isNative?n.expectedCurrencyOwed1.currency:n.expectedCurrencyOwed0.currency,c=n.expectedCurrencyOwed0.currency.isNative?n.expectedCurrencyOwed1.quotient:n.expectedCurrencyOwed0.quotient;r.push(Tt.encodeUnwrapWETH9(n.expectedCurrencyOwed0.currency.isNative?n.expectedCurrencyOwed0.quotient:n.expectedCurrencyOwed1.quotient,a)),r.push(Tt.encodeSweepToken(u,c,a))}return r},t.collectCallParameters=function(e){var n=t.encodeCollect(e);return{calldata:gt.encodeMulticall(n),value:$(0)}},t.removeCallParameters=function(i,o){var a=[],u=$(o.deadline),c=$(o.tokenId),s=new mt({pool:i.pool,liquidity:o.liquidityPercentage.multiply(i.liquidity).quotient,tickLower:i.tickLower,tickUpper:i.tickUpper});n.greaterThan(s.liquidity,C)||r(!1);var p=s.burnAmountsWithSlippage(o.slippageTolerance),l=p.amount0,d=p.amount1;o.permit&&a.push(t.INTERFACE.encodeFunctionData("permit",[e.validateAndParseAddress(o.permit.spender),c,$(o.permit.deadline),o.permit.v,o.permit.r,o.permit.s])),a.push(t.INTERFACE.encodeFunctionData("decreaseLiquidity",[{tokenId:c,liquidity:$(s.liquidity),amount0Min:$(l),amount1Min:$(d),deadline:u}]));var f=o.collectOptions,h=f.expectedCurrencyOwed0,m=f.expectedCurrencyOwed1,v=function(t,e){if(null==t)return{};var n,r,i={},o=Object.keys(t);for(r=0;r<o.length;r++)e.indexOf(n=o[r])>=0||(i[n]=t[n]);return i}(f,["expectedCurrencyOwed0","expectedCurrencyOwed1"]);return a.push.apply(a,t.encodeCollect(g({tokenId:$(o.tokenId),expectedCurrencyOwed0:h.add(e.CurrencyAmount.fromRawAmount(h.currency,l)),expectedCurrencyOwed1:m.add(e.CurrencyAmount.fromRawAmount(m.currency,d))},v))),o.liquidityPercentage.equalTo(O)?o.burnToken&&a.push(t.INTERFACE.encodeFunctionData("burn",[c])):!0===o.burnToken&&r(!1),{calldata:gt.encodeMulticall(a),value:$(0)}},t.safeTransferFromParameters=function(n){var r=e.validateAndParseAddress(n.recipient),i=e.validateAndParseAddress(n.sender);return{calldata:n.data?t.INTERFACE.encodeFunctionData("safeTransferFrom(address,address,uint256,bytes)",[i,r,$(n.tokenId),n.data]):t.INTERFACE.encodeFunctionData("safeTransferFrom(address,address,uint256)",[i,r,$(n.tokenId)]),value:$(0)}},t}();It.INTERFACE=new i.Interface(c.abi);var qt=function(){function t(){}return t.quoteCallParameters=function(t,n,i,o){void 0===o&&(o={});var a,u=1===t.pools.length,c=$(n.quotient),s=o.useQuoterV2?this.V2INTERFACE:this.V1INTERFACE;if(u){var p,l,d={tokenIn:t.tokenPath[0].address,tokenOut:t.tokenPath[1].address,fee:t.pools[0].fee,sqrtPriceLimitX96:$(null!=(p=null==(l=o)?void 0:l.sqrtPriceLimitX96)?p:0)},f=g({},d,i==e.TradeType.EXACT_INPUT?{amountIn:c}:{amount:c});a=s.encodeFunctionData(i===e.TradeType.EXACT_INPUT?"quoteExactInputSingle":"quoteExactOutputSingle",o.useQuoterV2?[f]:[d.tokenIn,d.tokenOut,d.fee,c,d.sqrtPriceLimitX96])}else{var h;void 0!==(null==(h=o)?void 0:h.sqrtPriceLimitX96)&&r(!1);var m=J(t,i===e.TradeType.EXACT_OUTPUT);a=s.encodeFunctionData(i===e.TradeType.EXACT_INPUT?"quoteExactInput":"quoteExactOutput",[m,c])}return{calldata:a,value:$(0)}},t}();qt.V1INTERFACE=new i.Interface(l.abi),qt.V2INTERFACE=new i.Interface(d.abi);var bt=function(){function t(){}return t.encodeClaim=function(n,r){var i,o=[];o.push(t.INTERFACE.encodeFunctionData("unstakeToken",[this._encodeIncentiveKey(n),$(r.tokenId)]));var a=e.validateAndParseAddress(r.recipient),u=null!=(i=r.amount)?i:0;return o.push(t.INTERFACE.encodeFunctionData("claimReward",[n.rewardToken.address,a,$(u)])),o},t.collectRewards=function(e,n){e=Array.isArray(e)?e:[e];for(var r=[],i=0;i<e.length;i++){var o=e[i];(r=r.concat(this.encodeClaim(o,n))).push(t.INTERFACE.encodeFunctionData("stakeToken",[this._encodeIncentiveKey(o),$(n.tokenId)]))}return{calldata:gt.encodeMulticall(r),value:$(0)}},t.withdrawToken=function(n,r){var i=[];n=Array.isArray(n)?n:[n];for(var o={tokenId:r.tokenId,recipient:r.recipient,amount:r.amount},a=0;a<n.length;a++)i=i.concat(this.encodeClaim(n[a],o));var u=e.validateAndParseAddress(r.owner);return i.push(t.INTERFACE.encodeFunctionData("withdrawToken",[$(r.tokenId),u,r.data?r.data:$(0)])),{calldata:gt.encodeMulticall(i),value:$(0)}},t.encodeDeposit=function(e){var n;if((e=Array.isArray(e)?e:[e]).length>1){for(var r=[],o=0;o<e.length;o++)r.push(this._encodeIncentiveKey(e[o]));n=i.defaultAbiCoder.encode([t.INCENTIVE_KEY_ABI+"[]"],[r])}else n=i.defaultAbiCoder.encode([t.INCENTIVE_KEY_ABI],[this._encodeIncentiveKey(e[0])]);return n},t._encodeIncentiveKey=function(t){var n=t.pool,r=n.token0,i=n.token1,o=n.fee,a=e.validateAndParseAddress(t.refundee);return{rewardToken:t.rewardToken.address,pool:ht.getAddress(r,i,o),startTime:$(t.startTime),endTime:$(t.endTime),refundee:a}},t}();bt.INTERFACE=new i.Interface(f.abi),bt.INCENTIVE_KEY_ABI="tuple(address rewardToken, address pool, uint256 startTime, uint256 endTime, address refundee)";var Rt=function(){function t(){}return t.swapCallParameters=function(n,i){Array.isArray(n)||(n=[n]);var o=n[0],a=o.inputAmount.currency.wrapped,u=o.outputAmount.currency.wrapped;n.every((function(t){return t.inputAmount.currency.wrapped.equals(a)}))||r(!1),n.every((function(t){return t.outputAmount.currency.wrapped.equals(u)}))||r(!1);var c=[],s=e.CurrencyAmount.fromRawAmount(n[0].inputAmount.currency,0),p=e.CurrencyAmount.fromRawAmount(n[0].outputAmount.currency,0),l=n.reduce((function(t,e){return t.add(e.minimumAmountOut(i.slippageTolerance))}),p),d=o.inputAmount.currency.isNative&&o.tradeType===e.TradeType.EXACT_OUTPUT,f=o.outputAmount.currency.isNative,h=f||!!i.fee,m=o.inputAmount.currency.isNative?n.reduce((function(t,e){return t.add(e.maximumAmountIn(i.slippageTolerance))}),s):s;i.inputTokenPermit&&(o.inputAmount.currency.isToken||r(!1),c.push(At.encodePermit(o.inputAmount.currency,i.inputTokenPermit)));for(var v,y=e.validateAndParseAddress(i.recipient),k=$(i.deadline),g=T(n);!(v=g()).done;)for(var A,w=v.value,x=T(w.swaps);!(A=x()).done;){var I=A.value,q=I.route,R=I.outputAmount,E=$(w.maximumAmountIn(i.slippageTolerance,I.inputAmount).quotient),P=$(w.minimumAmountOut(i.slippageTolerance,R).quotient);if(1===q.pools.length)if(w.tradeType===e.TradeType.EXACT_INPUT){var C,O={tokenIn:q.tokenPath[0].address,tokenOut:q.tokenPath[1].address,fee:q.pools[0].fee,recipient:h?b:y,deadline:k,amountIn:E,amountOutMinimum:P,sqrtPriceLimitX96:$(null!=(C=i.sqrtPriceLimitX96)?C:0)};c.push(t.INTERFACE.encodeFunctionData("exactInputSingle",[O]))}else{var S,N={tokenIn:q.tokenPath[0].address,tokenOut:q.tokenPath[1].address,fee:q.pools[0].fee,recipient:h?b:y,deadline:k,amountOut:P,amountInMaximum:E,sqrtPriceLimitX96:$(null!=(S=i.sqrtPriceLimitX96)?S:0)};c.push(t.INTERFACE.encodeFunctionData("exactOutputSingle",[N]))}else{void 0!==i.sqrtPriceLimitX96&&r(!1);var _=J(q,w.tradeType===e.TradeType.EXACT_OUTPUT);c.push(w.tradeType===e.TradeType.EXACT_INPUT?t.INTERFACE.encodeFunctionData("exactInput",[{path:_,recipient:h?b:y,deadline:k,amountIn:E,amountOutMinimum:P}]):t.INTERFACE.encodeFunctionData("exactOutput",[{path:_,recipient:h?b:y,deadline:k,amountOut:P,amountInMaximum:E}]))}}return h&&c.push(i.fee?f?Tt.encodeUnwrapWETH9(l.quotient,y,i.fee):Tt.encodeSweepToken(o.outputAmount.currency.wrapped,l.quotient,y,i.fee):Tt.encodeUnwrapWETH9(l.quotient,y)),d&&c.push(Tt.encodeRefundETH()),{calldata:gt.encodeMulticall(c),value:$(m.quotient)}},t}();Rt.INTERFACE=new i.Interface(h.abi),exports.ADDRESS_ZERO=b,exports.FACTORY_ADDRESS="0xe62B3e1D1F2D58Dd9F95f3CdF847acfc8177e5ea",exports.FullMath=X,exports.LiquidityMath=F,exports.Multicall=gt,exports.NoTickDataProvider=V,exports.NonfungiblePositionManager=It,exports.POOL_INIT_CODE_HASH=R,exports.Payments=Tt,exports.Pool=ht,exports.Position=mt,exports.PositionLibrary=at,exports.Route=vt,exports.SelfPermit=At,exports.SqrtPriceMath=B,exports.Staker=bt,exports.SwapMath=M,exports.SwapQuoter=qt,exports.SwapRouter=Rt,exports.TICK_SPACINGS=E,exports.Tick=lt,exports.TickLibrary=pt,exports.TickList=Z,exports.TickListDataProvider=dt,exports.TickMath=Q,exports.Trade=kt,exports.computePoolAddress=_,exports.encodeRouteToPath=J,exports.encodeSqrtRatioX96=tt,exports.isSorted=z,exports.maxLiquidityForAmounts=it,exports.mostSignificantBit=G,exports.nearestUsableTick=function(t,e){Number.isInteger(t)&&Number.isInteger(e)||r(!1),e>0||r(!1),t>=Q.MIN_TICK&&t<=Q.MAX_TICK||r(!1);var n=Math.round(t/e)*e;return n<Q.MIN_TICK?n+e:n>Q.MAX_TICK?n-e:n},exports.priceToClosestTick=function(t){var e=t.baseCurrency.sortsBefore(t.quoteCurrency),n=e?tt(t.numerator,t.denominator):tt(t.denominator,t.numerator),r=Q.getTickAtSqrtRatio(n),i=ut(t.baseCurrency,t.quoteCurrency,r+1);return e?t.lessThan(i)||r++:t.greaterThan(i)||r++,r},exports.subIn256=st,exports.tickToPrice=ut,exports.toHex=$,exports.tradeComparator=yt;
|
|
2
|
+
//# sourceMappingURL=elephantswapv3-sdk.cjs.production.min.js.map
|