Skip to content

Commit

Permalink
apps: switch off "mainnet" by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed May 21, 2024
1 parent 1ecca97 commit 81f2511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ name = "namadar"
path = "src/bin/namada-relayer/main.rs"

[features]
default = ["namada/mainnet", "migrations"]
default = ["migrations"]
mainnet = ["namada_apps_lib/mainnet"]
jemalloc = ["namada_node/jemalloc"]
migrations = ["namada/migrations", "namada_apps_lib/migrations"]
Expand Down

0 comments on commit 81f2511

Please sign in to comment.