@swapkit/helpers 4.13.12 → 4.14.0

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.
@@ -117,7 +117,7 @@ declare const initialState: {
117
117
  GNO: string[];
118
118
  HARBOR: string[];
119
119
  HYPEREVM: string[];
120
- HYPERCORE: string[];
120
+ HYPE: string[];
121
121
  KUJI: string[];
122
122
  LTC: string[];
123
123
  MAYA: string[];
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "author": "swapkit-dev",
3
- "dependencies": { "@swapkit/contracts": "4.1.4", "@swapkit/tokens": "4.2.8", "@swapkit/types": "0.7.5" },
3
+ "dependencies": { "@swapkit/contracts": "4.1.4", "@swapkit/tokens": "4.3.0", "@swapkit/types": "0.8.0" },
4
4
  "description": "SwapKit - Helpers",
5
- "devDependencies": { "@near-js/providers": "2.5.1", "@swapkit/toolboxes": "4.16.1", "ethers": "6.16.0" },
5
+ "devDependencies": { "@near-js/providers": "2.5.1", "@swapkit/toolboxes": "4.17.0", "ethers": "6.16.0" },
6
6
  "exports": {
7
7
  ".": { "default": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/types/index.d.ts" },
8
8
  "./api": {
@@ -39,5 +39,5 @@
39
39
  "type-check:go": "tsgo"
40
40
  },
41
41
  "type": "module",
42
- "version": "4.13.12"
42
+ "version": "4.14.0"
43
43
  }