Skip to content

Commit

Permalink
feat(guardian-prover-health-check-ui): remove kimchi (#16842)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK authored Apr 25, 2024
1 parent 63035fd commit 840692e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/guardian-prover-health-check-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.18.0 <19.0.0"
"node": "^20.0.0"
},
"scripts": {
"dev": "vite dev",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import.meta.env.VITE_GUARDIAN_PROVER_API_URL,
nextHealthCheckPage,
pageSize,
selectedGuardianProver.id
selectedGuardianProver?.id
);
healthChecks = data.items;
totalItems = data.total;
Expand All @@ -56,7 +56,7 @@
import.meta.env.VITE_GUARDIAN_PROVER_API_URL,
selectedPage,
pageSize,
selectedGuardianProver.id
selectedGuardianProver?.id
);
healthChecks = data.items;
};
Expand All @@ -65,7 +65,6 @@
<div class="mt-[12px] mb-[45px]">
<HealthCheckFilter {healthChecks} bind:filteredHealthChecks />
</div>

{#if filteredHealthChecks.length === 0}
<div class="flex gap-2">
<Spinner />{$t('loading')}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"0x1F7F70B9b5dBc16e5467FF1e9e006ada63f89d61": "zephyr",
"0x1833A8b4d40F0F5f8e9Be244A3dD4eD55c46d28B": "PokerPlayer1",
"0x93F2b140c0bB188f6585534240344A90f43f74bF": "wage slave",
"0x9E51b1E69d591Ec395BC6536B7636a66b5155bd8": "kimchi",
"0x52BF8B2574b324140a052130126f39dB2507C5DF": "Groot",
"0xaeBb6E8A857C86Fc45dBc51551b8E8B7a5791ab3": "Lock",
"0xCC264025718B9e89eE03D16fD723B720203cb404": "Frost",
Expand Down

0 comments on commit 840692e

Please sign in to comment.