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/architecture/staking-the-bridge.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ AggLayer envisions a scalability solution that leverages shared state and unifie
8
8
9
9
!!! tip "What's AggLayer?"
10
10
11
-
Want to learn more about what AggLayer is and what it looks to achieve? Check out [the AggLayer documentation in the Learn space](../../learn/agglayer.md).
11
+
Want to learn more about what AggLayer is and what it looks to achieve? Check out [the "WTF is Polygon" article in Polygon blog](https://polygon.technology/blog/wtf-is-polygon?utm_source=twitter&utm_medium=social&utm_content=wtf-is-polygon).
12
12
13
13
All of this cool infrastructure needs a unified channel for easy transmission of assets and messages between the multiple chains connected via the AggLayer. And this is where the unified bridge comes into play. It allows all chains to take advantage of the AggLayer's unified liquidity, lower transaction costs, and more.
Copy file name to clipboardExpand all lines: docs/cdk/get-started/connect-testnet.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,5 +26,26 @@ The [CDK Stavanger testnet](https://polygon.technology/cdk-stavanger-testnet) is
26
26
| Chain id | 686669576 | Chain identification value |
27
27
| Currency | ETH | Test token |
28
28
29
+
## Blackberry
29
30
31
+
The [Blackberry testnet](https://raas.gelato.network/rollups/details/public/polygon-blackberry) is a zero-knowledge-powered, layer 2 testnet based on Sepolia. It uses Polygon CDK for transaction validity while keeping transaction data off-chain using [DACs](../glossary/index.md#data-availability-committee-dac).
32
+
33
+
- Add the RPC network details to your wallet by navigating to the add network input and entering the data as given in the table below.
34
+
- Obtain Sepolia ETH from the public faucets available.
35
+
- Bridge assets from the Ethereum Sepolia network to Blackberry using the bridge service.
36
+
- Confirm your transactions with the block explorer.
37
+
38
+
!!! tips "More information"
39
+
- For more information on bridging and faucet services on Blackberry, head over to the [Gelato documentation](https://docs.gelato.network/rollup-public-testnet/faucets-and-bridging).
Copy file name to clipboardExpand all lines: docs/cdk/glossary/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ This glossary provides definitions for technical terminology and concepts that c
2
2
3
3
### AggLayer v1 (AL1)
4
4
The AggLayer is the interoperability layer at the heart of Polygon 2.0. All CDK chains connect to the AggLayer to enable features such as seamless and efficient cross-chain communication, unified liquidity, and more. AggLayer v1 (AL1), is the first version of many planned iterations that relies on ZK checks to ensure operational soundness, and a unified bridge infrastructure.
5
-
Read more on the AggLayer [here](../../learn/agglayer.md).
5
+
Read more on the AggLayer in the Polygon blog [here](https://polygon.technology/blog/wtf-is-polygon?utm_source=twitter&utm_medium=social&utm_content=wtf-is-polygon).
6
6
7
7
### Chain operator
8
8
The IP, or individual(s), who own a chain and are responsible for chain operation and maintenance. This includes tasks such as transaction validation, block production, and ensuring the security and integrity of the chain, etc., any combination of which a chain operator may perform personally in varying degrees.
Copy file name to clipboardExpand all lines: docs/cdk/version-matrix.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,24 @@ The table below shows the version compatibility for CDK releases and related com
21
21
</tr>
22
22
</thead>
23
23
<tbody>
24
+
<tr>
25
+
<td>Rollup</td>
26
+
<td colspan="7">Follow <a href="https://github.com/0xPolygonHermez#testnetmainnet-versions"> zkEVM </a></br><i>Disclaimer - These versions are intended for permissionless nodes</i> </td>
0 commit comments