watcher-ts/lerna.json
Nabarun Gogoi 6198d72816
Retry fetching latest block on ETH RPC network error (#548)
* Handle network error when fetching latest block

* Upgrade version
2025-11-13 13:58:09 +05:30

16 lines
271 B
JSON

{
"packages": [
"packages/*"
],
"version": "0.2.98-patch.4",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"registry": "https://git.vdb.to/api/packages/cerc-io/npm/",
"yes": true,
"from-git": true
}
}
}