Skip to content

Commit eed6e38

Browse files
Merge pull request 0xPolygon#323 from 0xPolygon/zkevm/deploy-guide-warning
Add warning to zkEVM deployment guide
2 parents 28f125f + 21413c8 commit eed6e38

File tree

9 files changed

+34
-6
lines changed

9 files changed

+34
-6
lines changed

docs/zkEVM/api/json-rpc.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ hide:
33
- toc
44
---
55

6-
<!--
7-
<embed type="text/html" src=<waiting-for-the-url>?uiSchema[appBar][ui:input]=false&uiSchema[appBar][ui:splitView]=false" width="100%" height="1000px">
8-
-->
6+
<embed type="text/html" src="https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/0xPolygon/polygon-docs/main/docs/zkEVM/api/zkevm.openrpc.json?uiSchema[appBar][ui:input]=false&uiSchema[appBar][ui:splitView]=false" width="100%" height="1000px">

docs/zkEVM/get-started/deploy-zkevm/activate-forced-transactions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
!!! warning
2+
- Due to Polygon's fast-moving technology, this guide is currently out of date and you will likely experience errors.
3+
- The [CDK roll up deployment tutorial](../../../cdk/get-started/deploy-rollup/intro.md) may resolve some of these issues.
4+
- We are working on updating this guide as a priority.
15

26
Continue with the **sixth step** of this deployment-guide where you activate forced transactions, as well as bridging and claiming assets.
37

docs/zkEVM/get-started/deploy-zkevm/configure-prover.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
1+
!!! warning
2+
- Due to Polygon's fast-moving technology, this guide is currently out of date and you will likely experience errors.
3+
- The [CDK roll up deployment tutorial](../../../cdk/get-started/deploy-rollup/intro.md) may resolve some of these issues.
4+
- We are working on updating this guide as a priority.
5+
26
Continue with this deployment guide's **fifth step** where you configure the Prover and Services.
37

48
## Edit DBs

docs/zkEVM/get-started/deploy-zkevm/create-wallets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
!!! warning
2+
- Due to Polygon's fast-moving technology, this guide is currently out of date and you will likely experience errors.
3+
- The [CDK roll up deployment tutorial](../../../cdk/get-started/deploy-rollup/intro.md) may resolve some of these issues.
4+
- We are working on updating this guide as a priority.
15

26
Continue with the **third step** of this deployment-guide where you create wallets and deploy contracts.
37

docs/zkEVM/get-started/deploy-zkevm/deploy-zknode.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
!!! warning
2+
- Due to Polygon's fast-moving technology, this guide is currently out of date and you will likely experience errors.
3+
- The [CDK roll up deployment tutorial](../../../cdk/get-started/deploy-rollup/intro.md) may resolve some of these issues.
4+
- We are working on updating this guide as a priority.
15

26
Continue with the **fourth step** of this deployment-guide where you deploy the zkNode.
37

docs/zkEVM/get-started/deploy-zkevm/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
!!! warning
2+
- Due to Polygon's fast-moving technology, this guide is currently out of date and you will likely experience errors.
3+
- The [CDK roll up deployment tutorial](../../../cdk/get-started/deploy-rollup/intro.md) may resolve some of these issues.
4+
- We are working on updating this guide as a priority.
5+
16
Welcome to your step-by-step guide to implementing a full Polygon zkEVM network on the Goërli testnet as the L1 network.
27

38
Users with good internet connection can schedule a 2-hour window for completing the entire process in one go.

docs/zkEVM/get-started/deploy-zkevm/install-dependencies.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
!!! warning
2+
- Due to Polygon's fast-moving technology, this guide is currently out of date and you will likely experience errors.
3+
- The [CDK roll up deployment tutorial](../../../cdk/get-started/deploy-rollup/intro.md) may resolve some of these issues.
4+
- We are working on updating this guide as a priority.
15

26
Continue with the **second step** of this deployment-guide where you install dependencies and download mainnet files.
37

docs/zkEVM/get-started/deploy-zkevm/setup-goerli-node.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
!!! warning
2+
- Due to Polygon's fast-moving technology, this guide is currently out of date and you will likely experience errors.
3+
- The [CDK roll up deployment tutorial](../../../cdk/get-started/deploy-rollup/intro.md) may resolve some of these issues.
4+
- We are working on updating this guide as a priority.
5+
16
This is a step-by-step guide to setting up a full node on the Goërli Testnet to act as the Layer 1 (L1).
27

38
Follow the steps below to get started.

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ nav:
218218
- Basic Syntax: zkEVM/spec/zkasm/basic-syntax.md
219219
- Examples: zkEVM/spec/zkasm/examples.md
220220
- EVM vs. zkEVM: zkEVM/spec/evm-differences.md
221-
#- API:
222-
# - JSON RPC endpoints: zkEVM/api/json-rpc.md
221+
- API:
222+
- JSON RPC endpoints: zkEVM/api/json-rpc.md
223223
- Concepts:
224224
- Concepts: zkEVM/concepts/index.md
225225
- EVM basics: zkEVM/concepts/evm-basics.md

0 commit comments

Comments
 (0)