@paraswap/dex-lib 5.0.6 → 5.0.8-force-rfq-revert.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.
Files changed (72) hide show
  1. package/build/config.js +15 -14
  2. package/build/config.js.map +1 -1
  3. package/build/dex/bebop/bebop.d.ts +2 -2
  4. package/build/dex/bebop/bebop.js +15 -2
  5. package/build/dex/bebop/bebop.js.map +1 -1
  6. package/build/dex/cables/cables.d.ts +2 -2
  7. package/build/dex/cables/cables.js +6 -2
  8. package/build/dex/cables/cables.js.map +1 -1
  9. package/build/dex/dexalot/dexalot.d.ts +2 -2
  10. package/build/dex/dexalot/dexalot.js +6 -2
  11. package/build/dex/dexalot/dexalot.js.map +1 -1
  12. package/build/dex/fluid-dex/fluid-dex.d.ts +2 -0
  13. package/build/dex/fluid-dex/fluid-dex.js +55 -31
  14. package/build/dex/fluid-dex/fluid-dex.js.map +1 -1
  15. package/build/dex/fluid-dex-lite/fluid-dex-lite-math.d.ts +2 -0
  16. package/build/dex/fluid-dex-lite/fluid-dex-lite-math.js +24 -0
  17. package/build/dex/fluid-dex-lite/fluid-dex-lite-math.js.map +1 -1
  18. package/build/dex/generic-rfq/generic-rfq.d.ts +2 -2
  19. package/build/dex/generic-rfq/generic-rfq.js +11 -2
  20. package/build/dex/generic-rfq/generic-rfq.js.map +1 -1
  21. package/build/dex/hashflow/hashflow.d.ts +2 -2
  22. package/build/dex/hashflow/hashflow.js +6 -2
  23. package/build/dex/hashflow/hashflow.js.map +1 -1
  24. package/build/dex/index.js +8 -0
  25. package/build/dex/index.js.map +1 -1
  26. package/build/dex/metric/metric.js +5 -1
  27. package/build/dex/metric/metric.js.map +1 -1
  28. package/build/dex/native/native.d.ts +2 -2
  29. package/build/dex/native/native.js +8 -2
  30. package/build/dex/native/native.js.map +1 -1
  31. package/build/dex/paraswap-limit-orders/config.js +6 -0
  32. package/build/dex/paraswap-limit-orders/config.js.map +1 -1
  33. package/build/dex/paraswap-limit-orders/paraswap-limit-orders.d.ts +2 -2
  34. package/build/dex/paraswap-limit-orders/paraswap-limit-orders.js +11 -2
  35. package/build/dex/paraswap-limit-orders/paraswap-limit-orders.js.map +1 -1
  36. package/build/dex/swaap-v2/swaap-v2.d.ts +2 -2
  37. package/build/dex/swaap-v2/swaap-v2.js +10 -2
  38. package/build/dex/swaap-v2/swaap-v2.js.map +1 -1
  39. package/build/dex/uniswap-v3/config.js +2 -1
  40. package/build/dex/uniswap-v3/config.js.map +1 -1
  41. package/build/executor/Executor01BytecodeBuilder.d.ts +8 -0
  42. package/build/executor/Executor01BytecodeBuilder.js +160 -14
  43. package/build/executor/Executor01BytecodeBuilder.js.map +1 -1
  44. package/build/executor/Executor02BytecodeBuilder.d.ts +22 -0
  45. package/build/executor/Executor02BytecodeBuilder.js +226 -3
  46. package/build/executor/Executor02BytecodeBuilder.js.map +1 -1
  47. package/build/executor/ExecutorDetector.d.ts +1 -0
  48. package/build/executor/ExecutorDetector.js +14 -0
  49. package/build/executor/ExecutorDetector.js.map +1 -1
  50. package/build/executor/fallback-routes/generate.d.ts +5 -0
  51. package/build/executor/fallback-routes/generate.js +328 -0
  52. package/build/executor/fallback-routes/generate.js.map +1 -0
  53. package/build/executor/fallback-routes/scenarios.d.ts +7 -0
  54. package/build/executor/fallback-routes/scenarios.js +241 -0
  55. package/build/executor/fallback-routes/scenarios.js.map +1 -0
  56. package/build/executor/fallback-routes/types.d.ts +45 -0
  57. package/build/executor/fallback-routes/types.js +3 -0
  58. package/build/executor/fallback-routes/types.js.map +1 -0
  59. package/build/executor/types.d.ts +2 -1
  60. package/build/executor/types.js +4 -0
  61. package/build/executor/types.js.map +1 -1
  62. package/build/generic-swap-transaction-builder.d.ts +3 -1
  63. package/build/generic-swap-transaction-builder.js +176 -51
  64. package/build/generic-swap-transaction-builder.js.map +1 -1
  65. package/build/implementations/local-paraswap-sdk.d.ts +1 -0
  66. package/build/implementations/local-paraswap-sdk.js +7 -1
  67. package/build/implementations/local-paraswap-sdk.js.map +1 -1
  68. package/build/types.d.ts +3 -0
  69. package/build/utils.d.ts +1 -0
  70. package/build/utils.js +15 -1
  71. package/build/utils.js.map +1 -1
  72. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraswap/dex-lib",
3
- "version": "5.0.6",
3
+ "version": "5.0.8-force-rfq-revert.0",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "repository": "https://github.com/paraswap/paraswap-dex-lib",
@@ -71,7 +71,7 @@
71
71
  "@ethersproject/strings": "^5.7.0",
72
72
  "@hashflow/sdk": "^2.2.7",
73
73
  "@hashflow/taker-js": "^0.4.1",
74
- "@paraswap/core": "2.4.3",
74
+ "@paraswap/core": "2.4.4",
75
75
  "@types/ws": "^8.5.12",
76
76
  "async": "^3.2.4",
77
77
  "axios": "0.27.2",