Skip to content

Commit 6b80981

Browse files
updates from team review
1 parent 87344e7 commit 6b80981

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/cdk/how-to/agglayer/integrate.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,20 @@ Open the `config.toml` file and include the following:
9191

9292
```sh
9393
[Aggregator]
94+
### Agglayer
9495
SettlementBackend = "agglayer"
9596
AggLayerURL = "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+
100108
You now have a fully integrated AggLayer in your Polygon CDK stack.
101109

102110
</br>

0 commit comments

Comments
 (0)