We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5cfeb commit 9f1adceCopy full SHA for 9f1adce
src/modals/JoinSponsorshipModal.tsx
@@ -295,6 +295,10 @@ function JoinSponsorshipModal({
295
</li>
296
</PropList>
297
</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>
302
{isBelowSelfFundingLimit && (
303
<StyledAlert type="error" title="Low self-funding">
304
You cannot stake on Sponsorships because your Operator is below the
0 commit comments