mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
chore: linting
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user