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

Refactor storage and event decoders #43

Closed gianfra-t closed 7 months ago

gianfra-t commented 8 months ago

After the addition of #40 , a bug was introduced where regenerating the types would delete the the new decoder files.

We need to move this files out of the types folder, and replace the corresponding imports.

Also, it would be a nice addition to just define one decoder function that works for every chain, perhaps by passing the network identifier.