-
Notifications
You must be signed in to change notification settings - Fork 10
Testnet 6 upgrade update #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* chore: replace "l2scan" with "Xangle" * chore: modify faucet description & xangle png --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
* create clean branch w new color scheme * overview * rm duplicate overview * rm guide --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local>
* initial structure * small fixes to developer docs * update developer.mdx & populated stakers.mdx pagfe * fixed broken links * Update query.mdx * removed community pool proposal type * Update docusaurus.config.js * initial structure * fix: adjust style & format baby staking guide (#196) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * updated cosmos & op stack chain .mdxs (#200) * Merge remote-tracking branch 'origin/main' into jenks/re-org-nav --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local>
Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local>
Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
Fix typos. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix: Improve the process of fetching the release URL. * fix: Improve the process of fetching the release URL. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
* add validator setup guide * change title --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local>
Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…web.mdx" This reverts commit 065a61f.
* Update bsns.mdx * fix: broken image link --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…de.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
- removed Tower Dex
This PR upgrades all testnet documentation references from the deprecated bbn-test-5 to the new bbn-test-6 testnet deployment. ## Network Parameter Updates - Chain ID: `bbn-test-5` → `bbn-test-6` - Binary Version: `v0.5.0/v1.0.0-rc.3` → `v2.3.1` - Genesis Date: `2025-01-09` → `2025-10-12` - Snapshot Height: `200` → `9064` ## Infrastructure Changes - Updated seed nodes configuration - Updated peer nodes configuration - Streamlined RPC endpoints (primarily Nodes Guru and Polkachu) - Updated all GitHub network artifact URLs ## Files Modified (14 files, 36 occurrences) ### Chain Information - `chain_information.mdx`: Updated chain ID, version, genesis date, and artifact URLs - `node_information.mdx`: Updated endpoints and removed deprecated providers - `explorers.mdx`: Updated chain ID reference ### Network Configuration - `testnet.mdx`: Updated RemoteMD component to fetch from bbn-test-6 - `installation_guide.mdx`: Updated testnet URL reference ### Operator Guides - `finality_provider_simple_guide.mdx`: Updated ChainID in all config examples (4 occurrences) - `ibc_relayer_setup.mdx`: Updated Hermes IBC relayer configuration (9 occurrences) - `faqs.mdx`: Updated genesis file and setup guide links ### Staker Guides - `baby_staking_cli.mdx`: Updated chain ID in delegate/unbond examples (5 occurrences) ### Developer Guides - `wallet_setup.mdx`: Updated testnet chain ID - `smart_contract_deployment.mdx`: Updated expected output examples ### Governance & Launch Info - `submit_via_cli.mdx`: Updated chain-id parameters (3 occurrences) - `phases_of_the_launch.mdx`: Updated launch info to reference Testnet 7 - `babylon_genesis.mdx`: Updated validator link ## Covenant Committee No changes required - committee members and keys remain unchanged. ## Verification - ✅ All bbn-test-5 references removed from docs - ✅ 36 bbn-test-6 references added across 14 files - ✅ No broken links introduced 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades all references from the deprecated bbn-test-5 testnet to the new bbn-test-6 testnet across the documentation site. Additionally, it includes several improvements to component functionality and documentation structure.
- Comprehensive upgrade from bbn-test-5 to bbn-test-6 across all documentation files
- Updated network parameters, endpoints, and configuration examples
- Added metadata improvements for better SEO and documentation structure
- Fixed syntax issues and removed deprecated infrastructure endpoints
Reviewed Changes
Copilot reviewed 23 out of 24 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/components/homepage/ToolsAndInfra.tsx | Removed Tower DEX from the tools listing |
| src/components/RemoteMD.jsx | Fixed missing semicolon in URL replacement logic |
| docs/stakers/stakers.mdx | Added comprehensive SEO keywords for staker documentation |
| docs/stakers/baby_stakers/baby_staking_cli.mdx | Updated chain ID references from bbn-test-5 to bbn-test-6 in CLI examples |
| docs/operators/operators.mdx | Added comprehensive SEO keywords for operator documentation |
| docs/operators/finality_providers/finality_provider_simple_guide.mdx | Updated chain ID configuration and fixed formatting issues |
| docs/operators/faqs.mdx | Updated GitHub repository links to point to bbn-test-6 |
| docs/operators/babylon_validators/ibc_relayer_setup.mdx | Updated IBC relayer configuration with new chain ID and version references |
| docs/operators/babylon_node/installation_guide.mdx | Updated testnet URL to point to bbn-test-6 network artifacts |
| docs/guides/overview/phases_of_the_launch/phases_of_the_launch.mdx | Updated launch information banner to reference current testnet |
| docs/guides/overview/overview.mdx | Added comprehensive SEO keywords for overview documentation |
| docs/guides/overview/babylon_genesis/babylon_genesis.mdx | Updated validator directory link to bbn-test-6 |
| docs/guides/networks/phase-2/testnet/testnet.mdx | Updated RemoteMD component to fetch from bbn-test-6 branch |
| docs/guides/governance/submit_proposals/submit_via_cli.mdx | Updated installation guide links and chain ID parameters |
| docs/developers/wallet_setup/wallet_setup.mdx | Updated testnet chain ID reference |
| docs/developers/developers.mdx | Added comprehensive SEO keywords for developer documentation |
| docs/developers/dapps/smart_contract_deployment.mdx | Updated expected output example for new chain ID |
| docs/developers/dapps/simple_staking_dapp.mdx | Updated GitHub repository link to new location |
| docs/developers/babylon_genesis_chain/node_information.mdx | Updated testnet endpoints and removed deprecated infrastructure providers |
| docs/developers/babylon_genesis_chain/explorers/explorers.mdx | Updated chain ID reference for block scanners |
| docs/developers/babylon_genesis_chain/chain_information.mdx | Updated all network parameters including version, genesis date, and artifact URLs |
| docs/bsns/bsns.mdx | Comprehensive content expansion with detailed BSN architecture and benefits |
| CLAUDE.md | Added comprehensive development documentation and project guidelines |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
kkkk666
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the FAQ file with a minor change; everything else looks great.
* chore: replace "l2scan" with "Xangle" (#242) * chore: replace "l2scan" with "Xangle" * chore: modify faucet description & xangle png --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Daria/cli ref clean (#208) * create clean branch w new color scheme * overview * rm duplicate overview * rm guide --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * fixed borken links * fix: optimize api response css & faucet typo * re-draw bsn architecture diagrams in engineering diagram styles (#216) * Jenks/re org nav (#244) * initial structure * small fixes to developer docs * update developer.mdx & populated stakers.mdx pagfe * fixed broken links * Update query.mdx * removed community pool proposal type * Update docusaurus.config.js * initial structure * fix: adjust style & format baby staking guide (#196) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * updated cosmos & op stack chain .mdxs (#200) * Merge remote-tracking branch 'origin/main' into jenks/re-org-nav --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * corrected duplication issue with to Nav * fix: Restore the image link * chore: Update-Unbonding-Time (#249) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Added commands to babylon_usage_guide.mdx (#246) * Update docs/stakers/btc_stakers/native_staking/unbonding_via_cli.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * removed global_config.mdx * fixed broken links * fix: fix broken link (#254) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * added redirect plugin * upload whitepaper (#260) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * add btc vault whitepaper (#264) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * chore: update Bitgo Custody Services Staking Status (#262) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: add legal notice (#266) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/guides/overview/babylon_genesis/baby_tokenomics.mdx Fix typos. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: Improve the process of fetching the release URL. (#271) * fix: Improve the process of fetching the release URL. * fix: Improve the process of fetching the release URL. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: update-staking-image (#267) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * add validator setup guide (#217) * add validator setup guide * change title --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * feat: simple-finality-provider guide & Docker Deployment Guide (#253) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Revert "Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx" This reverts commit 065a61f. * fix: Adjust the document format * Update bsns.mdx (#272) * Update bsns.mdx * fix: broken image link --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update src/components/RemoteMD.jsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/operators/finality_providers/finality_provider_simple_guide.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: update babylon docs category keywords (#280) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: Update the link to the simple staking source code (#279) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/operators/operators.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update ToolsAndInfra.tsx - removed Tower Dex * added claude support and documentation (#287) * docs: upgrade testnet documentation from bbn-test-5 to bbn-test-6 This PR upgrades all testnet documentation references from the deprecated bbn-test-5 to the new bbn-test-6 testnet deployment. ## Network Parameter Updates - Chain ID: `bbn-test-5` → `bbn-test-6` - Binary Version: `v0.5.0/v1.0.0-rc.3` → `v2.3.1` - Genesis Date: `2025-01-09` → `2025-10-12` - Snapshot Height: `200` → `9064` ## Infrastructure Changes - Updated seed nodes configuration - Updated peer nodes configuration - Streamlined RPC endpoints (primarily Nodes Guru and Polkachu) - Updated all GitHub network artifact URLs ## Files Modified (14 files, 36 occurrences) ### Chain Information - `chain_information.mdx`: Updated chain ID, version, genesis date, and artifact URLs - `node_information.mdx`: Updated endpoints and removed deprecated providers - `explorers.mdx`: Updated chain ID reference ### Network Configuration - `testnet.mdx`: Updated RemoteMD component to fetch from bbn-test-6 - `installation_guide.mdx`: Updated testnet URL reference ### Operator Guides - `finality_provider_simple_guide.mdx`: Updated ChainID in all config examples (4 occurrences) - `ibc_relayer_setup.mdx`: Updated Hermes IBC relayer configuration (9 occurrences) - `faqs.mdx`: Updated genesis file and setup guide links ### Staker Guides - `baby_staking_cli.mdx`: Updated chain ID in delegate/unbond examples (5 occurrences) ### Developer Guides - `wallet_setup.mdx`: Updated testnet chain ID - `smart_contract_deployment.mdx`: Updated expected output examples ### Governance & Launch Info - `submit_via_cli.mdx`: Updated chain-id parameters (3 occurrences) - `phases_of_the_launch.mdx`: Updated launch info to reference Testnet 7 - `babylon_genesis.mdx`: Updated validator link ## Covenant Committee No changes required - committee members and keys remain unchanged. ## Verification - ✅ All bbn-test-5 references removed from docs - ✅ 36 bbn-test-6 references added across 14 files - ✅ No broken links introduced 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * corrected the testnet version in Phases of The Launch * chore: testnet-6 upgrade --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> Co-authored-by: Daria <dariaagad@gmail.com> Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> Co-authored-by: Sam <48280694+itrocket-team@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> (cherry picked from commit 521e8c2)
* chore: replace "l2scan" with "Xangle" (#242) * chore: replace "l2scan" with "Xangle" * chore: modify faucet description & xangle png --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Daria/cli ref clean (#208) * create clean branch w new color scheme * overview * rm duplicate overview * rm guide --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * fixed borken links * fix: optimize api response css & faucet typo * re-draw bsn architecture diagrams in engineering diagram styles (#216) * Jenks/re org nav (#244) * initial structure * small fixes to developer docs * update developer.mdx & populated stakers.mdx pagfe * fixed broken links * Update query.mdx * removed community pool proposal type * Update docusaurus.config.js * initial structure * fix: adjust style & format baby staking guide (#196) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * updated cosmos & op stack chain .mdxs (#200) * Merge remote-tracking branch 'origin/main' into jenks/re-org-nav --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * corrected duplication issue with to Nav * fix: Restore the image link * chore: Update-Unbonding-Time (#249) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Added commands to babylon_usage_guide.mdx (#246) * Update docs/stakers/btc_stakers/native_staking/unbonding_via_cli.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * removed global_config.mdx * fixed broken links * fix: fix broken link (#254) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * added redirect plugin * upload whitepaper (#260) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * add btc vault whitepaper (#264) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * chore: update Bitgo Custody Services Staking Status (#262) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: add legal notice (#266) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/guides/overview/babylon_genesis/baby_tokenomics.mdx Fix typos. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: Improve the process of fetching the release URL. (#271) * fix: Improve the process of fetching the release URL. * fix: Improve the process of fetching the release URL. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: update-staking-image (#267) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * add validator setup guide (#217) * add validator setup guide * change title --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * feat: simple-finality-provider guide & Docker Deployment Guide (#253) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Revert "Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx" This reverts commit 065a61f. * fix: Adjust the document format * Update bsns.mdx (#272) * Update bsns.mdx * fix: broken image link --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update src/components/RemoteMD.jsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/operators/finality_providers/finality_provider_simple_guide.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: update babylon docs category keywords (#280) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: Update the link to the simple staking source code (#279) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/operators/operators.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update ToolsAndInfra.tsx - removed Tower Dex * added claude support and documentation (#287) * Testnet 6 upgrade update (#288) * chore: replace "l2scan" with "Xangle" (#242) * chore: replace "l2scan" with "Xangle" * chore: modify faucet description & xangle png --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Daria/cli ref clean (#208) * create clean branch w new color scheme * overview * rm duplicate overview * rm guide --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * fixed borken links * fix: optimize api response css & faucet typo * re-draw bsn architecture diagrams in engineering diagram styles (#216) * Jenks/re org nav (#244) * initial structure * small fixes to developer docs * update developer.mdx & populated stakers.mdx pagfe * fixed broken links * Update query.mdx * removed community pool proposal type * Update docusaurus.config.js * initial structure * fix: adjust style & format baby staking guide (#196) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * updated cosmos & op stack chain .mdxs (#200) * Merge remote-tracking branch 'origin/main' into jenks/re-org-nav --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * corrected duplication issue with to Nav * fix: Restore the image link * chore: Update-Unbonding-Time (#249) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Added commands to babylon_usage_guide.mdx (#246) * Update docs/stakers/btc_stakers/native_staking/unbonding_via_cli.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * removed global_config.mdx * fixed broken links * fix: fix broken link (#254) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * added redirect plugin * upload whitepaper (#260) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * add btc vault whitepaper (#264) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * chore: update Bitgo Custody Services Staking Status (#262) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: add legal notice (#266) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/guides/overview/babylon_genesis/baby_tokenomics.mdx Fix typos. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: Improve the process of fetching the release URL. (#271) * fix: Improve the process of fetching the release URL. * fix: Improve the process of fetching the release URL. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: update-staking-image (#267) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * add validator setup guide (#217) * add validator setup guide * change title --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * feat: simple-finality-provider guide & Docker Deployment Guide (#253) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Revert "Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx" This reverts commit 065a61f. * fix: Adjust the document format * Update bsns.mdx (#272) * Update bsns.mdx * fix: broken image link --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update src/components/RemoteMD.jsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/operators/finality_providers/finality_provider_simple_guide.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: update babylon docs category keywords (#280) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: Update the link to the simple staking source code (#279) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/operators/operators.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update ToolsAndInfra.tsx - removed Tower Dex * added claude support and documentation (#287) * docs: upgrade testnet documentation from bbn-test-5 to bbn-test-6 This PR upgrades all testnet documentation references from the deprecated bbn-test-5 to the new bbn-test-6 testnet deployment. ## Network Parameter Updates - Chain ID: `bbn-test-5` → `bbn-test-6` - Binary Version: `v0.5.0/v1.0.0-rc.3` → `v2.3.1` - Genesis Date: `2025-01-09` → `2025-10-12` - Snapshot Height: `200` → `9064` ## Infrastructure Changes - Updated seed nodes configuration - Updated peer nodes configuration - Streamlined RPC endpoints (primarily Nodes Guru and Polkachu) - Updated all GitHub network artifact URLs ## Files Modified (14 files, 36 occurrences) ### Chain Information - `chain_information.mdx`: Updated chain ID, version, genesis date, and artifact URLs - `node_information.mdx`: Updated endpoints and removed deprecated providers - `explorers.mdx`: Updated chain ID reference ### Network Configuration - `testnet.mdx`: Updated RemoteMD component to fetch from bbn-test-6 - `installation_guide.mdx`: Updated testnet URL reference ### Operator Guides - `finality_provider_simple_guide.mdx`: Updated ChainID in all config examples (4 occurrences) - `ibc_relayer_setup.mdx`: Updated Hermes IBC relayer configuration (9 occurrences) - `faqs.mdx`: Updated genesis file and setup guide links ### Staker Guides - `baby_staking_cli.mdx`: Updated chain ID in delegate/unbond examples (5 occurrences) ### Developer Guides - `wallet_setup.mdx`: Updated testnet chain ID - `smart_contract_deployment.mdx`: Updated expected output examples ### Governance & Launch Info - `submit_via_cli.mdx`: Updated chain-id parameters (3 occurrences) - `phases_of_the_launch.mdx`: Updated launch info to reference Testnet 7 - `babylon_genesis.mdx`: Updated validator link ## Covenant Committee No changes required - committee members and keys remain unchanged. ## Verification - ✅ All bbn-test-5 references removed from docs - ✅ 36 bbn-test-6 references added across 14 files - ✅ No broken links introduced 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * corrected the testnet version in Phases of The Launch * chore: testnet-6 upgrade --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> Co-authored-by: Daria <dariaagad@gmail.com> Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> Co-authored-by: Sam <48280694+itrocket-team@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> (cherry picked from commit 521e8c2) * chore: add coinspect babylon genesis v4 audit report (#295) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/guides/security/audit_reports.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> Co-authored-by: Daria <dariaagad@gmail.com> Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> Co-authored-by: Sam <48280694+itrocket-team@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
* chore: replace "l2scan" with "Xangle" (#242) * chore: replace "l2scan" with "Xangle" * chore: modify faucet description & xangle png --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Daria/cli ref clean (#208) * create clean branch w new color scheme * overview * rm duplicate overview * rm guide --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * fixed borken links * fix: optimize api response css & faucet typo * re-draw bsn architecture diagrams in engineering diagram styles (#216) * Jenks/re org nav (#244) * initial structure * small fixes to developer docs * update developer.mdx & populated stakers.mdx pagfe * fixed broken links * Update query.mdx * removed community pool proposal type * Update docusaurus.config.js * initial structure * fix: adjust style & format baby staking guide (#196) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * updated cosmos & op stack chain .mdxs (#200) * Merge remote-tracking branch 'origin/main' into jenks/re-org-nav --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * corrected duplication issue with to Nav * fix: Restore the image link * chore: Update-Unbonding-Time (#249) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Added commands to babylon_usage_guide.mdx (#246) * Update docs/stakers/btc_stakers/native_staking/unbonding_via_cli.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * removed global_config.mdx * fixed broken links * fix: fix broken link (#254) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * added redirect plugin * upload whitepaper (#260) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * add btc vault whitepaper (#264) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * chore: update Bitgo Custody Services Staking Status (#262) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: add legal notice (#266) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/guides/overview/babylon_genesis/baby_tokenomics.mdx Fix typos. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: Improve the process of fetching the release URL. (#271) * fix: Improve the process of fetching the release URL. * fix: Improve the process of fetching the release URL. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: update-staking-image (#267) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * add validator setup guide (#217) * add validator setup guide * change title --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * feat: simple-finality-provider guide & Docker Deployment Guide (#253) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Revert "Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx" This reverts commit 065a61f. * fix: Adjust the document format * Update bsns.mdx (#272) * Update bsns.mdx * fix: broken image link --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update src/components/RemoteMD.jsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/operators/finality_providers/finality_provider_simple_guide.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: update babylon docs category keywords (#280) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: Update the link to the simple staking source code (#279) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/operators/operators.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update ToolsAndInfra.tsx - removed Tower Dex * added claude support and documentation (#287) * Testnet 6 upgrade update (#288) * chore: replace "l2scan" with "Xangle" (#242) * chore: replace "l2scan" with "Xangle" * chore: modify faucet description & xangle png --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Daria/cli ref clean (#208) * create clean branch w new color scheme * overview * rm duplicate overview * rm guide --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * fixed borken links * fix: optimize api response css & faucet typo * re-draw bsn architecture diagrams in engineering diagram styles (#216) * Jenks/re org nav (#244) * initial structure * small fixes to developer docs * update developer.mdx & populated stakers.mdx pagfe * fixed broken links * Update query.mdx * removed community pool proposal type * Update docusaurus.config.js * initial structure * fix: adjust style & format baby staking guide (#196) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * updated cosmos & op stack chain .mdxs (#200) * Merge remote-tracking branch 'origin/main' into jenks/re-org-nav --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * corrected duplication issue with to Nav * fix: Restore the image link * chore: Update-Unbonding-Time (#249) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Added commands to babylon_usage_guide.mdx (#246) * Update docs/stakers/btc_stakers/native_staking/unbonding_via_cli.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * removed global_config.mdx * fixed broken links * fix: fix broken link (#254) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * added redirect plugin * upload whitepaper (#260) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * add btc vault whitepaper (#264) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * chore: update Bitgo Custody Services Staking Status (#262) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: add legal notice (#266) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/guides/overview/babylon_genesis/baby_tokenomics.mdx Fix typos. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: Improve the process of fetching the release URL. (#271) * fix: Improve the process of fetching the release URL. * fix: Improve the process of fetching the release URL. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: update-staking-image (#267) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * add validator setup guide (#217) * add validator setup guide * change title --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * feat: simple-finality-provider guide & Docker Deployment Guide (#253) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Revert "Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx" This reverts commit 065a61f. * fix: Adjust the document format * Update bsns.mdx (#272) * Update bsns.mdx * fix: broken image link --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update src/components/RemoteMD.jsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/operators/finality_providers/finality_provider_simple_guide.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: update babylon docs category keywords (#280) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: Update the link to the simple staking source code (#279) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/operators/operators.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update ToolsAndInfra.tsx - removed Tower Dex * added claude support and documentation (#287) * docs: upgrade testnet documentation from bbn-test-5 to bbn-test-6 This PR upgrades all testnet documentation references from the deprecated bbn-test-5 to the new bbn-test-6 testnet deployment. ## Network Parameter Updates - Chain ID: `bbn-test-5` → `bbn-test-6` - Binary Version: `v0.5.0/v1.0.0-rc.3` → `v2.3.1` - Genesis Date: `2025-01-09` → `2025-10-12` - Snapshot Height: `200` → `9064` ## Infrastructure Changes - Updated seed nodes configuration - Updated peer nodes configuration - Streamlined RPC endpoints (primarily Nodes Guru and Polkachu) - Updated all GitHub network artifact URLs ## Files Modified (14 files, 36 occurrences) ### Chain Information - `chain_information.mdx`: Updated chain ID, version, genesis date, and artifact URLs - `node_information.mdx`: Updated endpoints and removed deprecated providers - `explorers.mdx`: Updated chain ID reference ### Network Configuration - `testnet.mdx`: Updated RemoteMD component to fetch from bbn-test-6 - `installation_guide.mdx`: Updated testnet URL reference ### Operator Guides - `finality_provider_simple_guide.mdx`: Updated ChainID in all config examples (4 occurrences) - `ibc_relayer_setup.mdx`: Updated Hermes IBC relayer configuration (9 occurrences) - `faqs.mdx`: Updated genesis file and setup guide links ### Staker Guides - `baby_staking_cli.mdx`: Updated chain ID in delegate/unbond examples (5 occurrences) ### Developer Guides - `wallet_setup.mdx`: Updated testnet chain ID - `smart_contract_deployment.mdx`: Updated expected output examples ### Governance & Launch Info - `submit_via_cli.mdx`: Updated chain-id parameters (3 occurrences) - `phases_of_the_launch.mdx`: Updated launch info to reference Testnet 7 - `babylon_genesis.mdx`: Updated validator link ## Covenant Committee No changes required - committee members and keys remain unchanged. ## Verification - ✅ All bbn-test-5 references removed from docs - ✅ 36 bbn-test-6 references added across 14 files - ✅ No broken links introduced 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * corrected the testnet version in Phases of The Launch * chore: testnet-6 upgrade --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> Co-authored-by: Daria <dariaagad@gmail.com> Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> Co-authored-by: Sam <48280694+itrocket-team@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> (cherry picked from commit 521e8c2) * chore: add coinspect babylon genesis v4 audit report (#295) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/guides/security/audit_reports.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Kevin/remove phases of launch (#294) * chore: Refactor network documentation structure by removing outdated phase guides and adding new categories for Bitcoin and Babylon Genesis. * chore: Add Babylon Genesis Testnet and Bitcoin Signet documentation * chore: Update the documentation related to Bitcoin and Babylon-Genesis networks. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: This update enhances clarity and accessibility of information … (#293) * chore: This update enhances clarity and accessibility of information regarding BSNs and their integration with various blockchain architectures. * chore: Cleanning up the sidebars & Rename the BSN sidebars. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * fix: fix broken link * Update docs/guides/networks/babylon-genesis/testnet/testnet.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/guides/networks/babylon-genesis/mainnet/mainnet.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> Co-authored-by: Daria <dariaagad@gmail.com> Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> Co-authored-by: Sam <48280694+itrocket-team@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
* chore: replace "l2scan" with "Xangle" (#242) * chore: replace "l2scan" with "Xangle" * chore: modify faucet description & xangle png --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Daria/cli ref clean (#208) * create clean branch w new color scheme * overview * rm duplicate overview * rm guide --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * fixed borken links * fix: optimize api response css & faucet typo * re-draw bsn architecture diagrams in engineering diagram styles (#216) * Jenks/re org nav (#244) * initial structure * small fixes to developer docs * update developer.mdx & populated stakers.mdx pagfe * fixed broken links * Update query.mdx * removed community pool proposal type * Update docusaurus.config.js * initial structure * fix: adjust style & format baby staking guide (#196) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * updated cosmos & op stack chain .mdxs (#200) * Merge remote-tracking branch 'origin/main' into jenks/re-org-nav --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * corrected duplication issue with to Nav * fix: Restore the image link * chore: Update-Unbonding-Time (#249) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Added commands to babylon_usage_guide.mdx (#246) * Update docs/stakers/btc_stakers/native_staking/unbonding_via_cli.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * removed global_config.mdx * fixed broken links * fix: fix broken link (#254) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * added redirect plugin * upload whitepaper (#260) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * add btc vault whitepaper (#264) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * chore: update Bitgo Custody Services Staking Status (#262) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: add legal notice (#266) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/guides/overview/babylon_genesis/baby_tokenomics.mdx Fix typos. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: Improve the process of fetching the release URL. (#271) * fix: Improve the process of fetching the release URL. * fix: Improve the process of fetching the release URL. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: update-staking-image (#267) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * add validator setup guide (#217) * add validator setup guide * change title --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * feat: simple-finality-provider guide & Docker Deployment Guide (#253) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Revert "Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx" This reverts commit 065a61f. * fix: Adjust the document format * Update bsns.mdx (#272) * Update bsns.mdx * fix: broken image link --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update src/components/RemoteMD.jsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/operators/finality_providers/finality_provider_simple_guide.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: update babylon docs category keywords (#280) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: Update the link to the simple staking source code (#279) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/operators/operators.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update ToolsAndInfra.tsx - removed Tower Dex * added claude support and documentation (#287) * Testnet 6 upgrade update (#288) * chore: replace "l2scan" with "Xangle" (#242) * chore: replace "l2scan" with "Xangle" * chore: modify faucet description & xangle png --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Daria/cli ref clean (#208) * create clean branch w new color scheme * overview * rm duplicate overview * rm guide --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * fixed borken links * fix: optimize api response css & faucet typo * re-draw bsn architecture diagrams in engineering diagram styles (#216) * Jenks/re org nav (#244) * initial structure * small fixes to developer docs * update developer.mdx & populated stakers.mdx pagfe * fixed broken links * Update query.mdx * removed community pool proposal type * Update docusaurus.config.js * initial structure * fix: adjust style & format baby staking guide (#196) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * updated cosmos & op stack chain .mdxs (#200) * Merge remote-tracking branch 'origin/main' into jenks/re-org-nav --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * corrected duplication issue with to Nav * fix: Restore the image link * chore: Update-Unbonding-Time (#249) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Added commands to babylon_usage_guide.mdx (#246) * Update docs/stakers/btc_stakers/native_staking/unbonding_via_cli.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * removed global_config.mdx * fixed broken links * fix: fix broken link (#254) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * added redirect plugin * upload whitepaper (#260) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * add btc vault whitepaper (#264) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * chore: update Bitgo Custody Services Staking Status (#262) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: add legal notice (#266) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/guides/overview/babylon_genesis/baby_tokenomics.mdx Fix typos. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: Improve the process of fetching the release URL. (#271) * fix: Improve the process of fetching the release URL. * fix: Improve the process of fetching the release URL. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: update-staking-image (#267) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * add validator setup guide (#217) * add validator setup guide * change title --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * feat: simple-finality-provider guide & Docker Deployment Guide (#253) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Revert "Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx" This reverts commit 065a61f. * fix: Adjust the document format * Update bsns.mdx (#272) * Update bsns.mdx * fix: broken image link --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update src/components/RemoteMD.jsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/operators/finality_providers/finality_provider_simple_guide.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: update babylon docs category keywords (#280) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: Update the link to the simple staking source code (#279) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/operators/operators.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update ToolsAndInfra.tsx - removed Tower Dex * added claude support and documentation (#287) * docs: upgrade testnet documentation from bbn-test-5 to bbn-test-6 This PR upgrades all testnet documentation references from the deprecated bbn-test-5 to the new bbn-test-6 testnet deployment. ## Network Parameter Updates - Chain ID: `bbn-test-5` → `bbn-test-6` - Binary Version: `v0.5.0/v1.0.0-rc.3` → `v2.3.1` - Genesis Date: `2025-01-09` → `2025-10-12` - Snapshot Height: `200` → `9064` ## Infrastructure Changes - Updated seed nodes configuration - Updated peer nodes configuration - Streamlined RPC endpoints (primarily Nodes Guru and Polkachu) - Updated all GitHub network artifact URLs ## Files Modified (14 files, 36 occurrences) ### Chain Information - `chain_information.mdx`: Updated chain ID, version, genesis date, and artifact URLs - `node_information.mdx`: Updated endpoints and removed deprecated providers - `explorers.mdx`: Updated chain ID reference ### Network Configuration - `testnet.mdx`: Updated RemoteMD component to fetch from bbn-test-6 - `installation_guide.mdx`: Updated testnet URL reference ### Operator Guides - `finality_provider_simple_guide.mdx`: Updated ChainID in all config examples (4 occurrences) - `ibc_relayer_setup.mdx`: Updated Hermes IBC relayer configuration (9 occurrences) - `faqs.mdx`: Updated genesis file and setup guide links ### Staker Guides - `baby_staking_cli.mdx`: Updated chain ID in delegate/unbond examples (5 occurrences) ### Developer Guides - `wallet_setup.mdx`: Updated testnet chain ID - `smart_contract_deployment.mdx`: Updated expected output examples ### Governance & Launch Info - `submit_via_cli.mdx`: Updated chain-id parameters (3 occurrences) - `phases_of_the_launch.mdx`: Updated launch info to reference Testnet 7 - `babylon_genesis.mdx`: Updated validator link ## Covenant Committee No changes required - committee members and keys remain unchanged. ## Verification - ✅ All bbn-test-5 references removed from docs - ✅ 36 bbn-test-6 references added across 14 files - ✅ No broken links introduced 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * corrected the testnet version in Phases of The Launch * chore: testnet-6 upgrade --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> Co-authored-by: Daria <dariaagad@gmail.com> Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> Co-authored-by: Sam <48280694+itrocket-team@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> (cherry picked from commit 521e8c2) * chore: add coinspect babylon genesis v4 audit report (#295) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/guides/security/audit_reports.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Kevin/remove phases of launch (#294) * chore: Refactor network documentation structure by removing outdated phase guides and adding new categories for Bitcoin and Babylon Genesis. * chore: Add Babylon Genesis Testnet and Bitcoin Signet documentation * chore: Update the documentation related to Bitcoin and Babylon-Genesis networks. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: This update enhances clarity and accessibility of information … (#293) * chore: This update enhances clarity and accessibility of information regarding BSNs and their integration with various blockchain architectures. * chore: Cleanning up the sidebars & Rename the BSN sidebars. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * fix: fix broken link * Update docs/guides/networks/babylon-genesis/testnet/testnet.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/guides/networks/babylon-genesis/mainnet/mainnet.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * doc: add bitcoin-vault overview (#298) * doc: add bitcoin-vault overview * chore: add bitcoin-vault intro --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Kevin/co staking (#300) * chore: add co-staking step by step guide * chore: add co-staking step-by-step guide and modify documents related to reducing inflation * chore: Modify the section on inflation in the tokenomics document. * fix: Modify the calculation logic of the co-staking calculator to make it more in line with reality. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * fix: fix broken link --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> Co-authored-by: Daria <dariaagad@gmail.com> Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> Co-authored-by: Sam <48280694+itrocket-team@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
* chore: replace "l2scan" with "Xangle" (#242) * chore: replace "l2scan" with "Xangle" * chore: modify faucet description & xangle png --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Daria/cli ref clean (#208) * create clean branch w new color scheme * overview * rm duplicate overview * rm guide --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * fixed borken links * fix: optimize api response css & faucet typo * re-draw bsn architecture diagrams in engineering diagram styles (#216) * Jenks/re org nav (#244) * initial structure * small fixes to developer docs * update developer.mdx & populated stakers.mdx pagfe * fixed broken links * Update query.mdx * removed community pool proposal type * Update docusaurus.config.js * initial structure * fix: adjust style & format baby staking guide (#196) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * updated cosmos & op stack chain .mdxs (#200) * Merge remote-tracking branch 'origin/main' into jenks/re-org-nav --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * corrected duplication issue with to Nav * fix: Restore the image link * chore: Update-Unbonding-Time (#249) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Added commands to babylon_usage_guide.mdx (#246) * Update docs/stakers/btc_stakers/native_staking/unbonding_via_cli.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * removed global_config.mdx * fixed broken links * fix: fix broken link (#254) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * added redirect plugin * upload whitepaper (#260) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * add btc vault whitepaper (#264) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * chore: update Bitgo Custody Services Staking Status (#262) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: add legal notice (#266) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/guides/overview/babylon_genesis/baby_tokenomics.mdx Fix typos. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: Improve the process of fetching the release URL. (#271) * fix: Improve the process of fetching the release URL. * fix: Improve the process of fetching the release URL. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: update-staking-image (#267) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * add validator setup guide (#217) * add validator setup guide * change title --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * feat: simple-finality-provider guide & Docker Deployment Guide (#253) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Revert "Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx" This reverts commit 065a61f. * fix: Adjust the document format * Update bsns.mdx (#272) * Update bsns.mdx * fix: broken image link --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update src/components/RemoteMD.jsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/operators/finality_providers/finality_provider_simple_guide.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: update babylon docs category keywords (#280) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: Update the link to the simple staking source code (#279) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/operators/operators.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update ToolsAndInfra.tsx - removed Tower Dex * added claude support and documentation (#287) * Testnet 6 upgrade update (#288) * chore: replace "l2scan" with "Xangle" (#242) * chore: replace "l2scan" with "Xangle" * chore: modify faucet description & xangle png --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Daria/cli ref clean (#208) * create clean branch w new color scheme * overview * rm duplicate overview * rm guide --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * fixed borken links * fix: optimize api response css & faucet typo * re-draw bsn architecture diagrams in engineering diagram styles (#216) * Jenks/re org nav (#244) * initial structure * small fixes to developer docs * update developer.mdx & populated stakers.mdx pagfe * fixed broken links * Update query.mdx * removed community pool proposal type * Update docusaurus.config.js * initial structure * fix: adjust style & format baby staking guide (#196) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * updated cosmos & op stack chain .mdxs (#200) * Merge remote-tracking branch 'origin/main' into jenks/re-org-nav --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * corrected duplication issue with to Nav * fix: Restore the image link * chore: Update-Unbonding-Time (#249) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Added commands to babylon_usage_guide.mdx (#246) * Update docs/stakers/btc_stakers/native_staking/unbonding_via_cli.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * removed global_config.mdx * fixed broken links * fix: fix broken link (#254) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * added redirect plugin * upload whitepaper (#260) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * add btc vault whitepaper (#264) Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * chore: update Bitgo Custody Services Staking Status (#262) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: add legal notice (#266) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/guides/overview/babylon_genesis/baby_tokenomics.mdx Fix typos. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: Improve the process of fetching the release URL. (#271) * fix: Improve the process of fetching the release URL. * fix: Improve the process of fetching the release URL. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: update-staking-image (#267) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * add validator setup guide (#217) * add validator setup guide * change title --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> * feat: simple-finality-provider guide & Docker Deployment Guide (#253) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Revert "Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx" This reverts commit 065a61f. * fix: Adjust the document format * Update bsns.mdx (#272) * Update bsns.mdx * fix: broken image link --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update src/components/RemoteMD.jsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/operators/finality_providers/finality_provider_simple_guide.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: update babylon docs category keywords (#280) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: Update the link to the simple staking source code (#279) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/operators/operators.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update ToolsAndInfra.tsx - removed Tower Dex * added claude support and documentation (#287) * docs: upgrade testnet documentation from bbn-test-5 to bbn-test-6 This PR upgrades all testnet documentation references from the deprecated bbn-test-5 to the new bbn-test-6 testnet deployment. ## Network Parameter Updates - Chain ID: `bbn-test-5` → `bbn-test-6` - Binary Version: `v0.5.0/v1.0.0-rc.3` → `v2.3.1` - Genesis Date: `2025-01-09` → `2025-10-12` - Snapshot Height: `200` → `9064` ## Infrastructure Changes - Updated seed nodes configuration - Updated peer nodes configuration - Streamlined RPC endpoints (primarily Nodes Guru and Polkachu) - Updated all GitHub network artifact URLs ## Files Modified (14 files, 36 occurrences) ### Chain Information - `chain_information.mdx`: Updated chain ID, version, genesis date, and artifact URLs - `node_information.mdx`: Updated endpoints and removed deprecated providers - `explorers.mdx`: Updated chain ID reference ### Network Configuration - `testnet.mdx`: Updated RemoteMD component to fetch from bbn-test-6 - `installation_guide.mdx`: Updated testnet URL reference ### Operator Guides - `finality_provider_simple_guide.mdx`: Updated ChainID in all config examples (4 occurrences) - `ibc_relayer_setup.mdx`: Updated Hermes IBC relayer configuration (9 occurrences) - `faqs.mdx`: Updated genesis file and setup guide links ### Staker Guides - `baby_staking_cli.mdx`: Updated chain ID in delegate/unbond examples (5 occurrences) ### Developer Guides - `wallet_setup.mdx`: Updated testnet chain ID - `smart_contract_deployment.mdx`: Updated expected output examples ### Governance & Launch Info - `submit_via_cli.mdx`: Updated chain-id parameters (3 occurrences) - `phases_of_the_launch.mdx`: Updated launch info to reference Testnet 7 - `babylon_genesis.mdx`: Updated validator link ## Covenant Committee No changes required - committee members and keys remain unchanged. ## Verification - ✅ All bbn-test-5 references removed from docs - ✅ 36 bbn-test-6 references added across 14 files - ✅ No broken links introduced 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * corrected the testnet version in Phases of The Launch * chore: testnet-6 upgrade --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> Co-authored-by: Daria <dariaagad@gmail.com> Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> Co-authored-by: Sam <48280694+itrocket-team@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> (cherry picked from commit 521e8c2) * chore: add coinspect babylon genesis v4 audit report (#295) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Update docs/guides/security/audit_reports.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Kevin/remove phases of launch (#294) * chore: Refactor network documentation structure by removing outdated phase guides and adding new categories for Bitcoin and Babylon Genesis. * chore: Add Babylon Genesis Testnet and Bitcoin Signet documentation * chore: Update the documentation related to Bitcoin and Babylon-Genesis networks. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * chore: This update enhances clarity and accessibility of information … (#293) * chore: This update enhances clarity and accessibility of information regarding BSNs and their integration with various blockchain architectures. * chore: Cleanning up the sidebars & Rename the BSN sidebars. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * fix: fix broken link * Update docs/guides/networks/babylon-genesis/testnet/testnet.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/guides/networks/babylon-genesis/mainnet/mainnet.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * doc: add bitcoin-vault overview (#298) * doc: add bitcoin-vault overview * chore: add bitcoin-vault intro --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * Kevin/co staking (#300) * chore: add co-staking step by step guide * chore: add co-staking step-by-step guide and modify documents related to reducing inflation * chore: Modify the section on inflation in the tokenomics document. * fix: Modify the calculation logic of the co-staking calculator to make it more in line with reality. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * fix: fix broken link * fix: Modify the request URL for the production environment. --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> Co-authored-by: Daria <dariaagad@gmail.com> Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local> Co-authored-by: Jenks <me@jenksguo.com> Co-authored-by: Sam <48280694+itrocket-team@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
Summary of Changes: Upgrade from bbn-test-5 to bbn-test-6
Overview
All references to the deprecated bbn-test-5 testnet have been successfully upgraded to bbn-test-6 across the entire documentation. The covenant committee information
remains unchanged (same members and public keys).
Key Network Parameter Changes
From bbn-test-5:
To bbn-test-6:
Network Infrastructure Changes
Seeds: Updated seed nodes configuration (removed one seed node)
Peers: Updated peer nodes configuration (different peer addresses)
Endpoints: Reduced to primarily Nodes Guru and Polkachu (removed Imperator, ContributionDAO endpoints for testnet)
Files Updated (14 files total with 36 occurrences):
No change to covenent commitee keys is required.