Hello,
I am having a weird problem.
I had those syncs set up on a contract and everything was working great.
We had to modify the contract so I went to delete and recreate the syncs using the new address. (btw, there is no better way to do that ?
Can I for example just change the address in the eventSync table in the database? Or is it a very bad idea )
So I recreated the syncs.
But now, the event is not logged anymore.
I tried various things :
- making a new class
- restarting my server
- recreating the sync
- I read that _ in variables could cause trouble but the abi didn’t change so it would not have worked before either.
The one I am trying is the buyGift
The transaction is good and as far as I can see, the event is being emitted.
I have no idea apart from maybe an issue with the synchronization on moralis side (is there a website to check the moralis server status ? ).
So I’ll wait for now and try it out later and check around here if anyone has an idea.
And the server address is: https://9dx18wzfnkwv.usemoralis.com:2053/server
Thanks a lot.