Skip to content

Commit

Permalink
chore(website): update enable a prover with plus button (#14734)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored and KorbinianK committed Sep 28, 2023
1 parent 8fda6d7 commit 4709d6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/website/pages/docs/guides/enable-a-prover.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Image from "next/image";
import { Callout, Steps } from "nextra-theme-docs";

# Enable a prover
Expand Down Expand Up @@ -42,7 +43,7 @@ Next, click the **Connect to Web3** button.

Next, click the **approve** function and set the spender address to the TaikoL1 contract address: `0x95fF8D3CE9dcB7455BEB7845143bEA84Fe5C4F6f`.

Next, set the amount to at least the minimum bond amount of 2.5 TTKOj. You will need 2.5 TTKOj for each bond you sign.
Next, set the amount to at least the minimum bond amount of 2.5 TTKOj. You will need 2.5 TTKOj for each bond you sign. After entering 2.5, you need to set the 18 decimals that the TTKOj contract takes, you can click the plus button and then select 10^18.

Finally, click the **Write** button.

Expand All @@ -54,7 +55,7 @@ Next, click the **Connect to Web3** button.

Next, click the **depositTaikoToken** function.

Next, set the amount to at least the minimum bond amount of 2.5 TTKOj. You will need 2.5 TTKOj for each bond you sign.
Next, set the amount to at least the minimum bond amount of 2.5 TTKOj. You will need 2.5 TTKOj for each bond you sign. After entering 2.5, you need to set the 18 decimals that the TTKOj contract takes, you can click the plus button and then select 10^18.

Finally, click the **Write** button.

Expand Down

0 comments on commit 4709d6e

Please sign in to comment.