@apibara/starknet 2.1.0-beta.27 → 2.1.0-beta.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -8556,7 +8556,8 @@ function compileStructParser(abi, members) {
8556
8556
  const StarknetStream = new protocol.StreamConfig(
8557
8557
  FilterFromBytes,
8558
8558
  BlockFromBytes,
8559
- mergeFilter
8559
+ mergeFilter,
8560
+ "starknet"
8560
8561
  );
8561
8562
 
8562
8563
  exports.Block = Block;