Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
18f3274
chore: replace "l2scan" with "Xangle" (#242)
kkkk666 Jul 10, 2025
8b73c8f
Daria/cli ref clean (#208)
dariaag Jul 10, 2025
cbb6648
fixed borken links
web3jenks Jul 11, 2025
2bb5811
fix: optimize api response css & faucet typo
Jul 11, 2025
5dfc711
re-draw bsn architecture diagrams in engineering diagram styles (#216)
web3jenks Jul 11, 2025
b1bf8cc
Jenks/re org nav (#244)
web3jenks Jul 15, 2025
350eb1d
corrected duplication issue with to Nav
web3jenks Jul 16, 2025
0cb6874
fix: Restore the image link
Jul 17, 2025
ae2382a
chore: Update-Unbonding-Time (#249)
kkkk666 Jul 21, 2025
b3ae631
Added commands to babylon_usage_guide.mdx (#246)
itrocket-team Jul 21, 2025
281b4f9
Update docs/stakers/btc_stakers/native_staking/unbonding_via_cli.mdx
web3jenks Jul 21, 2025
7bfcc4a
removed global_config.mdx
web3jenks Jul 24, 2025
99d33d8
fixed broken links
web3jenks Jul 24, 2025
6ce43c3
fix: fix broken link (#254)
kkkk666 Jul 25, 2025
5e56156
Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx
web3jenks Jul 25, 2025
cb75262
added redirect plugin
web3jenks Jul 25, 2025
fba4fc1
Merge branch 'main' into dev
web3jenks Jul 26, 2025
8a1a55a
upload whitepaper (#260)
dariaag Aug 6, 2025
e98f68e
add btc vault whitepaper (#264)
dariaag Aug 13, 2025
4dc4405
chore: update Bitgo Custody Services Staking Status (#262)
kkkk666 Aug 13, 2025
a71dc8a
chore: add legal notice (#266)
kkkk666 Aug 15, 2025
7cd11bc
Update docs/guides/overview/babylon_genesis/baby_tokenomics.mdx
kkkk666 Aug 15, 2025
0e9083b
fix: Improve the process of fetching the release URL. (#271)
kkkk666 Aug 19, 2025
fcc40d1
chore: update-staking-image (#267)
kkkk666 Aug 19, 2025
ba6affa
add validator setup guide (#217)
dariaag Aug 19, 2025
c6e31c2
feat: simple-finality-provider guide & Docker Deployment Guide (#253)
kkkk666 Aug 19, 2025
065a61f
Update docs/stakers/btc_stakers/native_staking/unbonding_via_web.mdx
kkkk666 Aug 19, 2025
d96d2f2
Revert "Update docs/stakers/btc_stakers/native_staking/unbonding_via_…
Aug 19, 2025
3623027
fix: Adjust the document format
Aug 19, 2025
bdcf922
Merge branch 'main' into dev
web3jenks Aug 21, 2025
5c78b36
Update bsns.mdx (#272)
web3jenks Sep 9, 2025
7cdaa6d
Update src/components/RemoteMD.jsx
kkkk666 Sep 9, 2025
32238f7
Update docs/operators/finality_providers/finality_provider_simple_gui…
kkkk666 Sep 9, 2025
8e1c9ba
Merge branch 'main' into dev
kkkk666 Sep 9, 2025
f344cf9
chore: update babylon docs category keywords (#280)
kkkk666 Oct 2, 2025
6462f7b
chore: Update the link to the simple staking source code (#279)
kkkk666 Oct 9, 2025
df4f260
Update docs/operators/operators.mdx
kkkk666 Oct 9, 2025
4c0c039
Update ToolsAndInfra.tsx
web3jenks Oct 10, 2025
d7e6022
added claude support and documentation (#287)
web3jenks Oct 12, 2025
df32e3f
Testnet 6 upgrade update (#288)
web3jenks Oct 14, 2025
d4ecf4c
chore: add coinspect babylon genesis v4 audit report (#295)
kkkk666 Oct 31, 2025
d7a5aaa
Update docs/guides/security/audit_reports.mdx
web3jenks Nov 2, 2025
8360b15
Kevin/remove phases of launch (#294)
kkkk666 Nov 7, 2025
57efa2b
chore: This update enhances clarity and accessibility of information …
kkkk666 Nov 7, 2025
adebcd1
fix: fix broken link
Nov 7, 2025
7c14c1c
Update docs/guides/networks/babylon-genesis/testnet/testnet.mdx
kkkk666 Nov 7, 2025
d7a654f
Update docs/guides/networks/babylon-genesis/mainnet/mainnet.mdx
kkkk666 Nov 7, 2025
02ea8ec
Merge branch 'dev'
Nov 9, 2025
053a1a7
doc: add bitcoin-vault overview (#298)
kkkk666 Nov 14, 2025
5b53c93
Kevin/co staking (#300)
kkkk666 Nov 14, 2025
20b8268
fix: fix broken link
Nov 14, 2025
489c1b9
fix: Modify the request URL for the production environment.
Nov 14, 2025
e8fe0d4
Merge branch 'main' into dev
kkkk666 Nov 14, 2025
787deb3
fix: broken-youtube-link & linkedin-link
Nov 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/components/co-staking/CoStakingCalculator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ const getAPIBaseURL = () => {
return 'https://babylon-archive.nodes.guru'; // Default testnet API
}
// Use the same domain for production, or configure via environment
return typeof window !== 'undefined'
? `${window.location.protocol}//${window.location.host}`
: 'https://babylon-archive.nodes.guru';
return 'https://babylon-archive.nodes.guru';
};

export default function CoStakingCalculator() {
Expand Down
2 changes: 1 addition & 1 deletion src/components/homepage/CommunitySection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function CommunitySection() {
<Link
className="flex w-full items-center justify-center gap-2 border border-solid border-primary-100 px-8 py-2
hover:border-primary-100 hover:text-primary-200 dark:hover:border-primary-200 dark:hover:text-[#33C5CE] lg:w-auto"
href="https://www.linkedin.com/company/babylon-chain/o"
href="https://www.linkedin.com/company/babylon-labs-official/"
>
LinkedIn
</Link>
Expand Down
12 changes: 6 additions & 6 deletions src/components/homepage/HomeFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ export default function Footer() {
<Link href="https://x.com/babylonlabs_io" aria-label="Twitter">
<XIcon className="h-7 w-7 text-zinc-400 hover:text-primary"/>
</Link>
<Link
href="https://www.youtube.com/@babylonlabs"
aria-label="Babylon Labs YouTube Channel"
>
<Youtube className="h-7 w-7 text-zinc-400 hover:text-primary"/>
</Link>
{/*<Link*/}
{/* href="https://www.youtube.com/@babylonlabs"*/}
{/* aria-label="Babylon Labs YouTube Channel"*/}
{/*>*/}
{/* <Youtube className="h-7 w-7 text-zinc-400 hover:text-primary"/>*/}
{/*</Link>*/}
</div>
</div>
</div>
Expand Down
Loading