Skip to content

Commit

Permalink
fix(docs-site): fix prover set file path (#18840)
Browse files Browse the repository at this point in the history
  • Loading branch information
brachsterX authored Jan 26, 2025
1 parent f5da48e commit 6ab0ecd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This guide outlines how to achieve this with separate EOAs running prover and pr
Run the `DeployProverSet.s.sol` script with your **proposer's private key**. You can find the script [here](https://github.com/taikoxyz/taiko-mono/blob/main/packages/protocol/script/layer1/DeployProverSet.s.sol).

```bash
ROLLUP_ADDRESS_MANAGER={ADDRESS} PROVER_SET_ADMIN={ADDRESS} forge script --chain-id {CHAIN_ID} --rpc-url {YOUR_RPC_URL} --private-key {PRIVATE_KEY} --broadcast script/DeployProverSet.s.sol:DeployProverSet
ROLLUP_ADDRESS_MANAGER={ADDRESS} PROVER_SET_ADMIN={ADDRESS} forge script --chain-id {CHAIN_ID} --rpc-url {YOUR_RPC_URL} --private-key {PRIVATE_KEY} --broadcast script/layer1/DeployProverSet.s.sol:DeployProverSet
```

The script should print your implementation and proxy address with the log:
Expand Down

0 comments on commit 6ab0ecd

Please sign in to comment.