@super-protocol/sdk-js 0.7.1-beta.0 → 0.7.1-beta.1

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.
@@ -171,7 +171,7 @@ var BlockchainConnector = /** @class */ (function () {
171
171
  eventData = [];
172
172
  for (_i = 0, events_1 = events; _i < events_1.length; _i++) {
173
173
  event = events_1[_i];
174
- if (event.address === constants_1.POLYGON_MATIC_EVENT_PATH) {
174
+ if (event.address === constants_1.POLYGON_MATIC_EVENT_PATH || !event.event) {
175
175
  continue;
176
176
  }
177
177
  data = event.returnValues;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@super-protocol/sdk-js",
3
- "version": "0.7.1-beta.0",
3
+ "version": "0.7.1-beta.1",
4
4
  "main": "build/index.js",
5
5
  "license": "MIT",
6
6
  "files": [