Skip to content

Commit

Permalink
🔧 finance: update esEXA rewards program
Browse files Browse the repository at this point in the history
  • Loading branch information
itofarina committed Nov 2, 2023
1 parent 5767135 commit 63d7921
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ export default {
depositAllocationWeightAddend: 0.03,
},
esEXA: {
total: 150_000,
debt: 6_000,
total: 300_000,
debt: 1_111,
start: "2023-10-23T14:00Z",
period: 30 * 7 * 86_400,
undistributedFactor: 0.65,
Expand Down Expand Up @@ -150,8 +150,8 @@ export default {
undistributedFactor: 1,
},
esEXA: {
total: 300_000,
debt: 12_500_000,
total: 600_000,
debt: 6_000_000,
start: "2023-10-23T14:00Z",
period: 30 * 7 * 86_400,
undistributedFactor: 0.3,
Expand Down Expand Up @@ -222,7 +222,7 @@ export default {
depositAllocationWeightAddend: 0.03,
},
esEXA: {
total: 35_000,
total: 70_000,
debt: 2.5,
start: "2023-10-23T14:00Z",
period: 30 * 7 * 86_400,
Expand Down Expand Up @@ -253,7 +253,7 @@ export default {
depositAllocationWeightAddend: 0.03,
},
esEXA: {
total: 15_000,
total: 30_000,
debt: 730_000,
start: "2023-10-23T14:00Z",
period: 30 * 7 * 86_400,
Expand Down

0 comments on commit 63d7921

Please sign in to comment.