Skip to content

Commit

Permalink
update Namada rev
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Apr 2, 2024
1 parent 6b8f17e commit 298a704
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 27 deletions.
47 changes: 24 additions & 23 deletions Cargo.lock

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

12 changes: 8 additions & 4 deletions crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,20 +114,24 @@ default-features = false

[dependencies.namada_ibc]
git = "https://github.com/anoma/namada"
branch = "draft-mainnet"
#branch = "draft-mainnet"
rev = "de3d53f4170fab570e9958b8593c8c8dc50a8470"

[dependencies.namada_parameters]
git = "https://github.com/anoma/namada"
branch = "draft-mainnet"
#branch = "draft-mainnet"
rev = "de3d53f4170fab570e9958b8593c8c8dc50a8470"

[dependencies.namada_sdk]
git = "https://github.com/anoma/namada"
branch = "draft-mainnet"
#branch = "draft-mainnet"
rev = "de3d53f4170fab570e9958b8593c8c8dc50a8470"
features = ["std"]

[dependencies.namada_trans_token]
git = "https://github.com/anoma/namada"
branch = "draft-mainnet"
#branch = "draft-mainnet"
rev = "de3d53f4170fab570e9958b8593c8c8dc50a8470"

[dev-dependencies]
ibc-relayer-types = { version = "0.26.4", path = "../relayer-types", features = ["mocks"] }
Expand Down

0 comments on commit 298a704

Please sign in to comment.