mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
78e43bc088
* 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
16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "0.2.79",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"registry": "https://git.vdb.to/api/packages/cerc-io/npm/",
|
|
"yes": true,
|
|
"from-git": true
|
|
}
|
|
}
|
|
}
|