We are registering/adding the contract/events to the streams API using this method Moralis.Streams.addAddress()
. Usually, when we add the streams, if there is no change in stream properties it won’t create an additional stream but unfortunately, our streams are getting duplicated somehow even though the data is the same on both.
We have 15+ streams for our production server and there are a few duplicated streams are being created whenever our server is restarted which triggers the stream registration code