Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 527 Bytes

File metadata and controls

23 lines (17 loc) · 527 Bytes

PropMon

Monitors Arbitrum DAO proposals and moves them through their lifecycle stages (governor queue, timelocks, outbox execution, retryable redemption). See docs/propmon2-spec.md.

Usage

yarn
yarn build

Set the env vars listed in .env-sample (the process env is read directly; no dotenv), then:

yarn start

Contract types are generated from the ABIs in abis/ (exported from the governance repo) via yarn gen:types.