From ae7db4449dff0734940a387af9f3c2347bce131c Mon Sep 17 00:00:00 2001 From: dylenfu Date: Tue, 6 Aug 2024 09:11:52 +0800 Subject: [PATCH] disable eslint --- projects/Fil-Liquid/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/Fil-Liquid/index.js b/projects/Fil-Liquid/index.js index 331d1fed8920..e082b9c662df 100644 --- a/projects/Fil-Liquid/index.js +++ b/projects/Fil-Liquid/index.js @@ -1,3 +1,4 @@ +/* eslint-disable no-async-promise-executor */ const sdk = require('@defillama/sdk'); const ADDRESSES = require('../helper/coreAssets.json') const static_contract = "0xA25F892cF2731ba89b88750423Fc618De0959C43"; @@ -17,4 +18,5 @@ module.exports = { filecoin: { tvl } -}; \ No newline at end of file +}; +/* eslint-enable no-async-promise-executor */