Closed ChefMomota closed 3 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
web | ❌ Failed (Inspect) | Nov 1, 2024 7:42am |
Latest commit: 3331cdcf4d80cc2ada76d0c95f3a499b78d9f534
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
PR-Codex overview
This PR focuses on enhancing the farm configuration and API integration for a decentralized finance application. It introduces new protocol types, updates API endpoints, and modifies data structures to support additional farm configurations.
Detailed summary
fetchUniversalFarms
.FARMS_API
endpoint inendpoint.ts
.ChainId
entries and addedChainId.BSC_TESTNET
.UniversalFarmConfigV4
type with new properties.PoolInfo
type to includeV4PoolInfo
.V4PoolInfo
,V4BinPoolInfo
, andV4CLPoolInfo
types.getLpApr
function to handle new protocols.Protocol.V4BIN
andProtocol.V4CLAMM
in farm serialization.