Skip to content

Commit

Permalink
Merge pull request #408 from astroport-fi/merge/features_210224
Browse files Browse the repository at this point in the history
Release v3.12.0
  • Loading branch information
epanchee authored Feb 21, 2024
2 parents 7a09556 + 76cd210 commit 1fdc107
Show file tree
Hide file tree
Showing 23 changed files with 717 additions and 170 deletions.
77 changes: 39 additions & 38 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion contracts/factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ library = []

[dependencies]
cosmwasm-std = "1.1"
astroport = { path = "../../packages/astroport", version = "3" }
astroport = { path = "../../packages/astroport", version = "3.10" }
cw-storage-plus = "0.15"
cw2 = "0.15"
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion contracts/pair_stable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ backtraces = ["cosmwasm-std/backtraces"]
library = []

[dependencies]
astroport = { path = "../../packages/astroport", version = "3" }
astroport = { path = "../../packages/astroport", version = "3.8" }
cw2 = { version = "0.15" }
cw20 = { version = "0.15" }
cosmwasm-std = { version = "1.1" }
Expand Down
5 changes: 3 additions & 2 deletions contracts/pair_transmuter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astroport-pair-transmuter"
version = "1.0.0"
version = "1.1.0"
authors = ["Astroport"]
edition = "2021"
description = "The Astroport constant sum pair contract implementation"
Expand Down Expand Up @@ -28,4 +28,5 @@ anyhow = "1"
derivative = "2"
astroport-token = { path = "../token" }
cw-multi-test = "0.20.0"
astroport-factory = { path = "../factory" }
astroport-factory = { path = "../factory" }
astroport-native-coin-registry = { path = "../periphery/native_coin_registry", version = "1" }
Loading

0 comments on commit 1fdc107

Please sign in to comment.