Skip to content

Commit

Permalink
Merge pull request #157 from nebula-protocol/use-astroport-crate
Browse files Browse the repository at this point in the history
feat: use astroport crate v1.0 instead of package v0.31
  • Loading branch information
Sawit Trisirisatayawong authored Apr 5, 2022
2 parents 538770c + 738430f commit 93ba70c
Show file tree
Hide file tree
Showing 27 changed files with 8 additions and 2,908 deletions.
2 changes: 1 addition & 1 deletion contracts/nebula-cluster-factory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ backtraces = ["cosmwasm-std/backtraces"]

[dependencies]
cw20 = { version = "0.8.0" }
astroport = { path = "../../packages/astroport" }
astroport = { version = "1.0" }
cluster-math = { path = "../../libraries/cluster-math" }
cosmwasm-std = { version = "0.16.2", default-features = false }
cosmwasm-storage = { version = "0.16.2", default-features = false, features = ["iterator"] }
Expand Down
2 changes: 1 addition & 1 deletion contracts/nebula-cluster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde = { version = "1.0.103", default-features = false, features = ["derive"] }
snafu = { version = "0.6.3" }
cw20 = { version = "0.8.0" }
base64 = "*"
astroport = { path = "../../packages/astroport" }
astroport = { version = "1.0" }
cluster-math = { path = "../../libraries/cluster-math" }
nebula-protocol = { version = "1.0.0", path = "../../packages/nebula_protocol" }
thiserror = { version = "1.0.30" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/nebula-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ backtraces = ["cosmwasm-std/backtraces"]
cw20 = { version = "0.8.0" }
cosmwasm-std = { version = "0.16.2", default-features = false}
cosmwasm-storage = { version = "0.16.2" }
astroport = { path = "../../packages/astroport" }
astroport = { version = "1.0" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
nebula-protocol = { version = "1.0.0", path = "../../packages/nebula_protocol" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/nebula-community/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
snafu = { version = "0.6.3" }
nebula-protocol = { version = "1.0.0", path = "../../packages/nebula_protocol" }
astroport = { path = "../../packages/astroport" }
astroport = { version = "1.0" }
thiserror = { version = "1.0.30" }
cw2 = { version = "0.9.1" }

Expand Down
2 changes: 1 addition & 1 deletion contracts/nebula-incentives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ backtraces = ["cosmwasm-std/backtraces"]
cw20 = { version = "0.8.0" }
cosmwasm-std = { version = "0.16.2", default-features = false}
cosmwasm-storage = { version = "0.16.2" }
astroport = { path = "../../packages/astroport" }
astroport = { version = "1.0" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
cluster-math = { path = "../../libraries/cluster-math" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/nebula-lp-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ backtraces = ["cosmwasm-std/backtraces"]

[dependencies]
cw20 = { version = "0.8.0" }
astroport = { path = "../../packages/astroport" }
astroport = { version = "1.0" }
terra-cosmwasm = { version = "2.0.0" }
cosmwasm-std = { version = "0.16.2", default-features = false }
cosmwasm-storage = { version = "0.16.2", default-features = false, features = ["iterator"] }
Expand Down
2 changes: 1 addition & 1 deletion contracts/nebula-oracle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
snafu = { version = "0.6.3" }
nebula-protocol = { version = "1.0.0", path = "../../packages/nebula_protocol" }
astroport = { path = "../../packages/astroport" }
astroport = { version = "1.0" }
terra-cosmwasm = "2.2.0"
tefi-oracle = { version = "0.1.0", path = "../../packages/tefi_oracle" }
thiserror = { version = "1.0.30" }
Expand Down
4 changes: 0 additions & 4 deletions packages/astroport/.cargo/config

This file was deleted.

28 changes: 0 additions & 28 deletions packages/astroport/Cargo.toml

This file was deleted.

127 changes: 0 additions & 127 deletions packages/astroport/README.md

This file was deleted.

Loading

0 comments on commit 93ba70c

Please sign in to comment.