We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b10256 commit 05d041eCopy full SHA for 05d041e
wagmi.config.ts
@@ -9,10 +9,13 @@ export default defineConfig({
9
artifacts: "forge-out/",
10
include: [
11
"AaveFLTaker.sol/AaveFLTaker.json",
12
+ "AaveLiquidator.sol/AaveLiquidator.json",
13
"BatchLiquidator.sol/BatchLiquidator.json",
14
+ "GhoFMTaker.sol/GhoFMTaker.json",
15
+ "GhoLiquidator.sol/GhoLiquidator.json",
16
"IBatchLiquidator.sol/IBatchLiquidator.json",
- "ILiquidator.sol/ILiquidator.json",
- "Liquidator.sol/Liquidator.json",
17
+ "IGhoFlashMinter.sol/IGhoFlashMinter.json",
18
+ "IPartialLiquidator.sol/IPartialLiquidator.json",
19
"IPriceHelper.sol/IPriceHelper.json",
20
"PriceHelper.sol/PriceHelper.json",
21
],
0 commit comments