Skip to content

Commit

Permalink
Missing worker config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Sep 6, 2024
1 parent 05830e7 commit e2c9b37
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions zero_bin/worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@ jemallocator = "0.5.4"
cargo_metadata = { workspace = true }
vergen = { workspace = true }
anyhow = { workspace = true }

[features]
default = ["eth_mainnet"]
eth_mainnet = [
"ops/eth_mainnet",
"zero_bin_common/eth_mainnet",
]
cdk_erigon = [
"ops/cdk_erigon",
"zero_bin_common/cdk_erigon",
]

0 comments on commit e2c9b37

Please sign in to comment.