Skip to content

Commit

Permalink
chore: remove astroport incentives
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloGie committed Jun 5, 2024
1 parent 40d5cae commit 7564ac3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 37 deletions.
65 changes: 32 additions & 33 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ astroport-multi-test = [
"astroport-vesting",
"astroport-whitelist",
"astroport-pair-concentrated",
"astroport-incentives"
]
osmosis-test-tube = ["dep:osmosis-test-tube"]

Expand Down Expand Up @@ -97,7 +96,7 @@ cw20 = { version = "0.15", optional = true }
# Astroport contracts for multi-test
astroport-token = { version = "=1.1.1", optional = true, features = ["library"] }
astroport-native-coin-registry = { version = "=1.0.1", optional = true, features = ["library"] }
astroport-factory = { version = "=1.7.0", optional = true, features = ["library"] }
astroport-factory = { version = "=1.8.0-rc.2-tokenfactory", optional = true, features = ["library"] }
astroport-generator = { version = "=2.3.2", optional = true }
astroport-maker = { version = "=1.4.0", optional = true }
astroport-pair-stable = { version = "=4.0.0-rc.1-tokenfactory", optional = true, features = ["library"] }
Expand All @@ -106,8 +105,7 @@ astroport-router = { version = "=1.2.1", optional = true }
astroport-staking = { version = "=1.1.0", optional = true }
astroport-vesting = { version = "=1.3.2", optional = true, features = ["library"] }
astroport-whitelist = { version = "=1.0.1", optional = true, features = ["library"] }
astroport-pair-concentrated = { version = "=1.2.13", optional = true, features = ["library"] }
astroport-incentives = { version = "=1.0.1", optional = true, features = ["library"] }
astroport-pair-concentrated = { version = "=4.0.0-rc.1-tokenfactory", optional = true, features = ["library"] }

# Osmosis deps
proptest = { version = "1.0.0", optional = true }
Expand Down

0 comments on commit 7564ac3

Please sign in to comment.