wormhole-explorer/contract-watcher
walker-16 bcb1f0e71b
remove connect from contract-watcher (#1398)
* remove polygon connect from contract-watcher

Co-authored-by: ftocal <fert1335@gmail.com>

* remove bsc and fantom connect from contract-watcher

Co-authored-by: ftocal <fert1335@gmail.com>

* remove avalanche and moonbeam from contract-watcher

* remove ethereum and celo from contract-watcher

---------

Co-authored-by: ftocal <fert1335@gmail.com>
2024-05-13 12:10:42 -03:00
..
builder remove aptos from contract-watcher (#1177) 2024-03-11 14:21:15 -03:00
cmd remove connect from contract-watcher (#1398) 2024-05-13 12:10:42 -03:00
config remove connect from contract-watcher (#1398) 2024-05-13 12:10:42 -03:00
http Handling transactions with more than one instruction in solana watcher (#932) 2024-01-02 11:05:10 -03:00
internal remove aptos from contract-watcher (#1177) 2024-03-11 14:21:15 -03:00
processor
storage Add handler for redeem events from blockchain-watcher (#986) 2024-01-15 10:22:05 -03:00
watcher remove aptos from contract-watcher (#1177) 2024-03-11 14:21:15 -03:00
.gitignore
Dockerfile
Makefile
README.md
go.mod Fix dependencies in contract watcher (#1343) 2024-04-23 10:44:48 -03:00
go.sum Fix dependencies in contract watcher (#1343) 2024-04-23 10:44:48 -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)