Skip to content

Commit b224d1c

Browse files
authored
Update testing-and-proving-costs.md
fixing typos in testing-and-proving-costs.md
1 parent 7d3f42b commit b224d1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)