Hey there,
So Iāve got a setup where Iāve got a contract factory which deploys instances of contract B. All instances of contract B have the same interface / abi and I would like to be able to sync events from every instance of contract B to the same table in Moralis.
Iām trying to do this using Moralis.Cloud.run(āwatchContractEventā) Moralis cloud code at the moment.
It seems to work fine but when I go to sync my second contract I get the error tableName should be unique
Hoping someone can help me with a work around for this, definitely seems like something achievable???
Thanks