pendulum-chain / pendulum-squids

The subsquid squids we use for Pendulum/Amplitude/Foucoco.
GNU General Public License v3.0
0 stars 0 forks source link

19 subscription feature for mykobo to subscribe to the pendulum indexer for transaction tracking on pendulum #21

Closed adelarja closed 11 months ago

adelarja commented 11 months ago

Issue #19

This PR adds the TokenTransfer entity to our squid schema. It also changes some configuration commands that allow us to expose a subscription endpoint.

The idea behind this new feature is to make it possible to subscribe to our squid and detect transactions using a specific endpoint.

~PS: I still need to add the handling of Deposit and Withdraw events (pretty much the same).~