Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions docs/developers/smart-contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | - |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageLanding/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <CodeIcon className={styles.pathwaySvg} />,
iconTone: 'red',
Expand Down