Skip to content

Commit

Permalink
Add pubkey for HenrikJannsen
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikJannsen committed Feb 29, 2024
1 parent 66198a5 commit e2a50b0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ public class AuthorizedPubKeys {
);

public static final Set<String> ORACLE_NODE_PUB_KEYS = Set.of(
// bond holder name: HenrikJannsen; profileId: 13f3c162bb13b84c6b8b40527ec1ea089b9337cd
"3056301006072a8648ce3d020106052b8104000a034200044c383a7cb3aa24771a477dcb1217452abe382d73c7f9e48bfe424f673706079bb18c52cd6c6281202157e182685131e859aa15fdc32181a5328a5fece99bf92d"
);

// Not used yet, but maintain it for later usage
public static final Set<String> SEED_NODE_PUB_KEYS = Set.of(
// bond holder name: HenrikJannsen; profileId: 13f3c162bb13b84c6b8b40527ec1ea089b9337cd
"3056301006072a8648ce3d020106052b8104000a034200044c383a7cb3aa24771a477dcb1217452abe382d73c7f9e48bfe424f673706079bb18c52cd6c6281202157e182685131e859aa15fdc32181a5328a5fece99bf92d"
);


Expand Down

0 comments on commit e2a50b0

Please sign in to comment.