From 0e2851e695b96cf0e61d9f4c5d41be23e99ab201 Mon Sep 17 00:00:00 2001 From: Alex Z Date: Mon, 11 May 2026 21:20:50 +0700 Subject: [PATCH] Small fixes --- docs/developers/smart-contracts/README.md | 1 + .../setup-sidecars/configuring-commit-boost.md | 6 ++++++ src/components/HomepageLanding/index.tsx | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/developers/smart-contracts/README.md b/docs/developers/smart-contracts/README.md index bed90ca4..bbcd6d41 100644 --- a/docs/developers/smart-contracts/README.md +++ b/docs/developers/smart-contracts/README.md @@ -24,6 +24,7 @@ sidebar_position: 5 | SSV Network | [0xDD9BC35aE942eF0cFa76930954a156B3fF30a4E1](https://etherscan.io/address/0xDD9BC35aE942eF0cFa76930954a156B3fF30a4E1) | ssvnetwork.eth | | SSV Network Views | [0xafE830B6Ee262ba11cce5F32fDCd760FFE6a66e4](https://etherscan.io/address/0xafE830B6Ee262ba11cce5F32fDCd760FFE6a66e4) | views.ssvnetwork.eth | | Mainnet Rewards Distributor | [0xe16d6138b1d2ad4fd6603acdb329ad1a6cd26d9f](https://etherscan.io/address/0xe16d6138b1d2ad4fd6603acdb329ad1a6cd26d9f) | v1-imp.ssvnetwork.eth | +| Mainnet Rewards Distributor #2 | [0xd7de1a7f07d5cf5766d8f9c67b036f6ab554c522](https://etherscan.io/address/0xd7de1a7f07d5cf5766d8f9c67b036f6ab554c522) | v2-imp.ssvnetwork.eth | | SSV DAO Treasury | [0xb35096b074fdb9bBac63E3AdaE0Bbde512B2E6b6](https://etherscan.io/address/0xb35096b074fdb9bBac63E3AdaE0Bbde512B2E6b6) | treasury.ssvnetwork.eth | | SSV DAO Foundation | [0xeC29418bc30FED20dE85706F32c7D77Da0be7afB](https://etherscan.io/address/0xeC29418bc30FED20dE85706F32c7D77Da0be7afB) | foundation.ssvnetwork.eth | | CDT to SSV Upgrader **[Deprecated](https://snapshot.box/#/s:mainnet.ssvnetwork.eth/proposal/0xff1b868f97de48db3ba26c5254e9902645ed55b5107a84ee0cbcb98b31973f27)** | [0x2bf73A478cc6a7bA4E6758A3A52AbDc8CDBa735E](https://etherscan.io/address/0x2bf73A478cc6a7bA4E6758A3A52AbDc8CDBa735E) | - | diff --git a/docs/operators/operator-node/setup-sidecars/configuring-commit-boost.md b/docs/operators/operator-node/setup-sidecars/configuring-commit-boost.md index adb231d4..56a1caa6 100644 --- a/docs/operators/operator-node/setup-sidecars/configuring-commit-boost.md +++ b/docs/operators/operator-node/setup-sidecars/configuring-commit-boost.md @@ -44,6 +44,12 @@ The guide follows those two parts. Summary: The Commit-Boost team documents this process in [their guide](https://commit-boost.github.io/commit-boost-client/get_started/overview). +:::warning Muxing endpoint +For better Commit-Boost performance it is recommended to set `ssv_node_api_url = "http://localhost:16000/v1/"` [in its config](https://commit-boost.github.io/commit-boost-client/get_started/configuration). + +**Make sure to expose `16000` port on your SSV Node's container**. +::: + ### Choose any relays To use Commit-Boost for MEV, the client behaves much like MEV-Boost. You can choose any MEV-Boost-compatible relays, and the workflow is the same. Commit-Boost also includes performance [enhancements](https://github.com/commit-boost/bommit-boost-client/tree/main/benches/pbs), additional [reporting](https://github.com/commit-boost/commit-boost-client/tree/main/crates/metrics), and tools such as the [multiplexer](https://youtu.be/PPWwpPx4it0?si=mcJfGDlozd1AITBj&t=1380) to help validators reduce risk. diff --git a/src/components/HomepageLanding/index.tsx b/src/components/HomepageLanding/index.tsx index e30bcf0b..fc1174bf 100644 --- a/src/components/HomepageLanding/index.tsx +++ b/src/components/HomepageLanding/index.tsx @@ -292,7 +292,7 @@ const pathways: Pathway[] = [ { title: 'Incentivized Mainnet Program', description: 'Increase APR by running validators on SSV Network.', - to: '/developers/', + to: '/stakers/incentivized-mainnet', label: 'Earn', icon: , iconTone: 'red',