Enable metrics endpoint in fixturenet.

This commit is contained in:
Thomas E Lackey 2023-01-17 12:04:28 -06:00
parent 5e7db36c75
commit 0ea29bc480
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ services:
ports:
- "8545"
- "40000"
- "6060"
fixturenet-eth-geth-2:
hostname: fixturenet-eth-geth-2

View File

@ -86,6 +86,7 @@ else
--mine \
--miner.threads=1 \
--metrics \
--metrics.addr="0.0.0.0" \
--verbosity=${CERC_GETH_VERBOSITY:-3} \
--vmodule="${CERC_GETH_VMODULE:-statediff/*=5}" \
--miner.etherbase="${ETHERBASE}" ${STATEDIFF_OPTS}