Skip to content

Commit

Permalink
Pin it
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Jan 24, 2024
1 parent f99482b commit 6b877b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions target_chains/cosmwasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion target_chains/cosmwasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ incremental = false
overflow-checks = true

[patch.crates-io]
cw20-wrapped-2 = { git = "https://github.com/wormhole-foundation/wormhole", tag = "v2.14.8"}
cw20-wrapped-2 = { git = "https://github.com/wormhole-foundation/wormhole", rev = "a2cb2a1226d00bada5679dc34f9d4393c9b0795d"}
2 changes: 1 addition & 1 deletion target_chains/cosmwasm/contracts/pyth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cosmwasm-schema = "1.1.9"
osmosis-std = "0.15.2"
pyth-sdk-cw = { path = "../../sdk/rust" }
pythnet-sdk = { path = "../../../../pythnet/pythnet_sdk" }
wormhole-cosmwasm = {git = "https://github.com/wormhole-foundation/wormhole"}
wormhole-cosmwasm = {git = "https://github.com/wormhole-foundation/wormhole", rev="a2cb2a1226d00bada5679dc34f9d4393c9b0795d"}

[dev-dependencies]
cosmwasm-vm = { version = "1.0.0", default-features = false }
Expand Down

0 comments on commit 6b877b9

Please sign in to comment.