Problem with TraderJoe pools in Covalent plugin

Hello! We are trying to use the covalent plugin and itโ€™s failing when trying to get info from traderjoe with the error: "The parameter dexName is not valid". We are doing a simple

const pools = await Moralis.Plugins.covalent.getXYKpools({
    chainId: '43114', dexName: 'traderjoe' });

We tried with other dexes and it works okey. but not with traderjoe and we cannot debug it

1 Like

Hello @leo.polymath!

I just checked the source code of Covalent Plugin. Looks like we donโ€™t support traderjoe dex. Iโ€™ll notify you when it is added

2 Likes

Thanks a lot Yomoo!!
Is that source code public??