Skip to content

Commit

Permalink
enable daemon by default for polytone
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckram123 committed Sep 4, 2024
1 parent 2b632ca commit eab34bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cw-orch-polytone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "CW Orchestrator interfaces for Polytone"

[dependencies]

cw-orch = { workspace = true }
cw-orch = { workspace = true, features = ["daemon"] }
cosmwasm-std = { workspace = true }
polytone-note = { workspace = true }
polytone-proxy = { workspace = true }
Expand All @@ -20,4 +20,3 @@ cw-orch-interchain = { workspace = true }

[dev-dependencies]
anyhow.workspace = true
cw-orch = { workspace = true, features = ["daemon"] }

0 comments on commit eab34bc

Please sign in to comment.