Skip to content

Commit

Permalink
change initial fixed rate to 7%
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhea committed Aug 27, 2024
1 parent fbfa3fe commit e160304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy/config/gnosis/sxdai-182day.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const GNOSIS_SXDAI_182DAY: HyperdriveInstanceConfig<"ERC4626"> = {
salt: toBytes32("0x69420"),
extraData: "0x",
contribution: CONTRIBUTION,
fixedAPR: parseEther("0.06"),
fixedAPR: parseEther("0.07"),
timestretchAPR: parseEther("0.05"),
options: async (hre) => ({
extraData: "0x",
Expand Down

0 comments on commit e160304

Please sign in to comment.