@defuse-protocol/intents-sdk 0.78.0 → 0.78.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.
@@ -69,7 +69,7 @@ const CHAIN_MAPPINGS = [
69
69
  [require_caip2.Chains.Fogo, _omni_bridge_core.ChainKind.Fogo],
70
70
  [require_caip2.Chains.Polygon, _omni_bridge_core.ChainKind.Pol],
71
71
  [require_caip2.Chains.Aptos, _omni_bridge_core.ChainKind.Aptos],
72
- [require_caip2.Chains.HyperEvm, _omni_bridge_core.ChainKind.HyperEvm]
72
+ [require_caip2.Chains.HyperEvm, _omni_bridge_core.ChainKind.HlEvm]
73
73
  ];
74
74
  function caip2ToChainKind(network) {
75
75
  return CHAIN_MAPPINGS.find(([chain]) => chain === network)?.[1] ?? null;
@@ -67,7 +67,7 @@ const CHAIN_MAPPINGS = [
67
67
  [Chains.Fogo, ChainKind.Fogo],
68
68
  [Chains.Polygon, ChainKind.Pol],
69
69
  [Chains.Aptos, ChainKind.Aptos],
70
- [Chains.HyperEvm, ChainKind.HyperEvm]
70
+ [Chains.HyperEvm, ChainKind.HlEvm]
71
71
  ];
72
72
  function caip2ToChainKind(network) {
73
73
  return CHAIN_MAPPINGS.find(([chain]) => chain === network)?.[1] ?? null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defuse-protocol/intents-sdk",
3
- "version": "0.78.0",
3
+ "version": "0.78.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "repository": {
@@ -38,8 +38,8 @@
38
38
  "@hot-labs/omni-sdk": "2.25.5",
39
39
  "@isaacs/ttlcache": "^1.0.0",
40
40
  "@lifeomic/attempt": "^3.0.0",
41
- "@omni-bridge/core": "0.16.0",
42
- "@omni-bridge/near": "0.16.0",
41
+ "@omni-bridge/core": "0.17.0",
42
+ "@omni-bridge/near": "0.17.0",
43
43
  "@noble/hashes": "^1.7.1",
44
44
  "@scure/base": "^1.0.0",
45
45
  "borsher": "^4.0.0",
@@ -48,8 +48,8 @@
48
48
  "ripple-address-codec": "^5.0.0",
49
49
  "valibot": "^1.0.0",
50
50
  "viem": "^2.0.0",
51
- "@defuse-protocol/internal-utils": "0.35.2",
52
- "@defuse-protocol/contract-types": "0.6.4"
51
+ "@defuse-protocol/contract-types": "0.6.4",
52
+ "@defuse-protocol/internal-utils": "0.35.2"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@ton/core": "^0.60.0",