Skip to content

Commit

Permalink
chore: remove overwrite of network_id and use values from aeternity.y…
Browse files Browse the repository at this point in the history
…aml (#1848)
  • Loading branch information
yaboiishere authored Jul 25, 2024
1 parent 53cc819 commit 3ee3b28
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions config/dev.exs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import Config

# Chain
config :aecore, network_id: System.get_env("NETWORK_ID", "ae_mainnet")

# Telemetry
config :ae_mdw, :enable_livedashboard, true

Expand Down
3 changes: 0 additions & 3 deletions config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import Config

env = config_env()

# Chain
config :aecore, network_id: System.get_env("NETWORK_ID", "ae_mainnet")

config :ae_mdw, :wealth_rank_size, String.to_integer(System.get_env("WEALTH_RANK_SIZE", "200"))

#
Expand Down
2 changes: 0 additions & 2 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ if System.get_env("INTEGRATION_TEST") != "1" do
config :ae_mdw, AeMdw.Db.RocksDb, data_dir: "test_data.db"
end

config :aecore, network_id: System.get_env("NETWORK_ID", "ae_mainnet")

# HTTP
config :ae_mdw, AeMdwWeb.Endpoint,
http: [port: 4002],
Expand Down

0 comments on commit 3ee3b28

Please sign in to comment.