Skip to content

Commit 90aed19

Browse files
committed
Merge branch 'empieichO-docs-review' of github.com:0xPolygon/polygon-docs into empieichO-docs-review
2 parents e35ae45 + b224d1c commit 90aed19

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/learn/type-1-prover/deploy-t1-prover.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ So, it is similar to [`eth-proof`](https://github.com/wborgeaud/eth-proof) but f
33

44
## Quick Start
55

6-
There two ways to run this prover. The simplest way to get started is
6+
There are two ways to run this prover. The simplest way to get started is
77
to use the `in-memory` runtime of
88
[Paladin](https://github.com/0xPolygonZero/paladin). This requires
9-
very little setup, but it's not really suitable for a large scale
10-
test.
9+
very little setup, but it's not really suitable for large scale
10+
testing.
1111

1212
The other method for testing the prover is to leverage an
1313
[AMQP](https://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol)

docs/learn/type-1-prover/testing-and-proving-costs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### Testing the zkEVM
1+
### Testing Polygon type-1 zkEVM
22

3-
Find a parser and test runner for testing compatible and common Ethereum full node tests against Polygon type-1 zkEVM, here https://github.com/0xPolygonZero/evm-tests.
3+
Find a parser and test runner for testing compatible and common Ethereum full node tests against Polygon type-1 zkEVM [here](https://github.com/0xPolygonZero/evm-tests).
44

55
Polygon type-1 zkEVM passes all relevant and official [Ethereum tests](https://github.com/ethereum/tests/).
66

@@ -20,7 +20,7 @@ Take the example of a t2d-standard-60 GCP instance, where each vCPU has 4GB memo
2020
- 0.000463 USD / GB hour
2121

2222
We obtain the following hourly cost, $(60 \times 0.00346) + (240 \times 0.000463) = 0.31872$ USD per hour.
23-
The total cost per block is given by: $\texttt{(Proving time per hr)} \times 0.31872$.
23+
The total cost per block is given by: $\texttt{(Proving time per hr)} \times 0.31872$ USD.
2424

2525
The table below displays proving costs per transaction per hour.
2626

0 commit comments

Comments
 (0)