mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-06 19:38:05 +00:00
d413d724c7
* Add eth_getLogs API handler * Transform events into logs * Update codegen templates * Allow GET requests * Increment package verisons * Remove unnecessary todo * Add limit on getLogs results size * Fix config template
16 lines
264 B
JSON
16 lines
264 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "0.2.107",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"registry": "https://git.vdb.to/api/packages/cerc-io/npm/",
|
|
"yes": true,
|
|
"from-git": true
|
|
}
|
|
}
|
|
}
|