https://github.com/offchainlabs/deposits_tracker
https://github.com/offchainlabs/deposits_tracker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/offchainlabs/deposits_tracker
- Owner: OffchainLabs
- Created: 2021-11-09T18:02:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-03-13T21:06:18.000Z (3 months ago)
- Last Synced: 2026-03-14T07:43:49.982Z (3 months ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Arb-Monitor 🔵 👀
### Set Up Env Variables
Set up env vars in `.env.sample.` Can use .env.sample as-is for mainnet:
```
cp .env.sample .env
```
(Note that `PRIVKEY` is only required for wallet instantiation - no chain writing occurs; a throwaway key can/should be used. Key in .env.sample is public / in testnet docs and so can be used).
### Install
```
yarn install
```
### Run
```
yarn deposits
```