Skip to content

Commit

Permalink
fix zee userCharacterMaxBoost value
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Jun 12, 2024
1 parent e3f474f commit fd71069
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/moody-moons-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@treasure-dev/tdk-core": patch
---

Fixed Zee userCharacterMaxBoost value
2 changes: 1 addition & 1 deletion packages/core/src/utils/harvesters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ export const getHarvesterUserInfo = async ({
abi: charactersStakingRulesAbi,
// TODO: change this to be generic
functionName: "levelToUserDepositBoost",
args: [50n],
args: [100n],
},
{
chainId,
Expand Down

0 comments on commit fd71069

Please sign in to comment.