docs: additional sync with codebase (2026-04-14 v2)#72
Closed
chef-eric wants to merge 1 commit into
Closed
Conversation
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.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
Superseded by #73 (combined PR) |
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 (v2)
Follow-up to #71. This PR covers pages that the initial scan missed.
Drift detected
CAKE token page (
contracts/cake/index.md):Aptos index (
contracts-aptos/index.md):Aptos MasterChef (
contracts-aptos/masterchef.mdx):pancake::masterchef→pancake_masterchef::masterchefaccount::SingerCapability→account::SignerCapabilityuprefix on type (e.g.,64→u64)Aptos Router V2 (
contracts-aptos/v2/router-v2.md):Aptos Swap Core V2 (
contracts-aptos/v2/swap-core-v2.md):lp_balancereturn type:u128→u64Aptos Syrup Pools (
contracts-aptos/syrup-pools.md):: u64onget_user_stake_amountsignatureFrom 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 bridging, needs full rewrite for multi-chaincontracts/stableswap/stableswap-pools.md— hardcoded pool data is stale (BUSD pairs likely retired, pools now API-fetched)contracts/cross-chain-farming.md— page is entirely empty, needs content or removalcontracts/crosschain/addresses.md— missing Solana mention (uses different non-EVM mechanism)set_adminAuto-generated by doc-sync agent. @cheferic @chef-miso please review.