Makefile targets for capella-devnet-3 (#4521)
This commit is contained in:
parent
58f4c13e14
commit
a2bc10e51c
|
@ -199,7 +199,7 @@
|
||||||
branch = main
|
branch = main
|
||||||
[submodule "vendor/gnosis-chain-configs"]
|
[submodule "vendor/gnosis-chain-configs"]
|
||||||
path = vendor/gnosis-chain-configs
|
path = vendor/gnosis-chain-configs
|
||||||
url = https://github.com/zah/gnosis-chain-configs.git
|
url = https://github.com/gnosischain/configs.git
|
||||||
[submodule "vendor/capella-testnets"]
|
[submodule "vendor/capella-testnets"]
|
||||||
path = vendor/capella-testnets
|
path = vendor/capella-testnets
|
||||||
url = https://github.com/ethpandaops/withdrawals-testnet.git
|
url = https://github.com/ethpandaops/withdrawals-testnet.git
|
||||||
|
|
8
Makefile
8
Makefile
|
@ -674,11 +674,11 @@ clean-sepolia:
|
||||||
|
|
||||||
### Capella devnets
|
### Capella devnets
|
||||||
|
|
||||||
capella-devnet-2:
|
capella-devnet-3:
|
||||||
tmuxinator start -p scripts/tmuxinator-el-cl-pair-in-devnet.yml network="vendor/capella-testnets/withdrawal-devnet-2/custom_config_data"
|
tmuxinator start -p scripts/tmuxinator-el-cl-pair-in-devnet.yml network="vendor/capella-testnets/withdrawal-devnet-3/custom_config_data"
|
||||||
|
|
||||||
clean-capella-devnet-2:
|
clean-capella-devnet-3:
|
||||||
scripts/clean-devnet-dir.sh vendor/capella-testnets/withdrawal-devnet-2/custom_config_data
|
scripts/clean-devnet-dir.sh vendor/capella-testnets/withdrawal-devnet-3/custom_config_data
|
||||||
|
|
||||||
###
|
###
|
||||||
### Gnosis chain binary
|
### Gnosis chain binary
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9deb7d5663b389243dae6b2d0c902aa221e088f7
|
Subproject commit c22f012e4af09bc8e14d1540a956c47491329150
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7109da331bc6aec0d17dacdc9214163b86cd4f24
|
Subproject commit 3a571e1c3e753757ccbde13fdbef51eb6930ba23
|
Loading…
Reference in New Issue