Skip to content

Commit

Permalink
Merge branch 'tomas/no-default-mainnet' (#3287)
Browse files Browse the repository at this point in the history
* origin/tomas/no-default-mainnet:
  changelog: add #3287
  apps: switch off "mainnet" by default
  • Loading branch information
tzemanovic committed May 21, 2024
2 parents 3c509a7 + 9660f5b commit 0c2935a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/3287-no-default-mainnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Switch off the "mainnet" feature by default for now.
([\#3287](https://github.com/anoma/namada/pull/3287))
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 0c2935a

Please sign in to comment.