From 5abd8b7aabe6d2907d4242f79fac1605ead20b98 Mon Sep 17 00:00:00 2001 From: Jonas Bostoen Date: Tue, 22 Oct 2024 14:07:00 +0200 Subject: [PATCH] docs(holesky): document deployments --- bolt-contracts/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bolt-contracts/README.md b/bolt-contracts/README.md index e58fe76dd..81008889f 100644 --- a/bolt-contracts/README.md +++ b/bolt-contracts/README.md @@ -7,10 +7,8 @@ - [Admin Privileges](#admin-privileges) - [Validator Registration: `BoltValidators`](#validator-registration-boltvalidators) - [Bolt Network Entrypoint: `BoltManager`](#bolt-network-entrypoint-boltmanager) - - [Symbiotic Integration guide for Staking Pools](#symbiotic-integration-guide-for-staking-pools) - - [Symbiotic Integration guide for Operators](#symbiotic-integration-guide-for-operators) - - [Eigenlayer Integration guides](#eigenlayer-integration-guides) - [Fault Proof Challenge and Slashing: `BoltChallenger`](#fault-proof-challenge-and-slashing-boltchallenger) +- [Holesky Deployments](#holesky-deployments) - [Testing](#testing) - [Security Considerations](#security-considerations) - [Conclusion](#conclusion)