@swapkit/core 5.0.4 → 5.0.5
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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @swapkit/core
|
|
2
2
|
|
|
3
|
+
## 5.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#376](https://github.com/swapkit/sdk/pull/376) [`b1a722a`](https://github.com/swapkit/sdk/commit/b1a722afc2aa41c27b74c041cc0521d350a68b18) Thanks [@towanTG](https://github.com/towanTG)! - SwapKitPlugin: accept the canonical HyperCore USDC HIP-1 identifier (`HYPE.USDC-USDC:0x6d1e7cde53ba9467b783cb7c530ce054`) that the API now emits for Hype sendAsset routes, alongside the legacy HyperEVM ERC-20 form (`HYPE.USDC-0xb88339…`). Previously such routes were rejected with `plugin_swapkit_invalid_transaction`. (via @swapkit/plugins@5.0.5)
|
|
8
|
+
- Update generated token lists. (via @swapkit/plugins@5.0.5)
|
|
9
|
+
|
|
3
10
|
## 5.0.4
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "swapkit-dev",
|
|
3
3
|
"dependencies": {
|
|
4
|
-
"@swapkit/helpers": "5.2.
|
|
5
|
-
"@swapkit/plugins": "5.0.
|
|
6
|
-
"@swapkit/toolboxes": "5.2.
|
|
7
|
-
"@swapkit/wallet-core": "5.0.
|
|
4
|
+
"@swapkit/helpers": "5.2.1",
|
|
5
|
+
"@swapkit/plugins": "5.0.5",
|
|
6
|
+
"@swapkit/toolboxes": "5.2.1",
|
|
7
|
+
"@swapkit/wallet-core": "5.0.5"
|
|
8
8
|
},
|
|
9
9
|
"description": "SwapKit - Core",
|
|
10
10
|
"devDependencies": {
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"type-check:go": "tsgo"
|
|
35
35
|
},
|
|
36
36
|
"type": "module",
|
|
37
|
-
"version": "5.0.
|
|
37
|
+
"version": "5.0.5"
|
|
38
38
|
}
|