thepalbi / ethereum-prometheus-exporter

Prometheus exporter for Ethereum client metrics
MIT License
1 stars 0 forks source link

Added support for multiple wallets balance #31

Closed evictorero closed 2 years ago

evictorero commented 2 years ago

image

leandro-deveikis commented 2 years ago

I approved as it seems ok, but 2 little things:

evictorero commented 2 years ago

I approved as it seems ok, but 2 little things:

  • balance, _ := new(big.Float).SetInt(result.ToInt()).Float64() is casting is ok? I could not look into that but I would make sure we are not looking information in the process
  • Would change wallet for wallets at yaml file