Skip to content

Commit

Permalink
lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrowan authored and ilijabojanovic committed Dec 4, 2024
1 parent 78650d4 commit 9ab90d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/model/src/services/commonProtocol/contestHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,10 @@ export const rollOverContest = async (
gasResult = await contractCall.estimateGas({
from: web3.eth.defaultAccount,
});
} catch {}
} catch {
//eslint-disable-next-line
//@ts-ignore no-empty
}

const maxFeePerGasEst = await estimateGas(web3);

Expand Down

0 comments on commit 9ab90d6

Please sign in to comment.