Skip to content

Commit

Permalink
fix(contracts): move operators scripts into new operators folder
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Oct 23, 2024
1 parent b0629ed commit 062bebb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnets/holesky/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 062bebb

Please sign in to comment.