watcher-ts/lerna.json
Nabarun Gogoi b572eb9032
Update Lotus EVM null block error message (#543)
* Update null block error message

* Update package versions
2025-03-19 20:13:05 +05:30

16 lines
264 B
JSON

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