Skip to content

Commit 159073e

Browse files
committed
updates to match prod
1 parent 2da3eca commit 159073e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/agglayer/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ The unified bridge is a single bridge contract for all AggLayer-connected chains
4444

4545
### AggLayer service
4646

47-
The AggLayer service is designed to receive ZK proofs from various CDK and non-CDK chains, and verify their validity before sending them to the L1 Ethereum for final settlement. Currently, the AggLayer service has two implementations: [agglayer-go](agglayer-go.md) and [agglayer-rs](agglayer-rs.md).
47+
The AggLayer service is designed to receive ZK proofs from various CDK and non-CDK chains, and verify their validity before sending them to the L1 Ethereum for final settlement. Currently, the AggLayer service has two implementations: [agglayer-go](agglayer-go.md) and [agglayer-rs](agglayer-rs.md).

docs/agglayer/unified-bridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,4 +808,4 @@ execute().then(() => {
808808
});
809809
```
810810
811-
3. Claim Message after GlobalExitRootManager is synced on zkyoto using `scripts/src/claim_message.js` Remember to update `bridgeTransactionHash`, and `destinationNetworkId` to `2`, for zkyoto's network id.
811+
3. Claim Message after GlobalExitRootManager is synced on zkyoto using `scripts/src/claim_message.js` Remember to update `bridgeTransactionHash`, and `destinationNetworkId` to `2`, for zkyoto's network id.

docs/cdk/how-to/migrate/forkid-9-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,4 +305,4 @@ Update FROM node version [0.6.7+cdk.1](https://hub.docker.com/layers/0xpolygon/c
305305

306306
- `cast send $TIMELOCK_ADDR $SCHEDULE_DATA --private-key $ADMIN_KEY --rpc-url $L1_URL`
307307
- Wait timelock delay
308-
- `cast send $TIMELOCK_ADDR $EXECUTE_DATA --private-key $ADMIN_KEY --rpc-url $L1_URL`
308+
- `cast send $TIMELOCK_ADDR $EXECUTE_DATA --private-key $ADMIN_KEY --rpc-url $L1_URL`

docs/cdk/releases/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Polygon CDK Version 12 introduces critical updates to enhance performance, security, and the developer experience, including Full Execution Proofs and Erigon integration.
1+
Polygon CDK Fork ID 12 introduces critical updates to enhance performance, security, and the developer experience, including Full Execution Proofs and Erigon integration.
22

33
---
44

@@ -33,4 +33,4 @@ Polygon CDK Version 12 introduces critical updates to enhance performance, secur
3333
- [Explore the Full Features](../cdk/concepts/overview.md): Learn more about Full Execution Proofs and Erigon integration.
3434
- [Deploy Your Chain](../cdk/getting-started/cli-guide.md): Follow the CLI guide to launch your Layer 2 solution.
3535

36-
Polygon CDK Version 12 provides the tools to build scalable, secure, and high-performance Layer 2 solutions. Start building today!
36+
Polygon CDK Fork ID 12 provides the tools to build scalable, secure, and high-performance Layer 2 solutions. Start building today!

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ nav:
6060
- Polygon CDK Home: cdk/index.md
6161
- Overview: cdk/overview.md
6262
- Release Notes:
63-
- Version 12: cdk/releases/release-notes.md
63+
- Fork ID 12: cdk/releases/release-notes.md
6464
- Get Started:
6565
- Local Deployment Guide: cdk/getting-started/local-deployment.md
6666
- CLI Tool: cdk/getting-started/cli-tool.md

0 commit comments

Comments
 (0)