1

Allow multiple syncs to be able to post to the same table

  • Held for moderation
  • Open

S
Shayne

At the moment Moralis does not allow syncs to different contracts to post to the same table even when they have the same abi. The reason seems to be schema related, but this should not be an issue if the different contracts conform to the same abi.

Also, I believe it should be up to the user to validate that their schema will match, rather than forcing the rule on everyone.

For example, let's say we have a factory contract, which deploys instances of Contract B. All instances of Contract B will conform to the same ABI. If we want to sync events from contract B, will we need to create a new table for every contract. This could potentially end up with 1000s of tables which serve the same purpose.

Anyway, I hope this gets taken on board,
Thanks :)

A