Skip to content

Commit

Permalink
add broadcast in contracts registry script , fix readme command (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: supernovahs <[email protected]>
  • Loading branch information
supernovahs and supernovahs authored Dec 16, 2024
1 parent 4d5eb6a commit bc51334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cp contracts/.env.example contracts/.env

- Deploy eigenlayer and avs contracts and setup payments
```sh
deploy-el-and-avs-contracts
make deploy-el-and-avs-contracts
```

- Single command AVS start using the following command (default values)
Expand Down
2 changes: 1 addition & 1 deletion contracts/anvil/deploy-eigenlayer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ root_dir=$(realpath "$parent_path/../..")

# Deploy Contracts
cd "$root_dir/contracts"
forge create src/ContractsRegistry.sol:ContractsRegistry --rpc-url $RPC_URL --private-key $PRIVATE_KEY
forge create src/ContractsRegistry.sol:ContractsRegistry --rpc-url $RPC_URL --private-key $PRIVATE_KEY --broadcast

forge script script/DeployEigenLayerCore.s.sol:DeployEigenlayerCore --rpc-url $RPC_URL --broadcast --slow

0 comments on commit bc51334

Please sign in to comment.