docs: sync with codebase (2026-04-14)#73
Open
chef-eric wants to merge 3 commits into
Open
Conversation
Remove sunset chains (Polygon zkEVM, Goerli), fix wrong addresses, add missing chains (Monad, opBNB, Base, ETH Sepolia), and update stale subgraph IDs.
CAKE addresses: - Remove sunset Polygon zkEVM from mainnet table - Remove stale Goerli testnet entries (ETH Goerli, Base Goerli, Linea Goerli) - Remove zkEVM testnet row (had wrong address — was Linea's) - Rename opBNB to opBNB Testnet in testnet table Aptos contracts: - Fix "PancakesSwap" typo → "PancakeSwap" - Fix masterchef module name: pancake → pancake_masterchef - Fix "SingerCapability" typo → "SignerCapability" - Fix 5 fields with missing `u` prefix on u64 type - Fix quadruple hop description: "3 pools" → "4 pools" - Fix lp_balance return type: u128 → u64 - Add missing return type `: u64` on get_user_stake_amount Auto-generated by doc-sync agent. @cheferic @chef-miso please review.
…-sync/2026-04-14-combined
This was referenced Apr 14, 2026
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
chef-eric
added a commit
that referenced
this pull request
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Sync — 2026-04-14
Combined scan covering all developer doc pages: address tables, Aptos contracts, subgraph endpoints.
Drift detected
Sunset chains removed (Polygon zkEVM, Goerli):
Wrong addresses fixed:
Missing chains/data added:
Aptos contract docs fixed:
index.md: "PancakesSwap" typo → "PancakeSwap"masterchef.mdx: module namepancake→pancake_masterchef; "SingerCapability" → "SignerCapability"; 5 fields missinguprefix onu64typev2/router-v2.md: quadruple hop "3 pools" → "4 pools" (2 occurrences)v2/swap-core-v2.md:lp_balancereturn typeu128→u64syrup-pools.md: added missing: u64return type onget_user_stake_amountFrom reverse scan (undocumented code changes)
Pages scanned (no drift)
contracts/masterchef/addresses.mdcontracts/limit-order/addresses.mdcontracts/pancake-gifts/addresses.mdcontracts/vecake-and-gauge-voting.mdcontracts/farm-booster-bcake.mdcontracts-aptos/ifo.mdxcontracts-aptos/utils.mdcontracts-aptos/v2/overview.mdxSkipped (needs human judgment)
contracts/cake/cross-chain-cake-bridging.md— only documents BSC-to-Aptos, needs rewrite for multi-chaincontracts/stableswap/stableswap-pools.md— hardcoded pools are stale (BUSD pairs retired, now API-fetched)contracts/cross-chain-farming.md— page is entirely emptycontracts/crosschain/addresses.md— missing Solana (uses non-EVM mechanism)Auto-generated by doc-sync agent. @cheferic @chef-miso please review.