Skip to content

Commit

Permalink
test: fixing tests for the osmosis flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kerber0x committed Jan 12, 2024
1 parent 1f15a65 commit cb9e553
Show file tree
Hide file tree
Showing 22 changed files with 2,666 additions and 1,613 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ thiserror = "1.0.43"
osmosis-std-derive = "0.15.3"
prost = {version = "0.11.9", default-features = false, features = ["prost-derive"]}
prost-types = {version = "0.11.9", default-features = false}
#white-whale = { path = "./packages/white-whale", features = ["osmosis", "token_factory", "osmosis_token_factory", "injective"] }
white-whale = { path = "./packages/white-whale" }
white-whale = { path = "./packages/white-whale", features = ["token_factory", "osmosis_token_factory", "injective"] }
white-whale-testing = { path = "./packages/white-whale-testing" }
cw-multi-test = { version = "0.16.5" }
uint = "0.9.5"
Expand Down
Loading

0 comments on commit cb9e553

Please sign in to comment.