diff --git a/hardhat.config.ts b/hardhat.config.ts index 77270a9d..947ebdaa 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -290,12 +290,13 @@ const hardhatConfig: Config = { }, esEXA: { total: 30_000, - debt: 730_000, + debt: 1_000, start: "2023-10-23T14:00Z", - period: 30 * 7 * 86_400, + period: (42 * 7 + 2) * 86_400, undistributedFactor: 0.3, - compensationFactor: 0.85, + compensationFactor: 0, transitionFactor: 0.364, + borrowAllocationWeightFactor: 0, depositAllocationWeightAddend: 0.03, }, },