Skip to content

Commit

Permalink
client-sdk/go: Add "cory" test key used by oasis-net-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Aug 23, 2022
1 parent 17507f7 commit 6f0b364
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client-sdk/go/testing/testing.go
Expand Up @@ -83,6 +83,8 @@ var (
Bob = newEd25519TestKey("oasis-runtime-sdk/test-keys: bob")
// Charlie is the test key C.
Charlie = newEd25519TestKey("oasis-runtime-sdk/test-keys: charlie")
// Cory is the default test key used by oasis-net-runner.
Cory = newEd25519TestKey("ekiden test entity key seed")
// Dave is the test key D.
Dave = newSecp256k1TestKey("oasis-runtime-sdk/test-keys: dave")
// Erin is the test key E.
Expand All @@ -97,6 +99,7 @@ var (
"alice": Alice,
"bob": Bob,
"charlie": Charlie,
"cory": Cory,
"dave": Dave,
"erin": Erin,
"frank": Frank,
Expand Down

0 comments on commit 6f0b364

Please sign in to comment.