Skip to content

Commit

Permalink
neutrond sdk rev
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed Nov 16, 2023
1 parent d505465 commit 302287d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 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 contracts/dex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cosmwasm-std = {version = "1.4.0", features = ["stargate"]}
cw2 = "1.1.0"
schemars = "0.8.10"
serde = { version = "1.0.180", default-features = false, features = ["derive"] }
neutron-sdk = { package = "neutron-sdk", path = "../../../neutron-sdk/packages/neutron-sdk" }
neutron-sdk = { package = "neutron-sdk", git = "https://github.com/neutron-org/neutron-sdk", rev = "4e4c3fe" }
serde_json = { version = "1.0.87" }
serde_repr = { version = "0.1.17" }
prost = "0.12"
Expand Down

0 comments on commit 302287d

Please sign in to comment.