Skip to content

Commit

Permalink
updated tf liquid pooler
Browse files Browse the repository at this point in the history
  • Loading branch information
bekauz committed Jul 25, 2024
1 parent 500b487 commit 4968d5a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 440 deletions.
15 changes: 3 additions & 12 deletions contracts/astroport-tf-liquid-pooler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ backtraces = ["cosmwasm-std/backtraces"]
library = []

[dependencies]
covenant-macros = { workspace = true }
valence-clock = { workspace = true, features = ["library"] }
covenant-macros = { git = "https://github.com/timewave-computer/covenants", tag = "v0.1.0" }
valence-clock = { git = "https://github.com/timewave-computer/covenants", tag = "v0.1.0", features = ["library"] }

cosmwasm-schema = { workspace = true }
cosmwasm-std = { workspace = true }
Expand All @@ -42,20 +42,11 @@ bech32 = { workspace = true }

astroport = { git = "https://github.com/astroport-fi/astroport-core.git", tag = "v5.0.0" }
astroport-xastro-token = { git = "https://github.com/astroport-fi/astroport-core.git", tag = "v5.0.0" }
astroport-whitelist = { git = "https://github.com/astroport-fi/astroport-core.git", tag = "v5.0.0" }
astroport-factory = { git = "https://github.com/astroport-fi/astroport-core.git", tag = "v5.0.0" }
astroport-native-coin-registry = { git = "https://github.com/astroport-fi/astroport-core.git", tag = "v5.0.0" }
astroport-pair-stable = { git = "https://github.com/astroport-fi/astroport-core.git", tag = "v5.0.0" }
astroport-pair-concentrated = { git = "https://github.com/astroport-fi/astroport-core.git", tag = "v5.0.0" }
astroport-pair = { git = "https://github.com/astroport-fi/astroport-core.git", tag = "v5.0.0" }

cw20 = { workspace = true }
covenant-utils = { workspace = true }

[dev-dependencies]
cw-multi-test = { workspace = true }
anyhow = { workspace = true }
valence-single-party-pol-holder = { workspace = true }
# unit-tests = { workspace = true }
# neutron-sdk = { workspace = true }
cw1-whitelist = { version = "1.1", features = ["library"] }
covenant-utils = { git = "https://github.com/timewave-computer/covenants", tag = "v0.1.0" }
4 changes: 0 additions & 4 deletions contracts/astroport-tf-liquid-pooler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ pub mod contract;
pub mod error;
pub mod msg;
pub mod state;

#[allow(clippy::unwrap_used)]
#[cfg(test)]
pub mod suite_tests;
100 changes: 0 additions & 100 deletions contracts/astroport-tf-liquid-pooler/src/suite_tests/mod.rs

This file was deleted.

55 changes: 0 additions & 55 deletions contracts/astroport-tf-liquid-pooler/src/suite_tests/suite.rs

This file was deleted.

Loading

0 comments on commit 4968d5a

Please sign in to comment.