|
|
|
@ -24,7 +24,8 @@ config :indexer, |
|
|
|
|
method_to_url: [ |
|
|
|
|
eth_getBalance: System.get_env("ETHEREUM_JSONRPC_TRACE_URL") || "http://localhost:8545", |
|
|
|
|
trace_block: System.get_env("ETHEREUM_JSONRPC_TRACE_URL") || "http://localhost:8545", |
|
|
|
|
trace_replayBlockTransactions: System.get_env("ETHEREUM_JSONRPC_TRACE_URL") || "http://localhost:8545" |
|
|
|
|
trace_replayBlockTransactions: System.get_env("ETHEREUM_JSONRPC_TRACE_URL") || "http://localhost:8545", |
|
|
|
|
trace_replayTransaction: System.get_env("ETHEREUM_JSONRPC_TRACE_URL") || "http://localhost:8545" |
|
|
|
|
], |
|
|
|
|
http_options: [recv_timeout: timeout, timeout: timeout, hackney: hackney_opts] |
|
|
|
|
], |
|
|
|
|