Skip to content

Commit

Permalink
docs(docs-site): add warning to proposer page and update banner (#18186)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd committed Sep 28, 2024
1 parent 2e20c28 commit b02ea92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs-site/src/content/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const collections = {
.string()
.max(160, { message: "Must be 160 characters or less." }).optional(),
banner: z.object({ content: z.string() }).default({
content: 'All Hekla Node Runners: Upcoming Ontake fork Sep 20th, 2:00AM UTC, upgrade needed. Click <a href="https://discord.com/channels/984015101017346058/984087180739768331/1284040980084817931">here</a> for more info',
content: 'All Hekla Node Runners: Imminent Ontake fork Sep 30th, upgrade needed. Please update your provers to raiko 1.2.0! Click <a href="https://discord.com/channels/984015101017346058/984087180739768331/1284040980084817931">here</a> for more info',
}),
}),
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: This guide will you help you enable your Taiko node as a proposer.

import { Aside, Card, CardGrid, Steps} from '@astrojs/starlight/components';

<Aside type="danger">
Do NOT start up your proposer without setting up a prover first with a fully synced node. You WILL lose your tokens and there is no way to recover them without proving the proposed block.
</Aside>

## Prerequisites

- You are already running a Taiko node [with Docker](/guides/node-operators/run-a-taiko-node-with-docker) or [from source](/guides/node-operators/build-a-taiko-node-from-source).
Expand Down

0 comments on commit b02ea92

Please sign in to comment.