You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cdk/how-to/integrate-agglayer.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Set up ADC in GCloud:
63
63
gcloud auth application-default login
64
64
```
65
65
66
-
In the `../agglayer/docker/data/agglayer.toml` file, add the `KMSKeyName` from GCloud.
66
+
In the `../agglayer/docker/data/agglayer/agglayer.toml` file, add the `KMSKeyName` from GCloud.
67
67
68
68
## Setting up the AggLayer
69
69
@@ -72,11 +72,12 @@ Each CDK chain requires a corresponding RPC node configuration that is synced wi
72
72
!!! info "Storage recommendations"
73
73
- Use a durable HA PostgresDB for storage; ideally AWS Aurora PostgreSQL or Cloud SQL for PostgreSQL in GCP.
74
74
75
-
Add the chain configurations to the `../agglayer/docker/data/agglayer.toml` file by amending the following details to add the required chain(s).
75
+
Add the chain configurations to the `../agglayer/docker/data/agglayer/agglayer.toml` file by amending the following details to add the required chain(s).
76
76
77
77
* Configure `[FullNodeRPCs]` to point to the corresponding L2 full node.
78
-
* Configure `[L1]` to point to the corresponding L1 chain.
79
78
* Configure the `[DB]` section with the managed database details.
79
+
* Configure `[L1]` to point to the corresponding L1 chain.
0 commit comments