Skip to content

Commit

Permalink
add ETHEREUM_JSONRPC_DEBUG_TRACE_TRANSACTION_TIMEOUT default to 15s
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeep sidhu committed May 11, 2022
1 parent c99131b commit c1be38d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/puppeth/module_explorer.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ ENV NETWORK={{.Network}} \
ENABLE_1559_SUPPORT=true \
ENABLE_SOURCIFY_INTEGRATION=true \
DISPLAY_TOKEN_ICONS=true \
GAS_PRICE=1
GAS_PRICE=1 \
ETHEREUM_JSONRPC_DEBUG_TRACE_TRANSACTION_TIMEOUT='15s'
RUN \
echo $'LC_ALL=C syscoind {{if eq .NetworkID 5700}}--testnet --addnode=3.15.199.152{{end}} --datadir=/opt/app/.syscoin --disablewallet --gethcommandline=--syncmode="full" --gethcommandline=--gcmode="archive" --gethcommandline=--port={{.EthPort}} --gethcommandline=--bootnodes={{.Bootnodes}} --gethcommandline=--ethstats={{.Ethstats}} --gethcommandline=--cache=8192 --gethcommandline=--http --gethcommandline=--http.api="net,web3,eth,debug,txpool" --gethcommandline=--http.corsdomain="*" --gethcommandline=--http.vhosts="*" --gethcommandline=--ws --gethcommandline=--ws.origins="*" --gethcommandline=--exitwhensynced' >> explorer.sh && \
Expand Down

0 comments on commit c1be38d

Please sign in to comment.