Skip to content

Commit

Permalink
docs: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
gianbelinche committed Dec 23, 2024
1 parent 87d651f commit c49f433
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions content/10.zk-stack/20.running-a-zk-chain/80.validium.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,16 +191,14 @@ Changes needed both for local and mainnet/testnet setup.
da_client:
eigen:
disperser_rpc: <your_desired_disperser>
settlement_layer_confirmation_depth: -1
settlement_layer_confirmation_depth: 0
eigenda_eth_rpc: <your_desired_rpc>
eigenda_svc_manager_address: '0xD4A7E1Bd8015057293f0D0A557088c286942e84b'
status_query_timeout: 1800000 # ms
status_query_interval: 5 # ms
eigenda_svc_manager_address: <your_desired_address>
wait_for_finalization: false
authenticated: false
verify_cert: true
path_to_points: ./resources
chain_id: <your_chain_id>
authenticated: true
g1_url: <your_desired_url_to_g1_point>
g2_url: <your_desired_url_to_g2_point>
chain_id: <your_desired_chain_id>
```

2. Also set the private key in `etc/env/file_based/secrets.yaml`:
Expand Down

0 comments on commit c49f433

Please sign in to comment.