@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("
|
|
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("
|
|
53
|
+
readonly flags: import("./../../index.js").Bitset<readonly ["shouldWrapNative", "shouldUnwrapNative"]>;
|
|
54
54
|
};
|
|
55
|
-
readonly finalTokenAddress: import("
|
|
56
|
-
readonly recipientAddress: import("
|
|
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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wormhole-foundation/sdk-connect",
|
|
3
|
-
"version": "0.5.
|
|
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.
|
|
62
|
-
"@wormhole-foundation/sdk-definitions": "0.5.
|
|
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
|
}
|