Skip to content

Commit

Permalink
feat: use websockets to fetch transactions (tmp) (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters authored Dec 19, 2023
1 parent c53253e commit 8f664de
Show file tree
Hide file tree
Showing 10 changed files with 181 additions and 1,754 deletions.
8 changes: 4 additions & 4 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@
"coverageDirectory": "../coverage",
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
"branches": 80,
"functions": 80,
"lines": 80,
"statements": 80
}
},
"testEnvironment": "node",
Expand Down
Loading

0 comments on commit 8f664de

Please sign in to comment.