|
|
@ -176,7 +176,8 @@ config :explorer, |
|
|
|
implementation_data_fetching_timeout: :timer.seconds(2), |
|
|
|
implementation_data_fetching_timeout: :timer.seconds(2), |
|
|
|
restricted_list: System.get_env("RESTRICTED_LIST"), |
|
|
|
restricted_list: System.get_env("RESTRICTED_LIST"), |
|
|
|
restricted_list_key: System.get_env("RESTRICTED_LIST_KEY"), |
|
|
|
restricted_list_key: System.get_env("RESTRICTED_LIST_KEY"), |
|
|
|
checksum_function: System.get_env("CHECKSUM_FUNCTION") && String.to_atom(System.get_env("CHECKSUM_FUNCTION")) |
|
|
|
checksum_function: System.get_env("CHECKSUM_FUNCTION") && String.to_atom(System.get_env("CHECKSUM_FUNCTION")), |
|
|
|
|
|
|
|
elasticity_multiplier: ConfigHelper.parse_integer_env_var("EIP_1559_ELASTICITY_MULTIPLIER", 2) |
|
|
|
|
|
|
|
|
|
|
|
config :explorer, Explorer.Chain.Events.Listener, |
|
|
|
config :explorer, Explorer.Chain.Events.Listener, |
|
|
|
enabled: |
|
|
|
enabled: |
|
|
|