Skip to content

Commit

Permalink
fix: supply and borrow speeds of THE market
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 committed Aug 29, 2023
1 parent 7c06a89 commit f2f0695
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helpers/deploymentConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -896,8 +896,8 @@ export const globalConfig: NetworkConfig = {
{
asset: "THE",
markets: ["THE"],
supplySpeeds: ["68082754629629629"], // 58823.5 THE over 30 days (864000 blocks)
borrowSpeeds: ["68082754629629629"], // 58823.5 THE over 30 days (864000 blocks)
supplySpeeds: ["17020688657407407"], // 29411.75 THE over 60 days (1728000 blocks)
borrowSpeeds: ["17020688657407407"], // 29411.75 THE over 60 days (1728000 blocks)
},
],
},
Expand Down Expand Up @@ -1644,8 +1644,8 @@ export const globalConfig: NetworkConfig = {
{
asset: "THE",
markets: ["THE"],
supplySpeeds: ["68082754629629629"], // 58823.5 THE over 30 days (864000 blocks)
borrowSpeeds: ["68082754629629629"], // 58823.5 THE over 30 days (864000 blocks)
supplySpeeds: ["17020688657407407"], // 29411.75 THE over 60 days (1728000 blocks)
borrowSpeeds: ["17020688657407407"], // 29411.75 THE over 60 days (1728000 blocks)
},
],
},
Expand Down

0 comments on commit f2f0695

Please sign in to comment.