|
|
@ -5,7 +5,7 @@ config :explorer, |
|
|
|
transport: EthereumJSONRPC.HTTP, |
|
|
|
transport: EthereumJSONRPC.HTTP, |
|
|
|
transport_options: [ |
|
|
|
transport_options: [ |
|
|
|
http: EthereumJSONRPC.HTTP.HTTPoison, |
|
|
|
http: EthereumJSONRPC.HTTP.HTTPoison, |
|
|
|
url: "https://mainnet.infura.io/8lTvJTKmHPCHazkneJsY", |
|
|
|
url: System.get_env("ETHEREUM_JSONRPC_HTTP_URL") || "https://mainnet.infura.io/8lTvJTKmHPCHazkneJsY", |
|
|
|
http_options: [recv_timeout: 60_000, timeout: 60_000, hackney: [pool: :ethereum_jsonrpc]] |
|
|
|
http_options: [recv_timeout: 60_000, timeout: 60_000, hackney: [pool: :ethereum_jsonrpc]] |
|
|
|
], |
|
|
|
], |
|
|
|
variant: EthereumJSONRPC.Geth |
|
|
|
variant: EthereumJSONRPC.Geth |
|
|
|