Skip to content

Commit

Permalink
Merge pull request #1716 from alvasw/add_alvasw_oracle_node_pub_key
Browse files Browse the repository at this point in the history
AuthorizedPubKeys: Add alvasw's oracle node pubkey
  • Loading branch information
alvasw authored Feb 28, 2024
2 parents a4aa3ab + d87ba04 commit a5b9a03
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ public class AuthorizedPubKeys {
);

public static final Set<String> ORACLE_NODE_PUB_KEYS = Set.of(
// bond holder name: alvasw; profileId: c448de53ab54bec01729ffb82bf141ec235f20de
"3059301306072a8648ce3d020106082a8648ce3d030107034200040618b364d70fc7b38e6e249e4dbf4a665d3cf1b3578b32ce8f6e9606de376052d5b3b329a93e8f3ad15039ef67edf31e9b0e008961c751bbaf38fadd958975f6"
);

// Not used yet, but maintain it for later usage
Expand Down

0 comments on commit a5b9a03

Please sign in to comment.