7426612aff
* Fix BASE, OPTIMISM, ARBITRIUM Co-authored-by: ftocal <fert1335@gmail.com> * Add base url in secrets. --------- Co-authored-by: Fernando Torres <fert1335@gmail.com> |
||
---|---|---|
.. | ||
builder | ||
cmd | ||
config | ||
http/infrastructure | ||
internal | ||
processor | ||
storage | ||
watcher | ||
.gitignore | ||
Dockerfile | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum |
README.md
contract-watcher
This component is in charge of obtaining the redeemed vaa's to obtain information from the target chain. .
Usage
Service
contract-watcher service
Backfiller
contract-watcher backfiller [flags]
Command-line arguments
- --chain-name string chain name
- --chain-url string chain URL
- --from uint first block to be processed
- --log-level string log level (default "INFO")
- --mongo-database string mongo database
- --mongo-uri string mongo connection
- --network string network (mainnet or testnet)
- --page-size int maximum number to process at one time (default 100)
- --persist-blocks persist processed blocks in storage
- --rate-limit int rate limit per second (default 3)
- --to uint last block to be processed (included)