Skip to content

Commit

Permalink
disable eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dylenfu committed Aug 6, 2024
1 parent ae36ddc commit ae7db44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/Fil-Liquid/index.js
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -17,4 +18,5 @@ module.exports = {
filecoin: {
tvl
}
};
};
/* eslint-enable no-async-promise-executor */

0 comments on commit ae7db44

Please sign in to comment.