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

Fix constants to enable indexing of new pairs and pools #50

Closed gianfra-t closed 7 months ago

gianfra-t commented 7 months ago

After the addition of new swap pairs for Amplitude and Pendulum, we need to make some changes to the hard-coded constants in the processor required to properly index the events.

For instance, here we need to add all the relevant tokens that are used in the pairs on both chains.

We also need to ensure that relevant types (farming, zenlink) are generated for Pendulum.

Finally, we need to modify the use of the hard-coded CHAIN_ID constant currently pointing to Amplitude.

prayagd commented 7 months ago

Hey team! Please add your planning poker estimate with Zenhub @b-yap @bogdanS98 @ebma @gianfra-t @TorstenStueber

prayagd commented 7 months ago

Very urgent as blocking the Zenlink pools on Amplitude, moved to ready without it being estimated.

gianfra-t commented 7 months ago

I pushed a "hotfix" to our squids and now we can see the new pools. But still this needs to be worked and cleaned.