Skip to content

Commit

Permalink
removed abstract cw20 (#500)
Browse files Browse the repository at this point in the history
* removed abstract cw20

* Removed comment
  • Loading branch information
Kayanski authored Oct 1, 2024
1 parent aad7559 commit 348dfa0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ cosmos-sdk-proto = { version = "0.24.0", default-features = false }
cw-multi-test = { package = "abstract-cw-multi-test", version = "2.0.2", features = [
"cosmwasm_1_2",
] }
cw20 = { package = "abstract-cw20", version = "3.0.0" }
cw20-base = { package = "abstract-cw20-base", version = "3.0.0" }
cw20 = { version = "2.0.0" }
cw20-base = { version = "2.0.0" }

osmosis-test-tube = { version = "25.0.0" }
neutron-test-tube = { version = "4.2.0" }
Expand Down
4 changes: 2 additions & 2 deletions contracts-ws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ edition = "2021"

[workspace.dependencies]
cosmwasm-std = "2.0.0"
cw20 = { package = "abstract-cw20", version = "2.0.0" }
cw20-base = { package = "abstract-cw20-base", version = "2.0.0" }
cw20 = { version = "2.0.0" }
cw20-base = { version = "2.0.0" }
cw-storage-plus = { version = "2.0.0" }

serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down
1 change: 0 additions & 1 deletion packages/cw-orch-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ log = { workspace = true }

[dev-dependencies]
speculoos = { workspace = true }
# Should be able to replace with workspace cw20 when abstract-cw-plus fork updates to CosmWasm 2
cw20 = { version = "2.0.0" }
cw20-base = { version = "2.0.0" }

Expand Down

0 comments on commit 348dfa0

Please sign in to comment.