nomad-xyz / nomad-monorepo

Contracts, off-chain agents, and libraries for Nomad
https://nomad.xyz
78 stars 16 forks source link

indexer: gas metrics #165

Closed yourbuddyconner closed 2 years ago

yourbuddyconner commented 2 years ago

nomad-monitor currently has a script that calculates the gas spend for a set of agents, this is useful in forecasting future spend.

Add metrics that calculate the total cumulative spend for each of the agents.

Preferred Method: Index the right transaction data (i.e. effectiveGasPrice for the update/relay/process transactions) and calculate via DB Queries.

Alternative: Use the Etherscan provider like in gas.ts and do this in an indexing task.

Tasks: