Skip to content

Commit 1a41cf1

Browse files
authored
chore: add cert Verifier address and prompt for router deployment (#244)
1 parent 660189b commit 1a41cf1

File tree

1 file changed

+11
-0
lines changed
  • docs/eigenda/integrations-guides/rollup-guides/secure-trustless-upgrade

1 file changed

+11
-0
lines changed

docs/eigenda/integrations-guides/rollup-guides/secure-trustless-upgrade/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ When processing a DA cert, the router automatically extracts the reference block
2929

3030
It is **strongly recommended** that rollups deploy their own router. If using an EigenLabs-deployed router, the rollup must follow EigenLabs' upgrade schedule. For example, if EigenLabs upgrades the router on January 1st but your rollup needs to upgrade in March, L2 consensus nodes that did not upgrade before January 1st will **halt**. Even if both the batcher and L2 consensus nodes run the older version, the contract can reject older-version certs once upgraded. This is intentional to prevent malicious batchers from submitting older certs that might contain bugs.
3131

32+
You can either deploy your own CertVerifier or use some deployed immuntable CertVerifier.
33+
34+
### Current V3 CertVerifier Addresses
35+
36+
If you are currently using V3 certs, you can find the deployed `CertVerifier` addresses in the [EigenDA directory](https://docs.eigencloud.xyz/eigenda/networks/mainnet#contract-addresses) or reference them below:
37+
38+
| Network | V3 CertVerifier |
39+
| -------- | ------- |
40+
| Mainnet | [0x61692e93b6B045c444e942A91EcD1527F23A3FB7](https://etherscan.io/address/0x64AB2e9A86FA2E183CB6f01B2D4050c1c2dFAad4#readProxyContract) |
41+
| Sepolia | [0x19a469Ddb7199c7EB9E40455978b39894BB90974](https://sepolia.etherscan.io/address/0x9620dC4B3564198554e4D2b06dEFB7A369D90257#readProxyContract) |
42+
3243
## Upgrading Procedures
3344

3445
This section describes upgrading from V3 to V4 certs and from V2 to V4 certs.

0 commit comments

Comments
 (0)