@wormhole-foundation/sdk-solana-core 2.2.0 → 2.3.0-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.
- package/dist/cjs/core.d.ts +1 -1
- package/dist/esm/core.d.ts +1 -1
- package/package.json +3 -3
package/dist/cjs/core.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare class SolanaWormholeCore<N extends Network, C extends SolanaChain
|
|
|
16
16
|
protected bridgeData?: BridgeData;
|
|
17
17
|
constructor(network: N, chain: C, connection: Connection, contracts: Contracts);
|
|
18
18
|
getGuardianSet(index: number): Promise<WormholeCore.GuardianSet>;
|
|
19
|
-
static fromRpc<N extends Network>(connection: Connection, config: ChainsConfig<N, Platform>): Promise<SolanaWormholeCore<N, "Solana" | "Pythnet">>;
|
|
19
|
+
static fromRpc<N extends Network>(connection: Connection, config: ChainsConfig<N, Platform>): Promise<SolanaWormholeCore<N, "Solana" | "Pythnet" | "Fogo">>;
|
|
20
20
|
private ensureBridgeConfig;
|
|
21
21
|
getMessageFee(): Promise<bigint>;
|
|
22
22
|
getGuardianSetIndex(): Promise<number>;
|
package/dist/esm/core.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare class SolanaWormholeCore<N extends Network, C extends SolanaChain
|
|
|
16
16
|
protected bridgeData?: BridgeData;
|
|
17
17
|
constructor(network: N, chain: C, connection: Connection, contracts: Contracts);
|
|
18
18
|
getGuardianSet(index: number): Promise<WormholeCore.GuardianSet>;
|
|
19
|
-
static fromRpc<N extends Network>(connection: Connection, config: ChainsConfig<N, Platform>): Promise<SolanaWormholeCore<N, "Solana" | "Pythnet">>;
|
|
19
|
+
static fromRpc<N extends Network>(connection: Connection, config: ChainsConfig<N, Platform>): Promise<SolanaWormholeCore<N, "Solana" | "Pythnet" | "Fogo">>;
|
|
20
20
|
private ensureBridgeConfig;
|
|
21
21
|
getMessageFee(): Promise<bigint>;
|
|
22
22
|
getGuardianSetIndex(): Promise<number>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wormhole-foundation/sdk-solana-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0-beta.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"prettier": "prettier --write ./src"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@wormhole-foundation/sdk-connect": "2.
|
|
49
|
-
"@wormhole-foundation/sdk-solana": "2.
|
|
48
|
+
"@wormhole-foundation/sdk-connect": "2.3.0-beta.0",
|
|
49
|
+
"@wormhole-foundation/sdk-solana": "2.3.0-beta.0",
|
|
50
50
|
"@coral-xyz/borsh": "0.29.0",
|
|
51
51
|
"@coral-xyz/anchor": "0.29.0",
|
|
52
52
|
"@solana/web3.js": "^1.95.8"
|