@skate-org/amm-evm-v2 2.0.0-beta.1 → 2.0.0-beta.3
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 +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @skate-org/amm-evm-v2
|
|
2
2
|
|
|
3
|
+
## 2.0.0-beta.2 — 2026-05-17
|
|
4
|
+
|
|
5
|
+
Lockstep bump — paired with the SVM Solana DEV wire-up
|
|
6
|
+
(`@skate-org/amm-svm-v2`) and the SUI_ENV legacy-address wipe
|
|
7
|
+
(`@skate-org/amm-sui-v2`). This package's source is unchanged versus
|
|
8
|
+
`2.0.0-beta.1`.
|
|
9
|
+
|
|
3
10
|
## 2.0.0-beta.1 — 2026-05-07
|
|
4
11
|
|
|
5
12
|
Lockstep bump — paired with the `findTokensBySymbol` /
|
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.3",
|
|
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.3"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public",
|