@d9-network/ink 0.0.7 → 0.0.8

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.mjs CHANGED
@@ -556,7 +556,7 @@ var ContractEventParser = class {
556
556
  return null;
557
557
  }
558
558
  try {
559
- const decodedData = decoder(data);
559
+ const decodedData = decoder(data.slice(1));
560
560
  return {
561
561
  type: eventLabel,
562
562
  value: decodedData,