watcher-ts/lerna.json
Nabarun Gogoi e0e2efd571
Set block totalDifficulty to zero if not available in JSON-RPC response (#540)
* Set total difficulty to zero if not available

* Upgrade package version
2025-03-10 19:27:25 +05:30

16 lines
264 B
JSON

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