feat: replace the hub contract row with the operator address - #5804
feat: replace the hub contract row with the operator address#5804cuzz-venus wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: bec6fd7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThe PR replaces the redundant Liquidity Hub contract row with an on-chain owner address presented as the operator address.
Confidence Score: 4/5The PR appears safe to merge functionally, but the untranslated labels and repository-structure violation should be cleaned up. The on-chain query and UI integration have no established blocking failure; the accepted findings are independently actionable localization and code-organization issues. Files Needing Attention: apps/evm/src/libs/translations/translations/{ja,th,tr,vi,zh-Hans,zh-Hant}.json and apps/evm/src/clients/api/mocks/index.ts
|
| Filename | Overview |
|---|---|
| apps/evm/src/clients/api/queries/getLiquidityHubOperatorAddress/index.ts | Adds a focused read of the hub contract's owner address; no concrete contract-integration failure was established. |
| apps/evm/src/clients/api/queries/getLiquidityHubOperatorAddress/useGetLiquidityHubOperatorAddress/index.ts | Adds a chain- and hub-address-scoped query hook using a distinct cache key. |
| apps/evm/src/pages/LiquidityHub/LiquidityHubInfo/index.tsx | Replaces the duplicate hub-address row with an operator explorer link and a placeholder while data is unavailable. |
| apps/evm/src/clients/api/mocks/index.ts | Adds two operator-address mock functions to an aggregate module contrary to the repository's one-function-per-file rule. |
| apps/evm/src/libs/translations/translations/ja.json | Adds the new label as an untranslated placeholder, matching the same issue in five other non-English catalogs. |
Reviews (1): Last reviewed commit: "feat: replace the hub contract row with ..." | Re-trigger Greptile
Coverage Report for ./apps/evm
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Jira ticket(s)
VPD-1964
Changes