Skip to content

Commit

Permalink
chore([email protected]): bump namada sdk to 0.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Nov 22, 2024
1 parent 277eaec commit 5555524
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 161 deletions.
2 changes: 1 addition & 1 deletion packages/namada/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hex = "0.4.3"
tendermint = "0.34.0"
tendermint-rpc = { version = "0.34.0", default-features = false }

namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.45.1", default-features = false }
namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.46.0", default-features = false }
masp_primitives = { git = "https://github.com/anoma/masp", tag = "v1.1.0" }
masp_proofs = { git = "https://github.com/anoma/masp", tag = "v1.1.0", default-features = false, features = ["local-prover"] }

Expand Down
2 changes: 1 addition & 1 deletion packages/namada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"main": "Namada.ts",
"files": [ "*.ts", "!target", "pkg/*" ],
"version": "1.0.0-rc.29",
"version": "1.0.0-rc.30",
"license": "AGPL-3.0-only",
"keywords": [
"tendermint", "namada", "cosmos", "cosmwasm"
Expand Down
Loading

0 comments on commit 5555524

Please sign in to comment.