Skip to content

Commit 4b8cb0f

Browse files
Merge pull request 0xPolygon#286 from 0xPolygon/km/fixes
Some PR fixes
2 parents b7a90db + b3ca8be commit 4b8cb0f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Set up ADC in GCloud:
6363
gcloud auth application-default login
6464
```
6565

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.
6767

6868
## Setting up the AggLayer
6969

@@ -72,11 +72,12 @@ Each CDK chain requires a corresponding RPC node configuration that is synced wi
7272
!!! info "Storage recommendations"
7373
- Use a durable HA PostgresDB for storage; ideally AWS Aurora PostgreSQL or Cloud SQL for PostgreSQL in GCP.
7474

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).
7676

7777
* Configure `[FullNodeRPCs]` to point to the corresponding L2 full node.
78-
* Configure `[L1]` to point to the corresponding L1 chain.
7978
* Configure the `[DB]` section with the managed database details.
79+
* Configure `[L1]` to point to the corresponding L1 chain.
80+
8081

8182

8283
</br>

docs/cdk/how-to/use-native-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
```json
2424
{
25-
"":"",
26-
"":"",
25+
"...":"...",
26+
"...":"...",
2727
"maxPriorityFeePerGas":"",
2828
"multiplierGas": ""
2929
"gasTokenAddress": "<TOKEN-ADDRESS>"

0 commit comments

Comments
 (0)