@skate-org/amm-evm-v2 2.0.0-beta.11 → 2.0.0-beta.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.
- package/CHANGELOG.md +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @skate-org/amm-evm-v2
|
|
2
2
|
|
|
3
|
+
## 2.0.0-beta.13 — 2026-05-30
|
|
4
|
+
|
|
5
|
+
Lockstep — no source changes. Paired with `@skate-org/amm-core-v2@2.0.0-beta.13`
|
|
6
|
+
fix for `getLiquidityForAmount0` canonical two-step `mulDiv`.
|
|
7
|
+
|
|
8
|
+
## 2.0.0-beta.12 — 2026-05-30
|
|
9
|
+
|
|
10
|
+
Lockstep — no source changes. Paired with `@skate-org/amm-core-v2@2.0.0-beta.12`
|
|
11
|
+
hotfix for `normalizeAmount` / `deNormalizeAmount` on tokens with >18 decimals.
|
|
12
|
+
|
|
3
13
|
## 2.0.0-beta.11 — 2026-05-30
|
|
4
14
|
|
|
5
15
|
Adds the periphery calldata-builder surface needed by the backend v1 → v2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skate-org/amm-evm-v2",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.13",
|
|
4
4
|
"description": "Skate AMM v2 SDK — EVM clients, kernel/periphery readers, uniswap-v3 math, submitters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@skate-org/amm-bindings": "^1.0.0",
|
|
28
28
|
"viem": "^2.21.0",
|
|
29
|
-
"@skate-org/amm-core-v2": "2.0.0-beta.
|
|
29
|
+
"@skate-org/amm-core-v2": "2.0.0-beta.13"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public",
|