Skip to content

Commit

Permalink
🔧 finance: update esEXA reserve ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
itofarina committed Oct 15, 2024
1 parent 894df5b commit 10dae8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const hardhatConfig: Config = {
"op-sepolia": {
priceDecimals: 8,
finance: {
escrow: { vestingPeriod: 7 * 86_400, reserveRatio: 0.25 },
escrow: { vestingPeriod: 7 * 86_400, reserveRatio: 0.35 },
staking: { minTime: 3_600, refTime: 86_400 },
},
url: env.OP_SEPOLIA_NODE ?? "",
Expand Down

0 comments on commit 10dae8a

Please sign in to comment.