@swapkit/core 4.4.31 → 4.4.33

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.
@@ -1330,7 +1330,7 @@ export declare function SwapKit<Plugins extends ReturnType<typeof createPlugin>,
1330
1330
  transfer: ({ assetValue, memo, recipient, feeOptionKey, sender, ...tx }: import("@swapkit/toolboxes/evm").EVMTransferParams) => Promise<string>;
1331
1331
  validateAddress: typeof import("@swapkit/toolboxes/evm").validateEVMAddress;
1332
1332
  };
1333
- HYPERCORE: ChainWallet<Chain.HyperCore> & {
1333
+ HYPE: ChainWallet<Chain.Hype> & {
1334
1334
  broadcastTransaction: (signed: import("@swapkit/toolboxes/hypercore/types").HyperCoreSignedRequest) => Promise<{
1335
1335
  response?: {
1336
1336
  data?: {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "author": "swapkit-dev",
3
3
  "dependencies": {
4
- "@swapkit/helpers": "4.13.13",
5
- "@swapkit/plugins": "4.6.45",
6
- "@swapkit/toolboxes": "4.16.2",
7
- "@swapkit/wallet-core": "4.3.4"
4
+ "@swapkit/helpers": "4.14.0",
5
+ "@swapkit/plugins": "4.6.47",
6
+ "@swapkit/toolboxes": "4.17.1",
7
+ "@swapkit/wallet-core": "4.3.5"
8
8
  },
9
9
  "description": "SwapKit - Core",
10
10
  "devDependencies": { "@stricahq/typhonjs": "3.1.0", "cosmjs-types": "0.11.0", "ts-pattern": "5.9.0" },
@@ -26,5 +26,5 @@
26
26
  "type-check:go": "tsgo"
27
27
  },
28
28
  "type": "module",
29
- "version": "4.4.31"
29
+ "version": "4.4.33"
30
30
  }