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: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Ci](https://github.com/Commit-Boost/commit-boost-client/actions/workflows/ci.yml/badge.svg)](https://github.com/Commit-Boost/commit-boost-client/actions/workflows/ci.yml)
[![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://commit-boost.github.io/commit-boost-client/)
[![Release](https://img.shields.io/github/v/release/Commit-Boost/commit-boost-client)](https://github.com/Commit-Boost/commit-boost-client/releases)
[![Chat](https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2F%2BPcs9bykxK3BiMzk5)](https://t.me/+Pcs9bykxK3BiMzk5)
[![X](https://img.shields.io/twitter/follow/Commit_Boost)](https://x.com/Commit_Boost)

A new Ethereum validator sidecar focused on standardizing the last mile of communication between validators and third-party protocols.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/get_started/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Common issues

# Troubleshooting

Commit-Boost was recently audited and going through a phased approach for validators to move to production. If you find any or have any question, please reach out on [X (Twitter)](https://x.com/Commit_Boost) or [Telegram](https://t.me/+Pcs9bykxK3BiMzk5). If there are any security related items, please see [here](https://github.com/Commit-Boost/commit-boost-client/blob/main/SECURITY.md).
Commit-Boost was recently audited and going through a phased approach for validators to move to production. If you find any or have any question, please reach out on [X (Twitter)](https://x.com/Commit_Boost). If there are any security related items, please see [here](https://github.com/Commit-Boost/commit-boost-client/blob/main/SECURITY.md).


If you started the modules correctly you should see the following logs.
Expand Down
4 changes: 0 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ const config = {
label: 'X (Twitter)',
href: 'https://x.com/Commit_Boost',
},
{
label: 'Telegram',
href: 'https://t.me/+Pcs9bykxK3BiMzk5',
},
],
},
],
Expand Down
5 changes: 0 additions & 5 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ const sidebars = {
label: 'X (Twitter)',
href: 'https://x.com/Commit_Boost',
},
{
type: 'link',
label: 'Telegram',
href: 'https://t.me/+Pcs9bykxK3BiMzk5',
},
],

// But you can create a sidebar manually
Expand Down
Loading