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