diff --git a/.changeset/healthy-adults-join.md b/.changeset/healthy-adults-join.md new file mode 100644 index 0000000000..f57f6dee40 --- /dev/null +++ b/.changeset/healthy-adults-join.md @@ -0,0 +1,5 @@ +--- +'@moralisweb3/streams': patch +--- + +Add missing dependency to the `@moralisweb3/streams` package. diff --git a/packages/streams/package.json b/packages/streams/package.json index 747944b94d..c93db24577 100644 --- a/packages/streams/package.json +++ b/packages/streams/package.json @@ -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" } }