@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.
- package/build/config.js +15 -14
- package/build/config.js.map +1 -1
- package/build/dex/bebop/bebop.d.ts +2 -2
- package/build/dex/bebop/bebop.js +15 -2
- package/build/dex/bebop/bebop.js.map +1 -1
- package/build/dex/cables/cables.d.ts +2 -2
- package/build/dex/cables/cables.js +6 -2
- package/build/dex/cables/cables.js.map +1 -1
- package/build/dex/dexalot/dexalot.d.ts +2 -2
- package/build/dex/dexalot/dexalot.js +6 -2
- package/build/dex/dexalot/dexalot.js.map +1 -1
- package/build/dex/fluid-dex/fluid-dex.d.ts +2 -0
- package/build/dex/fluid-dex/fluid-dex.js +55 -31
- package/build/dex/fluid-dex/fluid-dex.js.map +1 -1
- package/build/dex/fluid-dex-lite/fluid-dex-lite-math.d.ts +2 -0
- package/build/dex/fluid-dex-lite/fluid-dex-lite-math.js +24 -0
- package/build/dex/fluid-dex-lite/fluid-dex-lite-math.js.map +1 -1
- package/build/dex/generic-rfq/generic-rfq.d.ts +2 -2
- package/build/dex/generic-rfq/generic-rfq.js +11 -2
- package/build/dex/generic-rfq/generic-rfq.js.map +1 -1
- package/build/dex/hashflow/hashflow.d.ts +2 -2
- package/build/dex/hashflow/hashflow.js +6 -2
- package/build/dex/hashflow/hashflow.js.map +1 -1
- package/build/dex/index.js +8 -0
- package/build/dex/index.js.map +1 -1
- package/build/dex/metric/metric.js +5 -1
- package/build/dex/metric/metric.js.map +1 -1
- package/build/dex/native/native.d.ts +2 -2
- package/build/dex/native/native.js +8 -2
- package/build/dex/native/native.js.map +1 -1
- package/build/dex/paraswap-limit-orders/config.js +6 -0
- package/build/dex/paraswap-limit-orders/config.js.map +1 -1
- package/build/dex/paraswap-limit-orders/paraswap-limit-orders.d.ts +2 -2
- package/build/dex/paraswap-limit-orders/paraswap-limit-orders.js +11 -2
- package/build/dex/paraswap-limit-orders/paraswap-limit-orders.js.map +1 -1
- package/build/dex/swaap-v2/swaap-v2.d.ts +2 -2
- package/build/dex/swaap-v2/swaap-v2.js +10 -2
- package/build/dex/swaap-v2/swaap-v2.js.map +1 -1
- package/build/dex/uniswap-v3/config.js +2 -1
- package/build/dex/uniswap-v3/config.js.map +1 -1
- package/build/executor/Executor01BytecodeBuilder.d.ts +8 -0
- package/build/executor/Executor01BytecodeBuilder.js +160 -14
- package/build/executor/Executor01BytecodeBuilder.js.map +1 -1
- package/build/executor/Executor02BytecodeBuilder.d.ts +22 -0
- package/build/executor/Executor02BytecodeBuilder.js +226 -3
- package/build/executor/Executor02BytecodeBuilder.js.map +1 -1
- package/build/executor/ExecutorDetector.d.ts +1 -0
- package/build/executor/ExecutorDetector.js +14 -0
- package/build/executor/ExecutorDetector.js.map +1 -1
- package/build/executor/fallback-routes/generate.d.ts +5 -0
- package/build/executor/fallback-routes/generate.js +328 -0
- package/build/executor/fallback-routes/generate.js.map +1 -0
- package/build/executor/fallback-routes/scenarios.d.ts +7 -0
- package/build/executor/fallback-routes/scenarios.js +241 -0
- package/build/executor/fallback-routes/scenarios.js.map +1 -0
- package/build/executor/fallback-routes/types.d.ts +45 -0
- package/build/executor/fallback-routes/types.js +3 -0
- package/build/executor/fallback-routes/types.js.map +1 -0
- package/build/executor/types.d.ts +2 -1
- package/build/executor/types.js +4 -0
- package/build/executor/types.js.map +1 -1
- package/build/generic-swap-transaction-builder.d.ts +3 -1
- package/build/generic-swap-transaction-builder.js +176 -51
- package/build/generic-swap-transaction-builder.js.map +1 -1
- package/build/implementations/local-paraswap-sdk.d.ts +1 -0
- package/build/implementations/local-paraswap-sdk.js +7 -1
- package/build/implementations/local-paraswap-sdk.js.map +1 -1
- package/build/types.d.ts +3 -0
- package/build/utils.d.ts +1 -0
- package/build/utils.js +15 -1
- package/build/utils.js.map +1 -1
- 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.
|
|
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.
|
|
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",
|