|
|
@ -157,11 +157,13 @@ defmodule Indexer.Supervisor do |
|
|
|
%{block_fetcher: realtime_block_fetcher, subscribe_named_arguments: realtime_subscribe_named_arguments}, |
|
|
|
%{block_fetcher: realtime_block_fetcher, subscribe_named_arguments: realtime_subscribe_named_arguments}, |
|
|
|
[name: BlockRealtime.Supervisor] |
|
|
|
[name: BlockRealtime.Supervisor] |
|
|
|
]), |
|
|
|
]), |
|
|
|
{BlockCatchup.Supervisor, |
|
|
|
configure( |
|
|
|
[ |
|
|
|
BlockCatchup.Supervisor, |
|
|
|
%{block_fetcher: block_fetcher, block_interval: block_interval, memory_monitor: memory_monitor}, |
|
|
|
[ |
|
|
|
[name: BlockCatchup.Supervisor] |
|
|
|
%{block_fetcher: block_fetcher, block_interval: block_interval, memory_monitor: memory_monitor}, |
|
|
|
]}, |
|
|
|
[name: BlockCatchup.Supervisor] |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
), |
|
|
|
{Withdrawal.Supervisor, [[json_rpc_named_arguments: json_rpc_named_arguments]]} |
|
|
|
{Withdrawal.Supervisor, [[json_rpc_named_arguments: json_rpc_named_arguments]]} |
|
|
|
] |
|
|
|
] |
|
|
|
|> List.flatten() |
|
|
|
|> List.flatten() |
|
|
|