Skip to content

Commit

Permalink
Addressed review feedback from @jrhea
Browse files Browse the repository at this point in the history
  • Loading branch information
jalextowle committed Oct 16, 2024
1 parent e00a140 commit 9cc7a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy/config/base/moonwell-usdc-182day.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const BASE_MOONWELL_USDC_182DAY: HyperdriveInstanceConfig<"ERC4626"> = {
contribution: CONTRIBUTION,
// The moonwell EURC rate is currently at 12%, but we have a cap on our
// fixed rate of 10%. This is the link to the vaults page: https://moonwell.fi/vaults
fixedAPR: parseEther("0.12"),
fixedAPR: parseEther("0.1"),
timestretchAPR: parseEther("0.075"),
options: async (hre) => ({
extraData: "0x",
Expand Down

0 comments on commit 9cc7a79

Please sign in to comment.