Skip to content

Commit

Permalink
add missing dependency to the streams package.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Nov 2, 2022
1 parent 07ee1fc commit 1c7be6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/healthy-adults-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moralisweb3/streams': patch
---

Add missing dependency to the `@moralisweb3/streams` package.
3 changes: 2 additions & 1 deletion packages/streams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@moralisweb3/evm-utils": "^2.7.0",
"@moralisweb3/streams-typings": "^1.0.5",
"ethereumjs-util": "^7.1.0",
"web3-eth-abi": "^1.8.0"
"web3-eth-abi": "^1.8.0",
"ethers": "^5.7.1"
}
}

0 comments on commit 1c7be6c

Please sign in to comment.