@pioneer-platform/uniswap-client 0.0.12 → 0.0.13

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -341,7 +341,7 @@ var buildTx = function (_a) {
341
341
  responseRouter = universal_router_sdk_1.SwapRouter.swapERC20CallParameters(trade, {
342
342
  recipient: from,
343
343
  slippageTolerance: slippageTolerance,
344
- deadlineOrPreviousBlockhash: getDefaultTransactionTtl(chainId),
344
+ // deadlineOrPreviousBlockhash: getDefaultTransactionTtl(chainId),
345
345
  // inputTokenPermit: options.permit,
346
346
  // fee: options.feeOptions,
347
347
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/uniswap-client",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {