Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish our own Polytone and update deps #215

Merged
merged 3 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ semver = "1.0"
cw-semver = { version = "1.0" }
cw-orch = { version = "0.19.1" }
tokio = { version = "1.4", features = ["full"] }
polytone = { git = "https://github.com/AbstractSDK/polytone", tag = "v1.0.2" }
polytone-note = { git = "https://github.com/AbstractSDK/polytone", tag = "v1.0.2" }

polytone = {package = "abstract-polytone",version = "1.0.2" }
polytone-note = {package = "abstract-polytone-note",version = "1.0.2" }

## crates in order of publishing ## see docs/Publishing.md

Expand Down
6 changes: 3 additions & 3 deletions interchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ semver = "1.0"
cw-semver = { version = "1.0" }
tokio = { version = "1.33.0", features = ["full"] }

cw-orch-polytone = { git = "https://github.com/AbstractSDK/polytone", tag = "v1.0.2" }
polytone = { git = "https://github.com/AbstractSDK/polytone", tag = "v1.0.2" }
polytone-note = { git = "https://github.com/AbstractSDK/polytone", tag = "v1.0.2" }
polytone = {package = "abstract-polytone",version = "1.0.2" }
polytone-note = {package = "abstract-polytone-note",version = "1.0.2" }
cw-orch-polytone = {package = "abstract-cw-orch-polytone",version = "1.0.2" }

# TODO; Set tag!
cw-orch = { package = "cw-orch-interchain", git = "ssh://git@github.com/AbstractSDK/cw-orch-interchain.git", tag = "v0.19.2" }
Expand Down
68 changes: 0 additions & 68 deletions interchain/scripts/src/bin/update_ans.rs

This file was deleted.

Loading