Add sepolia support.

This commit is contained in:
Jim McDonald
2022-06-21 10:05:29 +01:00
parent 547f8d9e71
commit 77abe0e158
3 changed files with 4 additions and 2 deletions

View File

@@ -111,6 +111,7 @@ func validatorDepositDataOutputLaunchpad(datum *dataOut) (string, error) {
[4]byte{0x00, 0x00, 0x20, 0x09}: "pyrmont",
[4]byte{0x00, 0x00, 0x10, 0x20}: "prater",
[4]byte{0x80, 0x00, 0x00, 0x69}: "ropsten",
[4]byte{0x90, 0x00, 0x00, 0x69}: "sepolia",
}
if datum.validatorPubKey == nil {

View File

@@ -24,7 +24,7 @@ import (
// ReleaseVersion is the release version of the codebase.
// Usually overridden by tag names when building binaries.
var ReleaseVersion = "local build (latest release 1.24.0)"
var ReleaseVersion = "local build (latest release 1.24.1)"
// versionCmd represents the version command
var versionCmd = &cobra.Command{