replace source_module

pull/1396/head
Ayrat Badykov 6 years ago
parent 1614065981
commit 245a19121f
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 4
      apps/explorer/config/config.exs

@ -40,8 +40,8 @@ else
config :explorer, Explorer.Validator.MetadataProcessor, enabled: false
end
if System.get_env("SUPPLY_MODULE") == "TransactionAndLog" do
config :explorer, supply: Explorer.Chain.Supply.TransactionAndLog
if System.get_env("SUPPLY_MODULE") == "TokenBridge" do
config :explorer, supply: Explorer.Chain.Supply.TokenBridge
end
if System.get_env("SOURCE_MODULE") == "TransactionAndLog" do

Loading…
Cancel
Save