wormhole-explorer/contract-watcher
ftocal fba3adef65
Add api key logic to handle rate limit in api (#918)
2023-12-18 12:53:30 -03:00
..
builder
cmd Fix [api] get transactions by address and add mongo query monitor (#707) 2023-09-25 16:50:16 -03:00
config Added Portico contracts to watchers (#884) 2023-12-12 16:12:53 -03:00
http/infrastructure
internal Improve solana performance in contract-watcher (#845) 2023-12-04 10:56:56 -03:00
processor
storage
watcher Improve solana performance in contract-watcher (#845) 2023-12-04 10:56:56 -03:00
.gitignore
Dockerfile
Makefile
README.md
go.mod Add api key logic to handle rate limit in api (#918) 2023-12-18 12:53:30 -03:00
go.sum Add worker pool to process observations from gossip network (#909) 2023-12-18 10:41:07 -03:00

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)