I’m trying to sync a quite simple event like this:
event TestEvent(address indexed _from, uint indexed _id, uint _value);
However, the events are not populated.
I can see that they are seen by the moralis server:
[SCREENSHOT POSTED BELOW DUE TO ONE MEDIA ITEM LIMITATION]
It sees 4 past event (that’s fine), but they are not populated into its table:
Config seems to be fine:
[SCREENSHOT POSTED BELOW DUE TO ONE MEDIA ITEM LIMITATION]
However, the Events table definition seems to be missing the three parameters:
[SCREENSHOT POSTED BELOW DUE TO ONE MEDIA ITEM LIMITATION]
Any clue?