Skip to content

Commit

Permalink
fix(docs-site): remove duplicate wording (#18105)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Sep 16, 2024
1 parent 5d5ca74 commit 92c53f8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ This guide outlines how to achieve this with separate EOAs running prover and pr

6. **Deposit your tokens and run your proposer + prover as usual!**

If you've followed the instructions, send your TAIKO/TTKOh to the ProverSet proxy and begin running your prover and proposer as usual. Send the tokens to your ProverSet contract, and start proving. If you've set up your allowance properly, there should be no need to use the `depositBond` function, as it deposits TTKOh from the ProverSet to TaikoL1.
If you've followed the instructions, send your TAIKO/TTKOh to the ProverSet proxy and begin running your prover and proposer as usual. If you've set up your allowance properly, there should be no need to use the `depositBond` function, as it deposits TTKOh from the ProverSet to TaikoL1.

<Aside>
Make sure to set your `$PROVER_SET` in your `simple-taiko-node` .env file as the proxy address.
Expand Down Expand Up @@ -138,7 +138,7 @@ If you've already deployed a ProverSet but would like to upgrade it through the

<Aside>
If you are getting EvmErrors, your private key may be formatted incorrectly; try prefixing it with `0x` and rerunning the script.

Depending on the protocol release you use, the path to the ProverSet contract may also be different; change as necessary!
</Aside>

Expand All @@ -152,7 +152,7 @@ If you've already deployed a ProverSet but would like to upgrade it through the

Then, proceed to your original Proxy contract; access the `Write to Proxy` tab and scroll to the `upgradeTo()` function.
Connect your EOA that you originally deployed the ProverSet from and call the function with your new `Deployed to:` address.
Connect your EOA that you originally deployed the ProverSet from and call the function with your new `Deployed to:` address.
Once the transaction succeeds, you have successfully upgraded your ProverSet.
Expand Down Expand Up @@ -182,4 +182,4 @@ If you've already deployed a ProverSet but would like to upgrade it through the
<Card title="Troubleshooting" icon="error">
If you run into any problems, please visit the [node troubleshooting page](/guides/node-operators/node-troubleshooting) for help.
If you run into an error that isn't yet listed, please reach out in our [Discord](https://discord.com/invite/taikoxyz)!
</Card>
</Card>

0 comments on commit 92c53f8

Please sign in to comment.