|
|
|
@ -13,7 +13,7 @@ config :block_scout_web, |
|
|
|
|
release_link: System.get_env("RELEASE_LINK"), |
|
|
|
|
decompiled_smart_contract_token: System.get_env("DECOMPILED_SMART_CONTRACT_TOKEN"), |
|
|
|
|
show_percentage: if(System.get_env("SHOW_ADDRESS_MARKETCAP_PERCENTAGE", "true") == "false", do: false, else: true), |
|
|
|
|
checksum_address_hashed: if(System.get_env("CHECKSUM_ADDRESS_HASHES", "true") == "false", do: false, else: true) |
|
|
|
|
checksum_address_hashes: if(System.get_env("CHECKSUM_ADDRESS_HASHES", "true") == "false", do: false, else: true) |
|
|
|
|
|
|
|
|
|
config :block_scout_web, BlockScoutWeb.Chain, |
|
|
|
|
network: System.get_env("NETWORK"), |
|
|
|
|