Skip to content

Commit

Permalink
fix: explorer indexer error (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidneyweakx committed Sep 27, 2023
1 parent a0f21b9 commit 1947930
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class ExplorerDockerComposeYaml extends DockerComposeYaml {
'COIN=""',
'SHOW_PRICE_CHART=false',
'ETHEREUM_JSONRPC_VARIANT=geth',
'DISABLE_EXCHANGE_RATES=true',
'INDEXER_DISABLE_INTERNAL_TRANSACTIONS_FETCHER=true',
]
.concat(
httpModeEnabled ? [
Expand Down

0 comments on commit 1947930

Please sign in to comment.