Skip to content

Commit

Permalink
fix show price chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeep sidhu committed Aug 11, 2022
1 parent f1c0670 commit 25fa753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/puppeth/module_explorer.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ ENV NETWORK={{.Network}} \
ENABLE_SOURCIFY_INTEGRATION=true \
DISPLAY_TOKEN_ICONS=true \
GAS_PRICE=1 \
SHOW_TESTNET_LABEL={.ShowTestnetLabel} \
SHOW_TESTNET_LABEL={{.ShowTestnetLabel}} \
ETHEREUM_JSONRPC_DEBUG_TRACE_TRANSACTION_TIMEOUT='15s'
RUN apk --no-cache add \
Expand Down Expand Up @@ -230,7 +230,7 @@ func deployExplorer(client *sshClient, network string, bootnodes []string, confi
subNetwork = "Tanenbaum"
disableExchangeRates = "true"
showTestnetLabel = "true"
showPriceChart = "true"
showPriceChart = "false"
}
protocol := "https"
host := config.host
Expand Down

0 comments on commit 25fa753

Please sign in to comment.