Skip to content

Commit

Permalink
add intergration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TropicalDog17 committed Nov 23, 2023
1 parent 42f583c commit bb35736
Show file tree
Hide file tree
Showing 8 changed files with 1,021 additions and 162 deletions.
280 changes: 278 additions & 2 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ optimize = """docker run --rm -v "$(pwd)":/code \

[dependencies]
astroport = "3.6.1"
astroport-factory = "1.5.1"
astroport-native-coin-registry = "1.0.1"
astroport-pair = "1.5.0"
astroport-token = "1.1.1"
astroport-types = "0.1.3"
astroport-whitelist = "1.0.1"
cosmwasm-schema = "1.5.0"
cosmwasm-std = { version = "1.2.7", features = [
"abort",
Expand All @@ -50,7 +56,9 @@ cosmwasm-std = { version = "1.2.7", features = [

cw-storage-plus = "1.1.0"
cw-utils = "1.0.2"
cw1-whitelist = "1.1.1"
cw2 = "1.1.1"
cw20 = "1.1.1"
schemars = "0.8.15"
serde = { version = "1.0.189", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.49" }
Expand Down
Loading

0 comments on commit bb35736

Please sign in to comment.