Skip to content

Commit

Permalink
fix links (0xPolygonHermez#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradIT authored Dec 2, 2022
1 parent 75dd559 commit 88670a0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/components/aggregator.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ To orchestrate multiple deployments of the different ZKEVM Node components, a `d
The container alone needs some parameters configured, access to certain configuration files and the appropiate ports exposed.
- volumes:
- [your Account Keystore file]:/pk/keystore (note, this `/pk/keystore` value is the default path that's written in the Public Configuration files on this repo, meant to expedite deployments, it can be superseded via an env flag `ZKEVM_NODE_ETHERMAN_PRIVATEKEYPATH`.)
- [your config.toml file]:/app/config.toml
- [your genesis.json file]:/app/genesis.json
- `your Account Keystore file`: /pk/keystore (note, this `/pk/keystore` value is the default path that's written in the Public Configuration files on this repo, meant to expedite deployments, it can be superseded via an env flag `ZKEVM_NODE_ETHERMAN_PRIVATEKEYPATH`.)
- `your config.toml file`: /app/config.toml
- `your genesis.json file`: /app/genesis.json

- environment: Env variables that supersede the config file
- `ZKEVM_NODE_STATEDB_HOST`: Name of StateDB Database Host
Expand Down
4 changes: 2 additions & 2 deletions docs/components/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ The container alone needs some parameters configured, access to certain configur
- `ZKEVM_NODE_RPC_DB_HOST`: Name of RPCDB Database Host
- `ZKEVM_NODE_RPC_BROADCASTURI`: String to return when a client requests the following resource: `zkevm_getBroadcastURI`
- volumes:
- [your config.toml file]:/app/config.toml
- [your genesis file]:/app/genesis.json
- `your config.toml file`: /app/config.toml
- `your genesis file`: /app/genesis.json
6 changes: 3 additions & 3 deletions docs/components/sequencer.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The container alone needs some parameters configured, access to certain configur
- `ZKEVM_NODE_POOLDB_HOST`: Name of PoolDB Database Host
- `ZKEVM_NODE_STATEDB_HOST`: Name of StateDB Database Host
- volumes:
- [your Account Keystore file]:/pk/keystore (note, this `/pk/keystore` value is the default path that's written in the Public Configuration files on this repo, meant to expedite deployments, it can be superseded via an env flag `ZKEVM_NODE_ETHERMAN_PRIVATEKEYPATH`.)
- [your config.toml file]:/app/config.toml
- [your genesis.json file]:/app/genesis.json
- `your Account Keystore file`: /pk/keystore (note, this `/pk/keystore` value is the default path that's written in the Public Configuration files on this repo, meant to expedite deployments, it can be superseded via an env flag `ZKEVM_NODE_ETHERMAN_PRIVATEKEYPATH`.)
- `your config.toml file`: /app/config.toml
- `your genesis.json file`: /app/genesis.json

[How to generate an account keystore](./account_keystore.md)
4 changes: 2 additions & 2 deletions docs/components/synchronizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ The container alone needs some parameters configured, access to certain configur
- environment: Env variables that supersede the config file
- `ZKEVM_NODE_STATEDB_HOST`: Name of StateDB Database Host
- volumes:
- [your config.toml file]:/app/config.toml
- [your genesis.json file]:/app/genesis.json
- `your config.toml file`: /app/config.toml
- `your genesis.json file`: /app/genesis.json

0 comments on commit 88670a0

Please sign in to comment.