Skip to content

Commit c2cd4ea

Browse files
draft gas token doc
1 parent 58b6d1f commit c2cd4ea

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

docs/cdk/get-started/deploy-rollup/prerequisites.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
!!! info "Computing resources"
88
- Running a full prover is an enterprise level installation and extremely resource-heavy.
99
- These instructions run the mock prover instead.
10+
- Check out the [configure prover](configure-prover.md#configure-the-prover) section for more information.
1011

1112
## Software
1213

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Prerequisite steps
2+
3+
You have previously deployed a CDK using previous versions.
4+
5+
### Deployment guides
6+
7+
- [Deploy a validium CDK](../get-started/deploy-validium/intro.md)
8+
- [Deploy a zkEVM CDK](../get-started/deploy-rollup/intro.md)
9+
10+
!!! warning
11+
The rollup documentation is currently being updated.
12+
13+
## Use a custom native token
14+
15+
Open the deploy_parameters.json file and add a new entry:
16+
17+
```json
18+
{
19+
"":"",
20+
"":"",
21+
"maxPriorityFeePerGas":"",
22+
"multiplierGas": ""
23+
"gasTokenAddress": "<TOKEN-ADDRESS>"
24+
}
25+
```
26+
27+
`TOKEN-ADDRESS` is the address of a deployed ERC20 L1 token.
28+
29+
If you leave the value empty, the ETH token address is used as default.

docs/cdk/version-matrix.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ The table below shows the version compatibility for CDK releases and related com
5555
<td>Merged: <br>zkevm-contracts</td>
5656
<td><a href="https://github.com/0xPolygonHermez/zkevm-bridge-service/releases/tag/v0.4.0">v0.4.0</a></td>
5757
</tr>
58+
<tr>
59+
<td>Etrog + uLxLy</td>
60+
<td>?</td>
61+
<td><a href="https://github.com/0xPolygonHermez/zkevm-node">zkevm-node@v0.5.0-RCXX (where XX=latest tag number)</a></td>
62+
<td><a href="https://github.com/0xPolygon/cdk-validium-node">cdk-validium-node@v0.5.0-RC4 </a></td>
63+
<td><a href="https://github.com/0xPolygon/cdk-data-availability">cdk-data-availability@ feature/etrog</a></td>
64+
<td><a href="https://github.com/0xPolygonHermez/zkevm-prover/releases/tag/v4.0.4">zkevm-prover@v4.0.4</a></td>
65+
<td><a href="https://github.com/0xPolygonHermez/zkevm-contracts/tree/feature/build-v4.0.0-rc.5-fork.7">zkevm-contracts@v4.0.0-rc.5-fork.7</a></td>
66+
<td><a href="https://github.com/0xPolygonHermez/zkevm-bridge-service/tree/v0.4.0-RC4">zkevm-bridge-service@v0.4.0-rc4</a></td>
67+
</tr>
5868
</tbody>
5969
</table>
6070

0 commit comments

Comments
 (0)