diff --git a/hardhat.config.ts b/hardhat.config.ts index fbc5fc8f..17a8ef24 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -116,10 +116,10 @@ const hardhatConfig: Config = { depositAllocationWeightAddend: 0.03, }, esEXA: { - total: 300_000, - debt: 1_111, + total: 310_000, + debt: 480, start: "2023-10-23T14:00Z", - period: 30 * 7 * 86_400, + period: (42 * 7 + 2) * 86_400, undistributedFactor: 0.65, compensationFactor: 0.7, transitionFactor: 0.7056, @@ -143,20 +143,20 @@ const hardhatConfig: Config = { optimism: { rewards: { OP: { - total: 16_300, - debt: 2_500_000, + total: 27_100, + debt: 7_000_000, start: "2024-04-24", - period: 4 * 7 * 86_400, + period: 6 * 7 * 86_400, undistributedFactor: 1, transitionFactor: 0.1, compensationFactor: 0, depositAllocationWeightAddend: 0.06, }, esEXA: { - total: 30_000, - debt: 5_000_000, + total: 270_000, + debt: 7_000_000, start: "2024-05-08", - period: 5 * 7 * 86_400, + period: (14 * 7 + 1) * 86_400, undistributedFactor: 0.3, transitionFactor: 0.83, compensationFactor: 0.85, @@ -212,14 +212,14 @@ const hardhatConfig: Config = { adjustFactor: 0.78, rewards: { esEXA: { - total: 12_000, - debt: 0.35, + total: 13_000, + debt: 0.004, undistributedFactor: 0.3, transitionFactor: 0.6, compensationFactor: 0, depositAllocationWeightAddend: 0.06, start: "2023-12-20", - period: 23 * 7 * 86_400, + period: (34 * 7 + 1) * 86_400, }, }, }, @@ -257,7 +257,7 @@ const hardhatConfig: Config = { total: 70_000, debt: 0.05, start: "2023-10-23T14:00Z", - period: 30 * 7 * 86_400, + period: (42 * 7 + 2) * 86_400, compensationFactor: 0, transitionFactor: 0.64, depositAllocationWeightAddend: 0.03,