mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Add deneb config/params from deneb-integration (#12783)
Co-authored-by: Terence Tsao <terence@prysmaticlabs.com> Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
This commit is contained in:
@@ -7,6 +7,7 @@ const (
|
||||
Altair
|
||||
Bellatrix
|
||||
Capella
|
||||
Deneb
|
||||
)
|
||||
|
||||
var versionToString = map[int]string{
|
||||
@@ -14,6 +15,7 @@ var versionToString = map[int]string{
|
||||
Altair: "altair",
|
||||
Bellatrix: "bellatrix",
|
||||
Capella: "capella",
|
||||
Deneb: "deneb",
|
||||
}
|
||||
|
||||
// stringToVersion and allVersions are populated in init()
|
||||
|
||||
Reference in New Issue
Block a user