wormhole-explorer/contract-watcher
walker-16 50e7de11ee
Fix contract-watcher last block metrics (#553)
Co-authored-by: ftocal <fert1335@gmail.com>
2023-07-18 11:27:42 -03:00
..
builder
cmd Fix last block for aptos in contract-watcher (#546) 2023-07-14 14:06:20 -03:00
config
http/infrastructure
internal Fix last block for aptos in contract-watcher (#546) 2023-07-14 14:06:20 -03:00
processor
storage
support
watcher Fix contract-watcher last block metrics (#553) 2023-07-18 11:27:42 -03:00
.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)