File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -91,12 +91,20 @@ Open the `config.toml` file and include the following:
9191
9292```sh
9393[Aggregator ]
94+ ### Agglayer
9495SettlementBackend = "agglayer"
9596AggLayerURL = "http://agglayer-001.{{ base_dn }}:{{ zkevm_agglayer_server_port }}"
96- AggLayerTxTimeout = "300s"
97- SenderAddress = "0x0000000000000000000000000000000000000000"
97+ AggLayerTxTimeout = "30s"
98+ SequencerPrivateKey = {Path = "/etc/zkevm/sequencer.key", Password = "{{ zkevm_keystore_password }}"}
99+ SenderAddress = ""
98100```
99101
102+ - ` SettlementBackend ` defines how a final zk-proof is settled. All chains connected to the AggLayer use the ` agglayer ` value.
103+ - ` AggLayerTxTimeout ` is the interval a transaction is mined on the AggLayer.
104+ - ` AggLayerURL ` is the url of the agglayer service. Supplied by Polygon.
105+ - ` SequencerPrivateKey ` is the private key of the trusted sequencer. Only a CDK trusted sequencer can interact with the AggLayer.
106+ - ` SenderAddress ` is the address specified by the aggregator when it creates a proof. Supplied by Polygon. Supplied by Polygon.
107+
100108You now have a fully integrated AggLayer in your Polygon CDK stack.
101109
102110</br >
You can’t perform that action at this time.
0 commit comments