Skip to content

Commit

Permalink
key manager v1.0.5 suppport
Browse files Browse the repository at this point in the history
  • Loading branch information
nivBlox committed Jun 10, 2021
1 parent b92f4d9 commit 22a4f18
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 28 deletions.
2 changes: 1 addition & 1 deletion cli/export_keys_from_mnemonic.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var exportKeysCmd = &cobra.Command{

fmt.Println("Seed:", hex.EncodeToString(seed))
fmt.Println("Generating keys for index:", index)
path := core.PyrmontNetwork.FullPath(fmt.Sprintf("/%d/0/0", index))
path := core.PraterNetwork.FullPath(fmt.Sprintf("/%d/0/0", index))
key, err := util.PrivateKeyFromSeedAndPath(seed, path)
if err != nil {
Logger.Fatal("failed to get private key from seed", zap.Error(err))
Expand Down
8 changes: 0 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ module github.com/bloxapp/ssv
go 1.15

require (
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/bloxapp/eth2-key-manager v1.0.5
github.com/containerd/fifo v1.0.0 // indirect
github.com/dgraph-io/badger v1.6.1
github.com/dgraph-io/badger/v3 v3.2011.1
github.com/docker/docker v1.4.2-0.20180625184442-8e610b2b55bf
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-metrics v0.0.1 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/ethereum/go-ethereum v1.9.25
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.4.3
Expand All @@ -26,8 +20,6 @@ require (
github.com/libp2p/go-libp2p-pubsub v0.4.0
github.com/libp2p/go-tcp-transport v0.2.1
github.com/multiformats/go-multiaddr v0.3.1
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pborman/uuid v1.2.1
github.com/pkg/errors v0.9.1
Expand Down
Loading

0 comments on commit 22a4f18

Please sign in to comment.