@swapkit/core 4.6.2 → 4.6.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @swapkit/core
2
2
 
3
+ ## 4.6.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#335](https://github.com/swapkit/sdk/pull/335) [`d724200`](https://github.com/swapkit/sdk/commit/d7242000b765b5090013740dab893960bee1744c) Thanks [@towanTG](https://github.com/towanTG)! - Support the Zcash NU6.3 "Ironwood" network upgrade (mainnet activation at block 3,428,143, ~2026-07-28; testnet activated 2026-07-01). (via @swapkit/toolboxes@4.28.0)
8
+ - Update generated token lists. (via @swapkit/toolboxes@4.28.0)
9
+
10
+ ## 4.6.3
11
+
12
+ ### Patch Changes
13
+
14
+ - [#340](https://github.com/swapkit/sdk/pull/340) [`13fc5d3`](https://github.com/swapkit/sdk/commit/13fc5d399e7bd3cf0b64326c0b97066a22ff8a2e) Thanks [@towanTG](https://github.com/towanTG)! - Load environment-specific static assets and add the SwapKit token search endpoint. (via @swapkit/helpers@4.20.0)
15
+ - [#340](https://github.com/swapkit/sdk/pull/340) [`13fc5d3`](https://github.com/swapkit/sdk/commit/13fc5d399e7bd3cf0b64326c0b97066a22ff8a2e) Thanks [@towanTG](https://github.com/towanTG)! - Add development token lists and a source option for loading prod or dev token data. Remove the unused hand-maintained static TON list; keep the hypercore list as a documented exception until the api serves the Hypercore-native tokens — token lists come exclusively from the api providers (TON tokens are served via /tokens/search). THORChain and MayaChain lists now regenerate from their streaming providers, and the dead HyperCore list is removed alongside TON, making static lists 100% provider-generated. (via @swapkit/helpers@4.20.0)
16
+
3
17
  ## 4.6.2
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "author": "swapkit-dev",
3
3
  "dependencies": {
4
- "@swapkit/helpers": "4.19.1",
5
- "@swapkit/plugins": "4.7.2",
6
- "@swapkit/toolboxes": "4.27.0",
7
- "@swapkit/wallet-core": "4.3.19"
4
+ "@swapkit/helpers": "4.20.1",
5
+ "@swapkit/plugins": "4.7.4",
6
+ "@swapkit/toolboxes": "4.28.0",
7
+ "@swapkit/wallet-core": "4.3.21"
8
8
  },
9
9
  "description": "SwapKit - Core",
10
10
  "devDependencies": {
@@ -36,5 +36,5 @@
36
36
  "type-check:go": "tsgo"
37
37
  },
38
38
  "type": "module",
39
- "version": "4.6.2"
39
+ "version": "4.6.4"
40
40
  }