|
|
|
@ -17,7 +17,8 @@ config :explorer, |
|
|
|
|
fallback_trace_url: System.get_env("ETHEREUM_JSONRPC_FALLBACK_TRACE_URL"), |
|
|
|
|
method_to_url: [ |
|
|
|
|
eth_call: ConfigHelper.eth_call_url("http://localhost:8545"), |
|
|
|
|
debug_traceTransaction: System.get_env("ETHEREUM_JSONRPC_TRACE_URL") || "http://localhost:8545" |
|
|
|
|
debug_traceTransaction: System.get_env("ETHEREUM_JSONRPC_TRACE_URL") || "http://localhost:8545", |
|
|
|
|
debug_traceBlockByNumber: System.get_env("ETHEREUM_JSONRPC_TRACE_URL") || "http://localhost:8545" |
|
|
|
|
], |
|
|
|
|
http_options: [recv_timeout: timeout, timeout: timeout, hackney: hackney_opts] |
|
|
|
|
], |
|
|
|
|