Skip to content

Commit

Permalink
🔧 finance: update esEXA rewards for OP market
Browse files Browse the repository at this point in the history
  • Loading branch information
itofarina committed May 28, 2024
1 parent ded1c79 commit f0faa4b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand Down

0 comments on commit f0faa4b

Please sign in to comment.