mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-14 01:48:22 -05:00
* Remove shared interface folder * Rename file names * Gazelle * Move interface to /beacon/p2p/ Co-authored-by: Raul Jordan <raul@prysmaticlabs.com> Co-authored-by: Nishant Das <nishdas93@gmail.com>
7 lines
50 B
Go
7 lines
50 B
Go
package version
|
|
|
|
const (
|
|
Phase0 = iota
|
|
Altair
|
|
)
|