Skip to content

Commit

Permalink
updating the metoken params
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Nov 6, 2023
1 parent 8730cf5 commit 582bc09
Show file tree
Hide file tree
Showing 9 changed files with 579 additions and 377 deletions.
396 changes: 273 additions & 123 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "umee-cosmwasm"
version = "0.1.10"
version = "0.1.11"
authors = ["Umee (umee.cc)"]
edition = "2018"

Expand Down Expand Up @@ -40,8 +40,8 @@ optimize = """docker run --rm -v "$(pwd)":/code \
"""

[dependencies]
cw-umee-types = { version = "0.1.11", path = "./packages/cw-umee-types" }
cosmwasm-std = { version = "1.2.5", features = ["stargate", "staking"] }
cw-umee-types = { version = "0.1.12", path = "./packages/cw-umee-types" }
cosmwasm-std = { version = "1.3.3", features = ["stargate", "staking","cosmwasm_1_1","cosmwasm_1_2"] }
cosmwasm-storage = { version = "1.2.5" }
cw-storage-plus = "1.0"
cw2 = "1.0"
Expand Down
Loading

0 comments on commit 582bc09

Please sign in to comment.