0.0.4 • Published 1 year ago

@eth-optimism/balance-monitor v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Minimum Balance Agent

Description

A forta agent which detects when a specified account balance is below the specified threshold.

Installing and building

yarn && yarn build

Running

  1. Copy .env.example into .env and set the appropriate values.
  2. Copy forta.config.example.json into forta.config.json, and set the RPC endpoint (yes, this is duplicated in the .env file).
  3. yarn run start:prod

Alerts

  • OPTIMISM-BALANCE-DANGER-[ACCOUNT_NAME]
    • Fired when the specified account balance is below the configured DANGER threshold
    • Severity is always set to "high"
    • Type is always set to "info"
    • Metadata "balance" field contains amount of wei in account