Skip to content

Commit

Permalink
updated to osmosis fork with fixed stableswap type
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs committed Aug 28, 2023
1 parent 7267e3f commit 3a18b41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cosmwasm-storage = "1.3.3"
cw-storage-plus = "1.1.0"
cw2 = "1.1.0"
schemars = "0.8.12"
osmosis-std = "0.16.1"
osmosis-std = { git = "https://github.com/Stride-Labs/osmosis-rust.git", branch = "sam/fix-stableswap-type"}
prost = { version = "0.11.5", default-features = false, features = ["prost-derive"] }
serde = { version = "1.0.185", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.47" }
Expand Down

0 comments on commit 3a18b41

Please sign in to comment.