Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: v2 stake fetch allowance fail (#11206)
- **fix: v2 miss stake button** - **fix: v2 stake fetch allowance fail** <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the way the `bCakeWrapperAddress` is fetched in the `getBCakeWrapperAddress` function by using a new key generation method for the `fetchUniversalFarmsMap`. This change enhances the clarity and consistency of how the farm configuration is accessed. ### Detailed summary - Updated the key used to access `fetchUniversalFarmsMap` in the `getBCakeWrapperAddress` function. - Replaced the direct use of template literals with the `getFarmConfigKey` function to generate the key. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information