@gala-chain/launchpad-sdk 3.27.2 → 3.27.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 +10 -0
- package/dist/constants/version.generated.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.27.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: return raw price impact values with full precision instead of rounding to 2 decimals
|
|
8
|
+
|
|
9
|
+
Changed price impact return format from `.toFixed(2)` to `.toString()` to preserve the full
|
|
10
|
+
precision of GSwap SDK's price impact calculations. This allows consumers to see the actual price
|
|
11
|
+
impact values without rounding loss.
|
|
12
|
+
|
|
3
13
|
## 3.27.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|