Skip to content

Commit

Permalink
🔧 finance: update OP rewards for USDC market
Browse files Browse the repository at this point in the history
  • Loading branch information
itofarina authored and cruzdanilo committed Jun 5, 2024
1 parent 22596c7 commit 12f3de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ const hardhatConfig: Config = {
optimism: {
rewards: {
OP: {
total: 27_100,
total: 32_400,
debt: 7_000_000,
start: "2024-04-24",
period: 6 * 7 * 86_400,
period: 8 * 7 * 86_400,
undistributedFactor: 1,
transitionFactor: 0.1,
compensationFactor: 0,
Expand Down

0 comments on commit 12f3de8

Please sign in to comment.