File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import AaveLiquidator from "./forge-out/AaveLiquidator.sol/AaveLiquidator.json"
44import PriceHelper from "./forge-out/PriceHelper.sol/PriceHelper.json" assert { type : "json " } ;
55import GhoFMTaker from "./forge-out/GhoFMTaker.sol/GhoFMTaker.json" assert { type : "json " } ;
66import GhoLiquidator from "./forge-out/GhoLiquidator.sol/GhoLiquidator.json" assert { type : "json " } ;
7+ import SiloFLTaker from "./forge-out/SiloFLTaker.sol/SiloFLTaker.json" assert { type : "json " } ;
8+ import SiloLiquidator from "./forge-out/SiloLiquidator.sol/SiloLiquidator.json" assert { type : "json " } ;
79import { writeFileSync } from "node:fs" ;
810
911const address = "`0x${string}`" ;
@@ -14,6 +16,8 @@ export const BatchLiquidator_bytecode: ${address} = "${BatchLiquidator.bytecode.
1416export const GhoFMTaker_bytecode: ${ address } = "${ GhoFMTaker . bytecode . object } ";
1517export const GhoLiquidator_bytecode: ${ address } = "${ GhoLiquidator . bytecode . object } ";
1618export const PriceHelper_bytecode: ${ address } = "${ PriceHelper . bytecode . object } ";
19+ export const SiloFLTaker_bytecode: ${ address } = "${ SiloFLTaker . bytecode . object } ";
20+ export const SiloLiquidator_bytecode: ${ address } = "${ SiloLiquidator . bytecode . object } ";
1721` ;
1822
1923writeFileSync ( "./src/bytecode/bytecode.generated.ts" , bytecode , "utf-8" ) ;
You can’t perform that action at this time.
0 commit comments