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 Aug 22, 2024
1 parent 41d1b81 commit a494cb0
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.42.0-u410" }
namada_sdk = { git = "https://github.com/joel-u410/namada.git", tag = "v0.42.0-u410" }
namada_tx = { git = "https://github.com/joel-u410/namada.git", tag = "v0.42.0-u410" }
namada_governance = { git = "https://github.com/joel-u410/namada.git", tag = "v0.42.0-u410" }
namada_ibc = { git = "https://github.com/joel-u410/namada.git", tag = "v0.42.0-u410" }
namada_token = { git = "https://github.com/joel-u410/namada.git", tag = "v0.42.0-u410" }
namada_parameters = { git = "https://github.com/joel-u410/namada.git", tag = "v0.42.0-u410" }
namada_proof_of_stake = { git = "https://github.com/joel-u410/namada.git", tag = "v0.42.0-u410" }

0 comments on commit a494cb0

Please sign in to comment.