@wormhole-foundation/sdk 0.9.2 → 0.10.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.
Files changed (2) hide show
  1. package/README.md +0 -6
  2. 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.9.2",
3
+ "version": "0.10.1",
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.9.2",
388
- "@wormhole-foundation/sdk-definitions": "0.9.2",
389
- "@wormhole-foundation/sdk-connect": "0.9.2",
390
- "@wormhole-foundation/sdk-evm": "0.9.2",
391
- "@wormhole-foundation/sdk-evm-core": "0.9.2",
392
- "@wormhole-foundation/sdk-evm-tokenbridge": "0.9.2",
393
- "@wormhole-foundation/sdk-evm-portico": "0.9.2",
394
- "@wormhole-foundation/sdk-evm-cctp": "0.9.2",
395
- "@wormhole-foundation/sdk-solana": "0.9.2",
396
- "@wormhole-foundation/sdk-solana-core": "0.9.2",
397
- "@wormhole-foundation/sdk-solana-tokenbridge": "0.9.2",
398
- "@wormhole-foundation/sdk-solana-cctp": "0.9.2",
399
- "@wormhole-foundation/sdk-cosmwasm": "0.9.2",
400
- "@wormhole-foundation/sdk-cosmwasm-core": "0.9.2",
401
- "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.9.2",
402
- "@wormhole-foundation/sdk-cosmwasm-ibc": "0.9.2",
403
- "@wormhole-foundation/sdk-sui": "0.9.2",
404
- "@wormhole-foundation/sdk-sui-core": "0.9.2",
405
- "@wormhole-foundation/sdk-sui-tokenbridge": "0.9.2",
406
- "@wormhole-foundation/sdk-aptos": "0.9.2",
407
- "@wormhole-foundation/sdk-aptos-core": "0.9.2",
408
- "@wormhole-foundation/sdk-aptos-tokenbridge": "0.9.2",
409
- "@wormhole-foundation/sdk-algorand": "0.9.2",
410
- "@wormhole-foundation/sdk-algorand-core": "0.9.2",
411
- "@wormhole-foundation/sdk-algorand-tokenbridge": "0.9.2"
387
+ "@wormhole-foundation/sdk-base": "0.10.1",
388
+ "@wormhole-foundation/sdk-definitions": "0.10.1",
389
+ "@wormhole-foundation/sdk-connect": "0.10.1",
390
+ "@wormhole-foundation/sdk-evm": "0.10.1",
391
+ "@wormhole-foundation/sdk-evm-core": "0.10.1",
392
+ "@wormhole-foundation/sdk-evm-tokenbridge": "0.10.1",
393
+ "@wormhole-foundation/sdk-evm-portico": "0.10.1",
394
+ "@wormhole-foundation/sdk-evm-cctp": "0.10.1",
395
+ "@wormhole-foundation/sdk-solana": "0.10.1",
396
+ "@wormhole-foundation/sdk-solana-core": "0.10.1",
397
+ "@wormhole-foundation/sdk-solana-tokenbridge": "0.10.1",
398
+ "@wormhole-foundation/sdk-solana-cctp": "0.10.1",
399
+ "@wormhole-foundation/sdk-cosmwasm": "0.10.1",
400
+ "@wormhole-foundation/sdk-cosmwasm-core": "0.10.1",
401
+ "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.10.1",
402
+ "@wormhole-foundation/sdk-cosmwasm-ibc": "0.10.1",
403
+ "@wormhole-foundation/sdk-sui": "0.10.1",
404
+ "@wormhole-foundation/sdk-sui-core": "0.10.1",
405
+ "@wormhole-foundation/sdk-sui-tokenbridge": "0.10.1",
406
+ "@wormhole-foundation/sdk-aptos": "0.10.1",
407
+ "@wormhole-foundation/sdk-aptos-core": "0.10.1",
408
+ "@wormhole-foundation/sdk-aptos-tokenbridge": "0.10.1",
409
+ "@wormhole-foundation/sdk-algorand": "0.10.1",
410
+ "@wormhole-foundation/sdk-algorand-core": "0.10.1",
411
+ "@wormhole-foundation/sdk-algorand-tokenbridge": "0.10.1"
412
412
  },
413
413
  "type": "module"
414
414
  }