Skip to content

Commit

Permalink
chore: explorer env
Browse files Browse the repository at this point in the history
  • Loading branch information
fx0x55 committed May 10, 2023
1 parent c95dff3 commit 0c02380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ config :block_scout_web, BlockScoutWeb.Chain,
has_emission_funds: false,
show_maintenance_alert: ConfigHelper.parse_bool_env_var("SHOW_MAINTENANCE_ALERT"),
enable_testnet_label: ConfigHelper.parse_bool_env_var("SHOW_TESTNET_LABEL"),
testnet_label_text: System.get_env("TESTNET_LABEL_TEXT", "Testnet")
testnet_label_text: System.get_env("TESTNET_LABEL_TEXT", "Testnet"),
fx_explorer_url: System.get_env("FX_EXPLORER_URL", "https://starscan.io/")

config :block_scout_web, :footer,
Expand Down

0 comments on commit 0c02380

Please sign in to comment.