Skip to content

Commit a2bc10e

Browse files
authored
Makefile targets for capella-devnet-3 (#4521)
1 parent 58f4c13 commit a2bc10e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
branch = main
200200
[submodule "vendor/gnosis-chain-configs"]
201201
path = vendor/gnosis-chain-configs
202-
url = https://github.com/zah/gnosis-chain-configs.git
202+
url = https://github.com/gnosischain/configs.git
203203
[submodule "vendor/capella-testnets"]
204204
path = vendor/capella-testnets
205205
url = https://github.com/ethpandaops/withdrawals-testnet.git

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,11 +674,11 @@ clean-sepolia:
674674

675675
### Capella devnets
676676

677-
capella-devnet-2:
678-
tmuxinator start -p scripts/tmuxinator-el-cl-pair-in-devnet.yml network="vendor/capella-testnets/withdrawal-devnet-2/custom_config_data"
677+
capella-devnet-3:
678+
tmuxinator start -p scripts/tmuxinator-el-cl-pair-in-devnet.yml network="vendor/capella-testnets/withdrawal-devnet-3/custom_config_data"
679679

680-
clean-capella-devnet-2:
681-
scripts/clean-devnet-dir.sh vendor/capella-testnets/withdrawal-devnet-2/custom_config_data
680+
clean-capella-devnet-3:
681+
scripts/clean-devnet-dir.sh vendor/capella-testnets/withdrawal-devnet-3/custom_config_data
682682

683683
###
684684
### Gnosis chain binary

vendor/capella-testnets

Submodule capella-testnets updated 86 files

0 commit comments

Comments
 (0)