@defuse-protocol/intents-sdk 0.67.0 → 0.67.2

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.
@@ -183,7 +183,7 @@ var HotBridge = class HotBridge {
183
183
  status: "failed",
184
184
  reason: "Withdrawal was cancelled"
185
185
  };
186
- if (args.landingChain.startsWith("eip155:")) try {
186
+ if (args.landingChain.startsWith("eip155:") || args.landingChain === require_caip2.Chains.Stellar) try {
187
187
  args.logger?.info("Fetching withdrawal hash from bridge indexer", {
188
188
  nearTxHash: args.tx.hash,
189
189
  nonce: nonce.toString()
@@ -181,7 +181,7 @@ var HotBridge$1 = class HotBridge$1 {
181
181
  status: "failed",
182
182
  reason: "Withdrawal was cancelled"
183
183
  };
184
- if (args.landingChain.startsWith("eip155:")) try {
184
+ if (args.landingChain.startsWith("eip155:") || args.landingChain === Chains.Stellar) try {
185
185
  args.logger?.info("Fetching withdrawal hash from bridge indexer", {
186
186
  nearTxHash: args.tx.hash,
187
187
  nonce: nonce.toString()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defuse-protocol/intents-sdk",
3
- "version": "0.67.0",
3
+ "version": "0.67.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "repository": {
@@ -50,7 +50,7 @@
50
50
  "valibot": "^1.0.0",
51
51
  "viem": "^2.0.0",
52
52
  "@defuse-protocol/contract-types": "0.6.4",
53
- "@defuse-protocol/internal-utils": "0.34.0"
53
+ "@defuse-protocol/internal-utils": "0.34.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@ton/core": "^0.60.0",