Skip to content

Commit

Permalink
Merge pull request #1746 from alvasw/fix_alvasw_pubkey
Browse files Browse the repository at this point in the history
Update alvasw's pubkey
  • Loading branch information
alvasw authored Mar 6, 2024
2 parents 1d7e9d8 + f87eb97 commit cd748aa
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ public class AuthorizedPubKeys {
);

public static final Set<String> ORACLE_NODE_PUB_KEYS = Set.of(
// bond holder name: alvasw; profileId: c448de53ab54bec01729ffb82bf141ec235f20de
"3059301306072a8648ce3d020106082a8648ce3d030107034200040618b364d70fc7b38e6e249e4dbf4a665d3cf1b3578b32ce8f6e9606de376052d5b3b329a93e8f3ad15039ef67edf31e9b0e008961c751bbaf38fadd958975f6",
// bond holder name: alvasw; profileId: 1a3784b8d463f05e5473f4a8e3940eed9ad39f23
"3056301006072a8648ce3d020106052b8104000a034200048589a1e673a02d5a60a99c89173e1a04579ba52d75c39829b6306bc320af672a6a2a0fff4a0209d08ba30ba006cd882eeb55c84d0d07f03266606838ca62c75a",
// 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: alvasw; profileId: c448de53ab54bec01729ffb82bf141ec235f20de
"3059301306072a8648ce3d020106082a8648ce3d030107034200040618b364d70fc7b38e6e249e4dbf4a665d3cf1b3578b32ce8f6e9606de376052d5b3b329a93e8f3ad15039ef67edf31e9b0e008961c751bbaf38fadd958975f6",
// bond holder name: alvasw; profileId: 1a3784b8d463f05e5473f4a8e3940eed9ad39f23
"3056301006072a8648ce3d020106052b8104000a034200048589a1e673a02d5a60a99c89173e1a04579ba52d75c39829b6306bc320af672a6a2a0fff4a0209d08ba30ba006cd882eeb55c84d0d07f03266606838ca62c75a",
// bond holder name: HenrikJannsen; profileId: 13f3c162bb13b84c6b8b40527ec1ea089b9337cd
"3056301006072a8648ce3d020106052b8104000a034200044c383a7cb3aa24771a477dcb1217452abe382d73c7f9e48bfe424f673706079bb18c52cd6c6281202157e182685131e859aa15fdc32181a5328a5fece99bf92d"
);
Expand Down

0 comments on commit cd748aa

Please sign in to comment.