|
|
|
@ -98,7 +98,7 @@ bridge_market_cap_update_interval = |
|
|
|
|
|
|
|
|
|
config :explorer, Explorer.Counters.Bridge, |
|
|
|
|
enabled: if(System.get_env("SUPPLY_MODULE") === "TokenBridge", do: true, else: false), |
|
|
|
|
enable_consolidation: true, |
|
|
|
|
enable_consolidation: System.get_env("DISABLE_BRIDGE_MARKET_CAP_UPDATER") !== "true", |
|
|
|
|
update_interval_in_seconds: bridge_market_cap_update_interval || 30 * 60 |
|
|
|
|
|
|
|
|
|
config :explorer, Explorer.ExchangeRates, enabled: System.get_env("DISABLE_EXCHANGE_RATES") != "true", store: :ets |
|
|
|
|