@wormhole-foundation/sdk-connect 0.5.2 → 0.5.3-beta.0

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.
@@ -42,7 +42,7 @@ export declare class AutomaticPorticoRoute<N extends Network> extends AutomaticR
42
42
  quote(params: VP): Promise<QR>;
43
43
  initiate(sender: Signer<N>, quote: Q): Promise<SourceInitiatedTransferReceipt<"Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Near" | "Acala" | "Arbitrum" | "Aurora" | "Avalanche" | "Base" | "Bsc" | "Celo" | "Ethereum" | "Fantom" | "Gnosis" | "Karura" | "Klaytn" | "Moonbeam" | "Neon" | "Oasis" | "Optimism" | "Polygon" | "Rootstock" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky" | "PolygonSepolia" | "Mantle" | "Scroll" | "Pythnet" | "Cosmoshub" | "Evmos" | "Injective" | "Kujira" | "Osmosis" | "Sei" | "Terra" | "Terra2" | "Wormchain" | "Xpla" | "Dymension" | "Neutron" | "Stargaze" | "Celestia" | "Seda", "Solana" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Near" | "Acala" | "Arbitrum" | "Aurora" | "Avalanche" | "Base" | "Bsc" | "Celo" | "Ethereum" | "Fantom" | "Gnosis" | "Karura" | "Klaytn" | "Moonbeam" | "Neon" | "Oasis" | "Optimism" | "Polygon" | "Rootstock" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky" | "PolygonSepolia" | "Mantle" | "Scroll" | "Pythnet" | "Cosmoshub" | "Evmos" | "Injective" | "Kujira" | "Osmosis" | "Sei" | "Terra" | "Terra2" | "Wormchain" | "Xpla" | "Dymension" | "Neutron" | "Stargaze" | "Celestia" | "Seda">>;
44
44
  track(receipt: R, timeout?: number): AsyncGenerator<{
45
- vaa: import("@wormhole-foundation/sdk-definitions/dist/cjs/vaa/vaa.js").VAA<"TokenBridge:TransferWithPayload">;
45
+ vaa: import("./../../index.js").VAA<"TokenBridge:TransferWithPayload">;
46
46
  parsed: {
47
47
  readonly flagSet: {
48
48
  readonly recipientChain: number;
@@ -50,10 +50,10 @@ export declare class AutomaticPorticoRoute<N extends Network> extends AutomaticR
50
50
  readonly feeTierStart: number;
51
51
  readonly feeTierFinish: number;
52
52
  readonly padding: Uint8Array;
53
- readonly flags: import("@wormhole-foundation/sdk-base/dist/cjs/utils/layout/items.js").Bitset<readonly ["shouldWrapNative", "shouldUnwrapNative"]>;
53
+ readonly flags: import("./../../index.js").Bitset<readonly ["shouldWrapNative", "shouldUnwrapNative"]>;
54
54
  };
55
- readonly finalTokenAddress: import("@wormhole-foundation/sdk-definitions/dist/cjs/universalAddress.js").UniversalAddress;
56
- readonly recipientAddress: import("@wormhole-foundation/sdk-definitions/dist/cjs/universalAddress.js").UniversalAddress;
55
+ readonly finalTokenAddress: import("./../../index.js").UniversalAddress;
56
+ readonly recipientAddress: import("./../../index.js").UniversalAddress;
57
57
  readonly cannonAssetAmount: bigint;
58
58
  readonly minAmountFinish: bigint;
59
59
  readonly relayerFee: bigint;
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=utils.d.ts.map
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=utils.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wormhole-foundation/sdk-connect",
3
- "version": "0.5.2",
3
+ "version": "0.5.3-beta.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -58,8 +58,8 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "axios": "^1.4.0",
61
- "@wormhole-foundation/sdk-base": "0.5.2",
62
- "@wormhole-foundation/sdk-definitions": "0.5.2"
61
+ "@wormhole-foundation/sdk-base": "0.5.3-beta.0",
62
+ "@wormhole-foundation/sdk-definitions": "0.5.3-beta.0"
63
63
  },
64
64
  "type": "module"
65
65
  }