We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b80981 commit b478d32Copy full SHA for b478d32
docs/cdk/how-to/agglayer/integrate.md
@@ -103,7 +103,7 @@ SenderAddress = ""
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.
+- `SenderAddress` is the address specified by the aggregator when it creates a proof. Supplied by Polygon.
107
108
You now have a fully integrated AggLayer in your Polygon CDK stack.
109
0 commit comments