Skip to content

Commit 2137f24

Browse files
committed
update docs
1 parent 7fe6c5c commit 2137f24

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

holesky/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ We have also included monitoring dashboards in this release. Please feel free to
6666

6767
In this version, we support running your own SGX Prover. Please refer to the following link for how to run: [prover](../prover)
6868

69-
**This will be an important indicator for determining reward amounts in the future**
70-
7169
### FAQ
7270

7371
* **Why I got this error when I start the operator?**

mainnet/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ docker compose up -d
4141

4242
## Version Specific Changes
4343

44+
### Version 0.2.0
45+
TBD

prover/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
## Overview
1717
The article describes how to set up a TEE prover used by Automata Multi-Prover AVS operator and upgrade the operator node to use your own TEE prover.
1818

19-
Running your own `TEE prover` and `scroll archive node` will be an important indicator for determining reward amounts in the future.
20-
2119
## 1. Setup server to run the TEE prover
2220
> 💡 The steps below introduce how to set up a Standard_DC4s_v3 virtual machine on Azure. If you already have a server that supports Intel SGX and DCAP, you can skip this section. Please contact us if you decide to use your own server since we need more info about your sever to get the attestation verification pass.
2321
@@ -108,7 +106,7 @@ Below are the configs that you **need to provide**:
108106
* **l2**:
109107
* the endpoint of scroll, for example: `http://localhost:8545`.
110108
* To setup the scroll archive node, please check this guide: [Setup the Scroll Archive Node](#3-setup-the-scroll-archive-node)
111-
* If you cannot run the Scroll Archive Node, you can set the **l2** field to blank, but this may affect your final rewards.
109+
* If you cannot run the Scroll Archive Node, you can temporarily set the **l2** field to blank.
112110

113111
* **server.tls**:
114112
* the path to the tls cert and key.
@@ -191,7 +189,7 @@ Below are the configs that you **need to provide**:
191189
* **l2**:
192190
* the endpoint of scroll, for example: `http://localhost:8545`.
193191
* To setup the scroll archive node, please check this guide: [Setup the Scroll Archive Node](#3-setup-the-scroll-archive-node)
194-
* If you cannot run the Scroll Archive Node, you can set the **l2** field to blank, but this may affect your final rewards.
192+
* If you cannot run the Scroll Archive Node, you can temporarily set the **l2** field to blank.
195193

196194
* **server.tls**:
197195
* the path to the tls cert and key.

0 commit comments

Comments
 (0)