Skip to content

Commit 05d041e

Browse files
committed
fix: generate all abis
1 parent 5b10256 commit 05d041e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

wagmi.config.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ export default defineConfig({
99
artifacts: "forge-out/",
1010
include: [
1111
"AaveFLTaker.sol/AaveFLTaker.json",
12+
"AaveLiquidator.sol/AaveLiquidator.json",
1213
"BatchLiquidator.sol/BatchLiquidator.json",
14+
"GhoFMTaker.sol/GhoFMTaker.json",
15+
"GhoLiquidator.sol/GhoLiquidator.json",
1316
"IBatchLiquidator.sol/IBatchLiquidator.json",
14-
"ILiquidator.sol/ILiquidator.json",
15-
"Liquidator.sol/Liquidator.json",
17+
"IGhoFlashMinter.sol/IGhoFlashMinter.json",
18+
"IPartialLiquidator.sol/IPartialLiquidator.json",
1619
"IPriceHelper.sol/IPriceHelper.json",
1720
"PriceHelper.sol/PriceHelper.json",
1821
],

0 commit comments

Comments
 (0)