@pushchain/core 2.1.12 → 3.0.1
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 +13 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
|
-
@pushchain/core@
|
|
1
|
+
@pushchain/core@3.0.1 (2025-11-10)
|
|
2
2
|
|
|
3
|
-
-
|
|
3
|
+
- release: bump to 3.0.0
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
@pushchain/core@3.0.0 (2025-11-10)
|
|
8
|
+
|
|
9
|
+
- refactor: rename ExecuteParams.payWith to payGasWith (breaking)
|
|
10
|
+
- refactor: implement _buildMulticallPayloadData; allow BSC for multicall; rename MulticallCall type MultiCall
|
|
11
|
+
- refactor: update RPC URLs and rename currency in Push Testnet Donut config
|
|
12
|
+
- chore: add new PRC20 token and contract addresses
|
|
13
|
+
- feat: add toSyntheticAddress utility in utils
|
|
14
|
+
- refactor: internal payload-builders improvements
|
|
4
15
|
|
|
5
16
|
---
|
|
6
17
|
|
|
@@ -142,4 +153,3 @@
|
|
|
142
153
|
- fix: release fix
|
|
143
154
|
|
|
144
155
|
---
|
|
145
|
-
|