chore: linting

This commit is contained in:
Francisco Bezzecchi
2025-04-11 21:28:31 -03:00
parent 78e3190c75
commit bbdf9e4732
2 changed files with 3 additions and 1 deletions

View File

@@ -108,6 +108,7 @@ export async function relayRequestHandler(
if (maxGasPrice !== undefined && currentGasPrice > maxGasPrice) {
throw ConfigError.maxGasPrice(`Current gas price ${currentGasPrice} is higher than max price ${maxGasPrice}`)
}
const requestResponse: RelayerResponse =
await privacyPoolRelayer.handleRequest(withdrawalPayload, chainId);

View File

@@ -66,7 +66,8 @@ export class UniswapProvider {
sqrtPriceLimitX96: 0n,
}])
const [amount, sqrtPriceX96After, tickAfter, gasEstimate] = quotedAmountOut.result;
// amount, sqrtPriceX96After, tickAfter, gasEstimate
const [amount, , , ] = quotedAmountOut.result;
return {
in: {
amount: amountIn, decimals: tokenIn.decimals