Skip to content

Commit

Permalink
chore(guardian-prover-health-check-ui): add new hekla guardian address (
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK authored Jul 9, 2024
1 parent 73c7aee commit 98a98ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ async function fetchGuardians() {
};

guardian.name = await getPseudonym(guardian.address);
if (!guardian.name) {
guardian.name = guardian.address;
}

const [status, uptime, balance] = await Promise.all([
fetchLatestGuardianProverHealthCheckFromApi(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"0x0cAC6E2Fd10e92Bf798341Ad0A57b5Cb39DA8D0D": "goyangi",
"0x93F2b140c0bB188f6585534240344A90f43f74bF": "wage slave",
"0x52BF8B2574b324140a052130126f39dB2507C5DF": "Groot",
"0xC73c222d7d39778Bf9212f23a8F4356ff7c1E77F": "Lock",
"0xaeBb6E8A857C86Fc45dBc51551b8E8B7a5791ab3": "Lock",
"0xCC264025718B9e89eE03D16fD723B720203cb404": "Frost",
"0xd26c4e85BC2fAAc27a320987e340971cF3b47d51": "Lancelot",
"0x49679B3B268d2Ef7517F09be0954f0EB0b59972B": "maskpp",
"0x0EFADbE8328a1a07bB3dDEC22F69F88aDB61B8b4": "Gooner",
"0x55792e1F0a41D3af8B6d41DFdcf24651AA80fA1e": "Swift",
"0xD32b63e3bc54403d5363525b99E51E628c7c195e": "Casper",
"0xBba27Bd59eFe4F169afBa7b80a641a4675AD1Ff7": "Crash"
"0xBba27Bd59eFe4F169afBa7b80a641a4675AD1Ff7": "Crash",
"0x1509F09637A1fB8C3e47e099d50514b9D9Af8157": "kimchi"
}

0 comments on commit 98a98ba

Please sign in to comment.