Skip to content

Commit

Permalink
Update governance and IBC deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadoySV committed May 22, 2023
1 parent 8d8e655 commit 6379233
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 35 deletions.
42 changes: 15 additions & 27 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions contracts/tokenomics/generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ backtraces = ["cosmwasm-std/backtraces"]
cw-storage-plus = "0.15"
cw1-whitelist = { version = "0.15", features = ["library"] }
thiserror = { version = "1.0" }
astroport-governance = { git = "https://github.com/astroport-fi/astroport-governance", branch = "main" }
astroport-governance = { git = "https://github.com/astroport-fi/astroport-governance", branch = "feat/merge_hidden_2023_05_22" }
protobuf = { version = "2", features = ["with-bytes"] }
cosmwasm-std = "1.1"
cw2 = "0.15"
Expand All @@ -34,7 +34,7 @@ cosmwasm-schema = "1.1"
[dev-dependencies]


generator-controller = { git = "https://github.com/astroport-fi/astroport-governance", branch = "main" }
generator-controller = { git = "https://github.com/astroport-fi/astroport-governance", branch = "feat/merge_hidden_2023_05_22" }
cw-multi-test = "0.15"
astroport-token = { path = "../../token" }
astroport-vesting = { path = "../vesting" }
Expand All @@ -44,9 +44,9 @@ astroport-pair = { path = "../../pair" }
astroport-pair-stable = { path = "../../pair_stable" }
astroport-whitelist = { path = "../../whitelist" }
anyhow = "1"
voting-escrow = { git = "https://github.com/astroport-fi/astroport-governance", branch = "main" }
voting-escrow-delegation = { git = "https://github.com/astroport-fi/astroport-governance", branch = "main" }
astroport-nft = { git = "https://github.com/astroport-fi/astroport-governance", branch = "main" }
voting-escrow = { git = "https://github.com/astroport-fi/astroport-governance", branch = "feat/merge_hidden_2023_05_22" }
voting-escrow-delegation = { git = "https://github.com/astroport-fi/astroport-governance", branch = "feat/merge_hidden_2023_05_22" }
astroport-nft = { git = "https://github.com/astroport-fi/astroport-governance", branch = "feat/merge_hidden_2023_05_22" }
cw721-base = { version = "0.15", features = ["library"] }


Expand Down
6 changes: 3 additions & 3 deletions contracts/tokenomics/maker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ cw-storage-plus = "0.15"
astroport = { path = "../../../packages/astroport", default-features = false }
thiserror = { version = "1.0" }
cosmwasm-schema = "1.1"
astro-satellite-package = { git = "https://github.com/astroport-fi/astroport_ibc", branch = "main" }
astro-satellite-package = { git = "https://github.com/astroport-fi/astroport_ibc", branch = "feat/update_deps_2023_05_22" }

[dev-dependencies]
astroport-token = { path = "../../token" }
astroport-factory = { path = "../../factory" }
astroport-pair = { path = "../../pair" }
cw-multi-test = "0.15"
astroport-pair-stable = { path = "../../pair_stable" }
astroport-governance = { git = "https://github.com/astroport-fi/astroport-governance", branch = "main" }
astroport-escrow-fee-distributor = { git = "https://github.com/astroport-fi/astroport-governance", branch = "main" }
astroport-governance = { git = "https://github.com/astroport-fi/astroport-governance", branch = "feat/merge_hidden_2023_05_22" }
astroport-escrow-fee-distributor = { git = "https://github.com/astroport-fi/astroport-governance", branch = "feat/merge_hidden_2023_05_22" }
astroport-native-coin-registry = { path = "../../periphery/native_coin_registry" }

0 comments on commit 6379233

Please sign in to comment.