Skip to content

Commit c1d947d

Browse files
committed
Add zkEVM - sequencing batches
2 parents 499df79 + 2a32bf7 commit c1d947d

29 files changed

+98
-1839
lines changed

docs/cdk/version-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The table below shows the version compatibility for CDK releases and related com
3333
<td><a href="https://hub.docker.com/layers/0xpolygon/cdk-validium-node/0.6.4-cdk.6/images/sha256-c0bcc13f32bb89e66917a10df049f6a6d6a4e2736b3e73b9c27eda85351ce723?context=explore">0.6.4+cdk.6</a> </td>
3434
<td><a href="https://hub.docker.com/layers/0xpolygon/cdk-data-availability/0.0.7/images/sha256-17590789a831259d7a07d8a042ea87e381c5708dec3a7daef6f3f782f50b2c00?context=explore">v0.0.7</a></td>
3535
<td><a href="https://github.com/0xPolygonHermez/zkevm-prover/releases/tag/v6.0.0">v6.0.0</a></td>
36-
<td> <a href="https://github.com/0xPolygonHermez/zkevm-contracts/releases/tag/v5.0.1-rc.2-fork.8">v5.0.1</a></td>
36+
<td> <a href="https://github.com/0xPolygonHermez/zkevm-contracts/releases/tag/v6.0.0-rc.1-fork.9">v6.0.0</a></td>
3737
<td><a href="https://hub.docker.com/layers/hermeznetwork/zkevm-bridge-service/v0.4.2-cdk.1/images/sha256-f22ad8c9ad058c7a97a3d38f53cac5b1053858916523b96211d33ae40a9b45f8?context=explore">v0.4.2-cdk.1</a></td>
3838
</tr>
3939
<td>CDK Elderberry 1 Release </td>
55.2 KB
Loading

docs/pos/get-started/building-on-polygon.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,7 @@ Token bridging between Polygon PoS and Ethereum and vice-versa, and inter-layer
4646

4747
## Smart contracts
4848

49-
Polygon supports many popular frameworks and tools that you can choose from to deploy, debug, compile, and test smart contracts on Polygon PoS. This helps ensure your dApp development experience on Polygon is virtually the same as it would be if you were deploying to Ethereum. These frameworks and tools include:
50-
51-
- [Alchemy](../../tools/dApp-development/pos/alchemy.md)
52-
- [thirdweb](../../tools/dApp-development/pos/thirdweb.md)
53-
- [ChainIDE](../../tools/dApp-development/pos/chainide.md)
54-
- [Chainstack](../../tools/dApp-development/pos/chainstack.md)
55-
- [QuickNode](../../tools/dApp-development/pos/quicknode.md)
56-
- [GetBlock](../../tools/dApp-development/pos/quicknode.md)
57-
- [Crossmint](../../tools/dApp-development/pos/crossmint.md)
58-
- [SmartPress](../../tools/dApp-development/pos/crossmint.md)
59-
- [Remix](../../tools/dApp-development/common-tools/remix.md)
60-
- [Hardhat](../../tools/dApp-development/common-tools/hardhat.md)
61-
- [Truffle](../../tools/dApp-development/common-tools/hardhat.md)
62-
- [Replit](../../tools/dApp-development/common-tools/replit.md)
49+
Check out the [third-party developer tools section](../../tools/dApp-development/pos/third-party-smart-contracts.md) for tutorials.
6350

6451
## Connecting to Polygon
6552

docs/pos/reference/rpc-endpoints.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,6 @@ Public RPCs may have rate limits or traffic restrictions. For dedicated free RPC
117117
- [1RPC](https://1rpc.io/)
118118
- [4EVERLAND](https://docs.4everland.org/rpc-beta/polygon)
119119
- [SubQuery](https://subquery.network/rpc)
120+
- [Validation Cloud](https://app.validationcloud.io)
120121

121122
For a complete list of public endpoints, visit [Alchemy's Chain Connect](https://www.alchemy.com/chain-connect/chain/polygon-pos) and [Chainlist](https://chainlist.org/?search=Polygon+Mainnet).

docs/tools/chain-indexer-framework/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Before we get into the details, let us understand why we need it and the problem
1212

1313
### 1. What is an EVM blockchain data indexer?
1414

15-
An EVM (Ethereum Virtual Machine) blockchain data indexer is a specialised search engine for EVM-based blockchains like Ethereum and Polygon protocols. It sorts and organises blockchain data, making it faster and easier for developers to query and retrieve specific information for their decentralised applications (dApps).
15+
An EVM [Ethereum Virtual Machine](https://ethereum.org/en/developers/docs/evm/) blockchain data indexer is a specialised search engine for EVM-based blockchains like Ethereum and Polygon protocols. It sorts and organises blockchain data, making it faster and easier for developers to query and retrieve specific information for their decentralised applications (dApps).
1616

1717
### 2. Why do dApps need a blockchain data indexer?
1818

0 commit comments

Comments
 (0)