Skip to content

Commit

Permalink
[Cargo.toml] patch namada core to use u410 fork
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-u410 committed Jul 19, 2024
1 parent aa63f8b commit d7ec752
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,13 @@ rand = "0.8.5"
bigdecimal = "0.4.5"
strum = "0.26.3"
strum_macros = "0.26.3"

[patch.'https://github.com/anoma/namada']
namada_core = { git = "https://github.com/joel-u410/namada.git", tag = "v0.40.0-u410" }
namada_sdk = { git = "https://github.com/joel-u410/namada.git", tag = "v0.40.0-u410" }
namada_tx = { git = "https://github.com/joel-u410/namada.git", tag = "v0.40.0-u410" }
namada_governance = { git = "https://github.com/joel-u410/namada.git", tag = "v0.40.0-u410" }
namada_ibc = { git = "https://github.com/joel-u410/namada.git", tag = "v0.40.0-u410" }
namada_token = { git = "https://github.com/joel-u410/namada.git", tag = "v0.40.0-u410" }
namada_parameters = { git = "https://github.com/joel-u410/namada.git", tag = "v0.40.0-u410" }
namada_proof_of_stake = { git = "https://github.com/joel-u410/namada.git", tag = "v0.40.0-u410" }

0 comments on commit d7ec752

Please sign in to comment.