@skate-org/amm-evm-v2 2.0.0-alpha.6 → 2.0.0-alpha.7
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @skate-org/amm-evm-v2
|
|
2
2
|
|
|
3
|
+
## 2.0.0-alpha.7 — 2026-05-07
|
|
4
|
+
|
|
5
|
+
Lockstep bump — paired with the api action-by-user clients, polling
|
|
6
|
+
`subscribeSwapQuote` helper, and svm browser-bundle build fix.
|
|
7
|
+
This package's source is unchanged versus `2.0.0-alpha.6`.
|
|
8
|
+
|
|
3
9
|
## 2.0.0-alpha.6 — 2026-05-07
|
|
4
10
|
|
|
5
11
|
- `getKernelPublicClient(mode)` now reads the kernel chain from
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skate-org/amm-evm-v2",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.7",
|
|
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-alpha.
|
|
29
|
+
"@skate-org/amm-core-v2": "2.0.0-alpha.7"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public",
|