Skip to content

Commit 7619c0f

Browse files
committed
update wormhole submodule rev
1 parent 13923ad commit 7619c0f

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
branch = 2b7db51f99b49eda99b44f4a044e751cb0b2e8ea
1313
[submodule "solana/lib/wormhole"]
1414
path = solana/lib/wormhole
15-
url = https://github.com/wormholelabs-xyz/wormhole.git
16-
branch = f69b3ae366211276fe15554f83a2d76abee0535c
15+
url = https://github.com/wormhole-foundation/wormhole.git
16+
branch = 33dd6a56541c2d15d3e20faa1330ba542a5fa727

solana/Cargo.lock

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

solana/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ ruint = "1.9.0"
4949
cfg-if = "1.0"
5050
hex-literal = "0.4.1"
5151
bytemuck = "1.13.0"
52-
wormhole-svm-shim = { git = "https://github.com/wormholelabs-xyz/wormhole.git", rev = "32cb65dd9ae11547f0e57d106b6974dc8ed5f52d" }
53-
wormhole-svm-definitions = { git = "https://github.com/wormholelabs-xyz/wormhole.git", rev = "32cb65dd9ae11547f0e57d106b6974dc8ed5f52d", features = ["borsh"] }
52+
wormhole-svm-shim = { git = "https://github.com/wormhole-foundation/wormhole.git", rev = "33dd6a56541c2d15d3e20faa1330ba542a5fa727" }
53+
wormhole-svm-definitions = { git = "https://github.com/wormhole-foundation/wormhole.git", rev = "33dd6a56541c2d15d3e20faa1330ba542a5fa727", features = ["borsh"] }
5454

5555
[patch."https://github.com/wormholelabs-xyz/wormhole.git"]
5656
wormhole-svm-shim = { path = "lib/wormhole/svm/wormhole-core-shims/crates/shim" }

solana/lib/wormhole

Submodule wormhole updated 271 files

0 commit comments

Comments
 (0)