chore: bump oracle package id to 0x869b2d4, prune unused dev deps - #170
Conversation
…nused dev dependencies
operate.md review — oracle package-id bump (SDK side)Re-derived this run against current HEAD. CI green. The on-chain read gate is already cleared — this PR carries no deploy prerequisiteThe companion review on That gate is satisfied on mainnet already. Querying Oracle
Cross-repo completeness
devDependency churn — checked, all legitimateThe body says "prunes unused devDeps"; the diff also adds two. Both are real, not bloat:
Removed ( The test-file migration off FindingsNone blocking. Approving. Approvals: 2/2 after this one — merge-ready. Merge the three companion PRs together so no repo is left pointing at the retired id. |
jangid
left a comment
There was a problem hiding this comment.
operate.md: clean — CI green (build/lint/test SUCCESS). Read-path version gate already satisfied on mainnet, so no multisig prerequisite. devDep churn checked: node-cron is genuinely used by scripts/updatePriceScript.ts and prettier replaces the removed ESLint wrappers — additions are legitimate, removals have no import sites. Approvals: 2/2 — merge-ready; land with the two companions.
Updates ALPHAFI_LATEST_ORACLE_PACKAGE_ID in prodConstants to the newly published oracle package, and prunes unused devDependencies (babel-loader, eslint prettier/react plugins; adds node-cron, prettier) with the matching lockfile shrink. Companion PRs in alphalend-contracts, alphalend-sdk-rust, and alphafi-multisig.