0.2.0 • Published 2 years ago
@ethan-bedrock/balance-monitor v0.2.0
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
- Copy
.env.exampleinto.envand set the appropriate values. - Copy
forta.config.example.jsonintoforta.config.json, and set the RPC endpoint (yes, this is duplicated in the .env file). yarn run start:prod
Alerts
MANTLE-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
0.2.0
2 years ago