mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 11:32:09 +00:00
63126fd51f
* Add holesky config Copy config/params from deneb-integration * Add --holesky flag * Handle no genesis block error and suggest to user a workaround
16 lines
405 B
Go
16 lines
405 B
Go
package params
|
|
|
|
const (
|
|
DevnetName = "devnet"
|
|
EndToEndName = "end-to-end"
|
|
EndToEndMainnetName = "end-to-end-mainnet"
|
|
InteropName = "interop"
|
|
MainnetName = "mainnet"
|
|
MainnetTestName = "mainnet-test"
|
|
MinimalName = "minimal"
|
|
PraterName = "prater"
|
|
GoerliName = "goerli"
|
|
SepoliaName = "sepolia"
|
|
HoleskyName = "holesky"
|
|
)
|