Skip to content

Commit 9c25f6e

Browse files
committed
Reset this dir
1 parent 94c447a commit 9c25f6e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

target_chains/solana/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target_chains/solana/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ solana-client = "1.10.31"
1212
anchor-client = "0.26.0"
1313
clap = {version ="3.2.22", features = ["derive"]}
1414
pyth-solana-receiver = {path = "../programs/solana-receiver"}
15-
wormhole-core = { git = "https://github.com/guibescos/wormhole-solana"}
16-
wormhole-solana = { git = "https://github.com/guibescos/wormhole-solana"}
15+
wormhole-core = { git = "https://github.com/guibescos/wormhole", branch = "reisen/sdk-solana"}
16+
wormhole-solana = { git = "https://github.com/guibescos/wormhole", branch = "reisen/sdk-solana"}

target_chains/solana/programs/solana-receiver/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ default = []
1717

1818
[dependencies]
1919
anchor-lang = "0.26.0"
20-
wormhole-core = { git = "https://github.com/guibescos/wormhole-solana"}
21-
wormhole-solana = { git = "https://github.com/guibescos/wormhole-solana"}
20+
wormhole-core = { git = "https://github.com/guibescos/wormhole", branch = "reisen/sdk-solana"}
21+
wormhole-solana = { git = "https://github.com/guibescos/wormhole", branch = "reisen/sdk-solana"}
2222
pyth-wormhole-attester-sdk = { path = "../../../../wormhole_attester/sdk/rust" }
2323
solana-program = "1.15.2"
2424
hex = "0.4.3"

0 commit comments

Comments
 (0)