From 062bebbb884eb2fe417a95be78ddc4ab797a72ce Mon Sep 17 00:00:00 2001 From: thedevbirb Date: Wed, 23 Oct 2024 10:53:16 +0200 Subject: [PATCH] fix(contracts): move operators scripts into new operators folder --- .../RegisterEigenLayerOperator.s.sol | 0 .../{validators => operators}/RegisterSymbioticOperator.s.sol | 0 testnets/holesky/README.md | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename bolt-contracts/script/holesky/{validators => operators}/RegisterEigenLayerOperator.s.sol (100%) rename bolt-contracts/script/holesky/{validators => operators}/RegisterSymbioticOperator.s.sol (100%) diff --git a/bolt-contracts/script/holesky/validators/RegisterEigenLayerOperator.s.sol b/bolt-contracts/script/holesky/operators/RegisterEigenLayerOperator.s.sol similarity index 100% rename from bolt-contracts/script/holesky/validators/RegisterEigenLayerOperator.s.sol rename to bolt-contracts/script/holesky/operators/RegisterEigenLayerOperator.s.sol diff --git a/bolt-contracts/script/holesky/validators/RegisterSymbioticOperator.s.sol b/bolt-contracts/script/holesky/operators/RegisterSymbioticOperator.s.sol similarity index 100% rename from bolt-contracts/script/holesky/validators/RegisterSymbioticOperator.s.sol rename to bolt-contracts/script/holesky/operators/RegisterSymbioticOperator.s.sol diff --git a/testnets/holesky/README.md b/testnets/holesky/README.md index fa1a31cfd..4a6f6df60 100644 --- a/testnets/holesky/README.md +++ b/testnets/holesky/README.md @@ -511,7 +511,7 @@ The opt-in process requires the following steps: Run the provided Forge script to register a Symbiotic operator: ```bash -forge script script/holesky/validators/RegisterSymbioticOperator.s.sol --rpc-url $HOLESKY_RPC -vvvv --broadcast +forge script script/holesky/operators/RegisterSymbioticOperator.s.sol --rpc-url $HOLESKY_RPC -vvvv --broadcast ``` If all goes well, your Symbiotic operator was registered into Bolt. @@ -545,7 +545,7 @@ Set the operator private key to an `OPERATOR_SK` environment variable, and then run the following Forge script from the `bolt-contracts` directory: ```bash -forge script script/holesky/validators/RegisterEigenLayerOperator.s.sol --rpc-url $HOLESKY_RPC -vvvv --broadcast +forge script script/holesky/operators/RegisterEigenLayerOperator.s.sol --rpc-url $HOLESKY_RPC -vvvv --broadcast ``` If all goes well, your EigenLayer operator was registered into Bolt.