@defuse-protocol/intents-sdk 0.63.1 → 0.63.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.
|
@@ -267,6 +267,7 @@ var OmniBridge = class {
|
|
|
267
267
|
if ((0, _omni_bridge_core.isEvmChain)(destinationChain)) txHash = transfer.finalised?.EVMLog?.transaction_hash;
|
|
268
268
|
else if (destinationChain === _omni_bridge_core.ChainKind.Sol) txHash = transfer.finalised?.Solana?.signature;
|
|
269
269
|
else if (destinationChain === _omni_bridge_core.ChainKind.Btc) txHash = typeof window !== "undefined" ? transfer.utxo_transfer?.btc_pending_id : transfer.finalised?.UtxoLog?.transaction_hash;
|
|
270
|
+
else if (destinationChain === _omni_bridge_core.ChainKind.Strk) txHash = transfer.finalised?.Starknet?.transaction_hash;
|
|
270
271
|
else return {
|
|
271
272
|
status: "completed",
|
|
272
273
|
txHash: null
|
|
@@ -265,6 +265,7 @@ var OmniBridge = class {
|
|
|
265
265
|
if (isEvmChain(destinationChain)) txHash = transfer.finalised?.EVMLog?.transaction_hash;
|
|
266
266
|
else if (destinationChain === ChainKind.Sol) txHash = transfer.finalised?.Solana?.signature;
|
|
267
267
|
else if (destinationChain === ChainKind.Btc) txHash = typeof window !== "undefined" ? transfer.utxo_transfer?.btc_pending_id : transfer.finalised?.UtxoLog?.transaction_hash;
|
|
268
|
+
else if (destinationChain === ChainKind.Strk) txHash = transfer.finalised?.Starknet?.transaction_hash;
|
|
268
269
|
else return {
|
|
269
270
|
status: "completed",
|
|
270
271
|
txHash: null
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defuse-protocol/intents-sdk",
|
|
3
|
-
"version": "0.63.
|
|
3
|
+
"version": "0.63.2",
|
|
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.
|
|
42
|
-
"@omni-bridge/near": "0.
|
|
41
|
+
"@omni-bridge/core": "0.8.0",
|
|
42
|
+
"@omni-bridge/near": "0.8.0",
|
|
43
43
|
"@noble/hashes": "^1.7.1",
|
|
44
44
|
"@scure/base": "^1.0.0",
|
|
45
45
|
"@solana/web3.js": "^1.0.0",
|