Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
epanchee committed Aug 20, 2024
1 parent d9d6fa9 commit 1fad594
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
25 changes: 12 additions & 13 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ thiserror = "1.0"
itertools = "0.12"
cosmwasm-schema = "1.5"
cw-utils = "1"
astroport = { git = "https://github.com/astroport-fi/hidden_astroport_core", version = "5.3.0" }
astroport = { git = "https://github.com/astroport-fi/astroport-core", version = "5.3.0" }

[profile.release]
opt-level = "z"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The optimized contracts are generated in the artifacts/ directory.

## Deployment

Actual deployed contracts and with respective commits [here](https://github.com/astroport-fi/astroport-changelog).
Actual deployed contracts with respective commits [here](https://github.com/astroport-fi/astroport-changelog).

## Docs

Expand Down
2 changes: 1 addition & 1 deletion contracts/emissions_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ builder-unlock = { version = "3", features = ["library"] }
astroport-factory = { version = "1.8", features = ["library"] }
astroport-pair = { version = "2", features = ["library"] }
cw20-base = { version = "1", features = ["library"] }
astroport-incentives = { git = "https://github.com/astroport-fi/hidden_astroport_core", version = "1.2.0", features = ["library"] }
astroport-incentives = { git = "https://github.com/astroport-fi/astroport-core", version = "1.2.0", features = ["library"] }
astroport-staking = "2.1"
astroport-tokenfactory-tracker = { version = "1", features = ["library"] }
osmosis-std = "0.25.0"
Expand Down
2 changes: 1 addition & 1 deletion contracts/emissions_controller_outpost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ astroport-voting-escrow = { path = "../voting_escrow", version = "1.0.0", featur
astroport-factory = { version = "1.8", features = ["library"] }
astroport-pair = { version = "2.0.1", features = ["library"] }
cw20-base = { version = "1", features = ["library"] }
astroport-incentives = { git = "https://github.com/astroport-fi/hidden_astroport_core", version = "1.2.0" }
astroport-incentives = { git = "https://github.com/astroport-fi/astroport-core", version = "1.2.0" }
derivative = "2.2"
osmosis-std = "0.25.0"
anyhow = "1"

0 comments on commit 1fad594

Please sign in to comment.