@wormhole-foundation/sdk 0.10.0 → 0.10.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.
- package/README.md +0 -6
- package/package.json +26 -26
package/README.md
CHANGED
|
@@ -388,12 +388,6 @@ We can also transfer native USDC using [Circle's CCTP](https://www.circle.com/en
|
|
|
388
388
|
const srcTxids = await xfer.initiateTransfer(src.signer);
|
|
389
389
|
console.log(`Started Transfer: `, srcTxids);
|
|
390
390
|
|
|
391
|
-
if (req.automatic) {
|
|
392
|
-
const relayStatus = await waitForRelay(srcTxids[srcTxids.length - 1]!);
|
|
393
|
-
console.log(`Finished relay: `, relayStatus);
|
|
394
|
-
return;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
391
|
// Note: Depending on chain finality, this timeout may need to be increased.
|
|
398
392
|
// See https://developers.circle.com/stablecoin/docs/cctp-technical-reference#mainnet for more
|
|
399
393
|
console.log("Waiting for Attestation");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wormhole-foundation/sdk",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
|
|
@@ -384,31 +384,31 @@
|
|
|
384
384
|
}
|
|
385
385
|
},
|
|
386
386
|
"dependencies": {
|
|
387
|
-
"@wormhole-foundation/sdk-base": "0.10.
|
|
388
|
-
"@wormhole-foundation/sdk-definitions": "0.10.
|
|
389
|
-
"@wormhole-foundation/sdk-connect": "0.10.
|
|
390
|
-
"@wormhole-foundation/sdk-evm": "0.10.
|
|
391
|
-
"@wormhole-foundation/sdk-evm-core": "0.10.
|
|
392
|
-
"@wormhole-foundation/sdk-evm-tokenbridge": "0.10.
|
|
393
|
-
"@wormhole-foundation/sdk-evm-portico": "0.10.
|
|
394
|
-
"@wormhole-foundation/sdk-evm-cctp": "0.10.
|
|
395
|
-
"@wormhole-foundation/sdk-solana": "0.10.
|
|
396
|
-
"@wormhole-foundation/sdk-solana-core": "0.10.
|
|
397
|
-
"@wormhole-foundation/sdk-solana-tokenbridge": "0.10.
|
|
398
|
-
"@wormhole-foundation/sdk-solana-cctp": "0.10.
|
|
399
|
-
"@wormhole-foundation/sdk-cosmwasm": "0.10.
|
|
400
|
-
"@wormhole-foundation/sdk-cosmwasm-core": "0.10.
|
|
401
|
-
"@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.10.
|
|
402
|
-
"@wormhole-foundation/sdk-cosmwasm-ibc": "0.10.
|
|
403
|
-
"@wormhole-foundation/sdk-sui": "0.10.
|
|
404
|
-
"@wormhole-foundation/sdk-sui-core": "0.10.
|
|
405
|
-
"@wormhole-foundation/sdk-sui-tokenbridge": "0.10.
|
|
406
|
-
"@wormhole-foundation/sdk-aptos": "0.10.
|
|
407
|
-
"@wormhole-foundation/sdk-aptos-core": "0.10.
|
|
408
|
-
"@wormhole-foundation/sdk-aptos-tokenbridge": "0.10.
|
|
409
|
-
"@wormhole-foundation/sdk-algorand": "0.10.
|
|
410
|
-
"@wormhole-foundation/sdk-algorand-core": "0.10.
|
|
411
|
-
"@wormhole-foundation/sdk-algorand-tokenbridge": "0.10.
|
|
387
|
+
"@wormhole-foundation/sdk-base": "0.10.2",
|
|
388
|
+
"@wormhole-foundation/sdk-definitions": "0.10.2",
|
|
389
|
+
"@wormhole-foundation/sdk-connect": "0.10.2",
|
|
390
|
+
"@wormhole-foundation/sdk-evm": "0.10.2",
|
|
391
|
+
"@wormhole-foundation/sdk-evm-core": "0.10.2",
|
|
392
|
+
"@wormhole-foundation/sdk-evm-tokenbridge": "0.10.2",
|
|
393
|
+
"@wormhole-foundation/sdk-evm-portico": "0.10.2",
|
|
394
|
+
"@wormhole-foundation/sdk-evm-cctp": "0.10.2",
|
|
395
|
+
"@wormhole-foundation/sdk-solana": "0.10.2",
|
|
396
|
+
"@wormhole-foundation/sdk-solana-core": "0.10.2",
|
|
397
|
+
"@wormhole-foundation/sdk-solana-tokenbridge": "0.10.2",
|
|
398
|
+
"@wormhole-foundation/sdk-solana-cctp": "0.10.2",
|
|
399
|
+
"@wormhole-foundation/sdk-cosmwasm": "0.10.2",
|
|
400
|
+
"@wormhole-foundation/sdk-cosmwasm-core": "0.10.2",
|
|
401
|
+
"@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.10.2",
|
|
402
|
+
"@wormhole-foundation/sdk-cosmwasm-ibc": "0.10.2",
|
|
403
|
+
"@wormhole-foundation/sdk-sui": "0.10.2",
|
|
404
|
+
"@wormhole-foundation/sdk-sui-core": "0.10.2",
|
|
405
|
+
"@wormhole-foundation/sdk-sui-tokenbridge": "0.10.2",
|
|
406
|
+
"@wormhole-foundation/sdk-aptos": "0.10.2",
|
|
407
|
+
"@wormhole-foundation/sdk-aptos-core": "0.10.2",
|
|
408
|
+
"@wormhole-foundation/sdk-aptos-tokenbridge": "0.10.2",
|
|
409
|
+
"@wormhole-foundation/sdk-algorand": "0.10.2",
|
|
410
|
+
"@wormhole-foundation/sdk-algorand-core": "0.10.2",
|
|
411
|
+
"@wormhole-foundation/sdk-algorand-tokenbridge": "0.10.2"
|
|
412
412
|
},
|
|
413
413
|
"type": "module"
|
|
414
414
|
}
|