watcher-ts/packages/cli/src/index.ts
prathamesh0 78e43bc088
Export metrics for watcher config and upstream and external chain heads (#497)
* Add a cli to export chain head block numbers

* Use ETH RPC endpoint and allow env overrides

* Use ethers provider

* Export upstream chain head block number in watcher metrics

* Remove unnecessary exports

* Upgrade package versions

* Fix defaults usage

* Export watcher config in metrics

* Add metric for watcher sync mode

* Remove cache flag from watcher config metrics

* Update watcher config field names
2023-12-19 15:23:25 +05:30

20 lines
504 B
TypeScript

//
// Copyright 2022 Vulcanize, Inc.
//
export * from './watch-contract';
export * from './reset/watcher';
export * from './reset/state';
export * from './checkpoint/create';
export * from './checkpoint/verify';
export * from './inspect-cid';
export * from './import-state';
export * from './export-state';
export * from './server';
export * from './job-runner';
export * from './index-block';
export * from './fill';
export * from './create-state-gql';
export * from './peer';
export * from './utils';