Cargo Features

cw-orch-daemon has no features set by default.

[dependencies]
cw-orch-daemon = { version = "0.29.1", features = ["eth", "node-tests"] }
eth

enable node-backed tests (ensure Docker is running) run with cargo test --jobs 1 --features node-tests

Enables ethers-core and ethers-signers

ethers-core:

Ethereum deps

node-tests