@defuse-protocol/intents-sdk 0.67.0 → 0.67.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.
|
@@ -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()
|