azimuth-watcher-ts/lerna.json
prathamesh0 be0dbc1701
Upgrade watcher-ts packages to configure failover RPC endpoints (#44)
* Upgrade watcher-ts dependencies

* Update config and add an indexer method to switch clients

* Update indexer and database methods

* Update package version

* Update event parsing in watcher indexer
2024-05-22 10:33:25 +05:30

9 lines
111 B
JSON

{
"packages": [
"packages/*"
],
"useWorkspaces": true,
"version": "0.1.4",
"npmClient": "yarn"
}