We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f7d57 commit e4b55b9Copy full SHA for e4b55b9
docs/cdk/get-started/deploy-rollup/configure-node-deployment.md
@@ -87,10 +87,11 @@
87
88
## Update node config
89
90
-Add the missing parameters in the `~/zkevm/mainnet/config/environments/mainnet/public.node.config.toml` file.
+Add the following missing parameters to the `~/zkevm/mainnet/config/environments/mainnet/public.node.config.toml` file.
91
92
!!! warning
93
- Rename the file from `node.config.toml` to `public.node.config.toml` if necessary.
+ - You may find this file is called `node.config.toml` only.
94
+ - Rename the file from `node.config.toml` to `public.node.config.toml` if necessary.
95
96
- `ApiKey` # for Etherscan
97
- `URL` # for Goerli node, under [ETHERMAN]
0 commit comments