Skip to content

Commit 9f1adce

Browse files
committed
Add node version alert to JoinSponsorshipModal
1 parent 1b5cfeb commit 9f1adce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/modals/JoinSponsorshipModal.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,10 @@ function JoinSponsorshipModal({
295295
</li>
296296
</PropList>
297297
</Section>
298+
<StyledAlert type="notice" title="Node version check">
299+
Node versions 100.2.3 and below are vulnerable to slashing. Ensure that
300+
all of your nodes are not running an outdated version.
301+
</StyledAlert>
298302
{isBelowSelfFundingLimit && (
299303
<StyledAlert type="error" title="Low self-funding">
300304
You cannot stake on Sponsorships because your Operator is below the

0 commit comments

Comments
 (0)