paritytech / polkadot-runtime-prom-exporter

Prometheus exporter for polkadot runtime metrics
10 stars 3 forks source link

decimals function throws an error when parachain token has 18 decimals #29

Closed gilles437 closed 2 years ago

gilles437 commented 2 years ago

Based on this config.json

  {
    "rpcs": [
      "wss://acala-rpc-0.aca-api.network",
    ]
  }

The Runtime Exporter throws an exception when calculating decimals

gilles437 commented 2 years ago

closed with https://github.com/paritytech/polkadot-runtime-prom-exporter/pull/30