Skip to content

Commit

Permalink
fix: use latest apollo-cw-multi-test version
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloGie committed Jul 11, 2024
1 parent d4b32b5 commit 10f0292
Show file tree
Hide file tree
Showing 34 changed files with 161 additions and 64 deletions.
115 changes: 72 additions & 43 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ astroport = "2.9.0"
astroport_v5 = { package = "astroport", version = "5.1.0" }
test-case = "3.0.0"
proptest = "1.0.0"
cw-multi-test = "=1.2.0"
apollo-cw-multi-test = "0.18.1"

# Workspace packages
cw-dex = { path = "cw-dex", version = "0.5.3" }
Expand Down
4 changes: 4 additions & 0 deletions cw-dex-astroport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ apollo-cw-asset = { workspace = true, features = ["astroport"] }
cw-utils = { workspace = true }
cw20 = { workspace = true }
apollo-utils = { workspace = true }
osmosis-std = { workspace = true }
cw-multi-test = { workspace = true }
apollo-cw-multi-test = { workspace = true }

# Astroport
astroport = { workspace = true }
Expand All @@ -39,3 +42,4 @@ cw-dex-test-helpers = { workspace = true, features = ["astroport", "osmosis-test
proptest = { workspace = true }
cw20-base = { workspace = true }
cw20 = { workspace = true }

Binary file not shown.
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_factory.wasm
Binary file not shown.
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_generator.wasm
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_incentives.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_maker.wasm
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_native_coin_registry.wasm
Binary file not shown.
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_oracle.wasm
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_pair.wasm
Binary file not shown.
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_pair_concentrated.wasm
Binary file not shown.
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_pair_stable.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_router.wasm
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_staking.wasm
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_token.wasm
Binary file not shown.
Binary file not shown.
Binary file removed cw-dex-astroport/artifacts/astroport_vault.wasm
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_vesting.wasm
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_whitelist.wasm
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/astroport_xastro_token.wasm
Binary file not shown.
Binary file modified cw-dex-astroport/artifacts/cw_dex_router.wasm
100644 → 100755
Binary file not shown.
Loading

0 comments on commit 10f0292

Please sign in to comment.