Skip to content

Commit

Permalink
🔧 finance: update rewards config
Browse files Browse the repository at this point in the history
  • Loading branch information
itofarina committed May 20, 2024
1 parent 5c83a8f commit bfe63dc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
},
},
},
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit bfe63dc

Please sign in to comment.