Skip to content

Commit a7bcdc2

Browse files
authored
docs: update testnet network page for the v5 rollup upgrade (#24648)
## Summary Updates the Testnet column of the network page to the newly deployed v5 rollup and its associated L1 contracts, bumps the Rollup Version, and sets the software Version to 5.0.0. ## Changes (Testnet) - Version: `5.0.0-rc.2` → `5.0.0` - Rollup Version: `2787991301` → `1821665230` - Rollup: `0xfe606180…` → `0xd73a91bd…` - Also updated to the new deployment: L1 → L2 Inbox, L2 → L1 Outbox, Fee Juice Portal, Honk Verifier, Reward Booster, Slasher, Tally Slashing Proposer, Slash Payload Cloneable - Unchanged (reused across the upgrade): Registry, Governance, Governance Proposer, Governance Staking Escrow, Fee Juice, Staking Asset, Coin Issuer, Reward Distributor, Fee Asset Handler, Staking Registry, Slash Factory ## Notes - Every new address was read directly from the deployed rollup's getters on Sepolia. - The new rollup becomes canonical only when the pending governance proposal executes (executable window ~2026-07-13 12:51 to 2026-07-14 12:51 UTC), so this should merge around then. - Mainnet column is unchanged.
2 parents 43cc813 + d5fa075 commit a7bcdc2

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docs/docs/networks.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Not sure which network or version to pin against? Jump to the [Network selection
1515

1616
| Parameter | Alpha (Mainnet) | Testnet |
1717
| ------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
18-
| **Version** | `4.3.1` | `5.0.0-rc.2` |
18+
| **Version** | `4.3.1` | `5.0.0` |
1919
| **L1 Chain ID** | `1` (Mainnet) | `11155111` (Sepolia) |
20-
| **Rollup Version** | `2934756905` | `2787991301` |
20+
| **Rollup Version** | `2934756905` | `1821665230` |
2121
| **RPC Endpoint** | `https://aztec-mainnet.drpc.org` | `https://v5.testnet.rpc.aztec-labs.com` |
2222
| **Bootnodes** | [http://static.aztec.network/mainnet/bootnodes.json](http://static.aztec.network/mainnet/bootnodes.json) | [http://static.aztec.network/testnet/bootnodes.json](http://static.aztec.network/testnet/bootnodes.json) |
2323
| **Block Explorer** | [Aztecscan](https://aztecscan.xyz), [Aztecexplorer](https://aztecexplorer.xyz/?network=mainnet) | [Aztecscan](https://testnet.aztecscan.xyz), [Aztecexplorer](https://aztecexplorer.xyz/?network=testnet) |
@@ -56,26 +56,26 @@ Stable releases target roughly one per month, typically mid-month. Dates are not
5656
| Contract Name | Alpha (Mainnet) | Testnet |
5757
| --------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
5858
| **Registry** | [`0x35b22e09ee0390539439e24f06da43d83f90e298`](https://etherscan.io/address/0x35b22e09ee0390539439e24f06da43d83f90e298) | [`0xa0bfb1b494fb49041e5c6e8c2c1be09cd171c6ba`](https://sepolia.etherscan.io/address/0xa0bfb1b494fb49041e5c6e8c2c1be09cd171c6ba) |
59-
| **Rollup** | [`0xae2001f7e21d5ecabf6234e9fdd1e76f50f74962`](https://etherscan.io/address/0xae2001f7e21d5ecabf6234e9fdd1e76f50f74962) | [`0xfe6061806cac748085904a010d2d9e33b8031741`](https://sepolia.etherscan.io/address/0xfe6061806cac748085904a010d2d9e33b8031741) |
60-
| **L1 → L2 Inbox** | [`0x8dbf0b6ed495baab6062f5d5365af3c1b2ed4578`](https://etherscan.io/address/0x8dbf0b6ed495baab6062f5d5365af3c1b2ed4578) | [`0x917bb0538c680b71dacc90f0c9cee37ed3b18541`](https://sepolia.etherscan.io/address/0x917bb0538c680b71dacc90f0c9cee37ed3b18541) |
61-
| **L2 → L1 Outbox** | [`0xc9698b7adef9ee63f3bf5cff38086e4e836579f0`](https://etherscan.io/address/0xc9698b7adef9ee63f3bf5cff38086e4e836579f0) | [`0xbd9513e770b7b0b98b65ecdd79db093dab1f9b66`](https://sepolia.etherscan.io/address/0xbd9513e770b7b0b98b65ecdd79db093dab1f9b66) |
59+
| **Rollup** | [`0xae2001f7e21d5ecabf6234e9fdd1e76f50f74962`](https://etherscan.io/address/0xae2001f7e21d5ecabf6234e9fdd1e76f50f74962) | [`0xd73a91bdcf6891c7642f3e460036e1ef2cc23178`](https://sepolia.etherscan.io/address/0xd73a91bdcf6891c7642f3e460036e1ef2cc23178) |
60+
| **L1 → L2 Inbox** | [`0x8dbf0b6ed495baab6062f5d5365af3c1b2ed4578`](https://etherscan.io/address/0x8dbf0b6ed495baab6062f5d5365af3c1b2ed4578) | [`0x3047dbf2b7dd9f58ac41113525480f94745a4f7c`](https://sepolia.etherscan.io/address/0x3047dbf2b7dd9f58ac41113525480f94745a4f7c) |
61+
| **L2 → L1 Outbox** | [`0xc9698b7adef9ee63f3bf5cff38086e4e836579f0`](https://etherscan.io/address/0xc9698b7adef9ee63f3bf5cff38086e4e836579f0) | [`0x905f80009bbef9d9426675b45009922971ed42ff`](https://sepolia.etherscan.io/address/0x905f80009bbef9d9426675b45009922971ed42ff) |
6262
| **Fee Juice** | [`0xa27ec0006e59f245217ff08cd52a7e8b169e62d2`](https://etherscan.io/address/0xa27ec0006e59f245217ff08cd52a7e8b169e62d2) | [`0x762c132040fda6183066fa3b14d985ee55aa3c18`](https://sepolia.etherscan.io/address/0x762c132040fda6183066fa3b14d985ee55aa3c18) |
6363
| **Staking Asset** | [`0xa27ec0006e59f245217ff08cd52a7e8b169e62d2`](https://etherscan.io/address/0xa27ec0006e59f245217ff08cd52a7e8b169e62d2) | [`0x5595cb9ed193cac2c0bc5393313bc6115817954b`](https://sepolia.etherscan.io/address/0x5595cb9ed193cac2c0bc5393313bc6115817954b) |
64-
| **Fee Juice Portal** | [`0x2891f8b941067f8b5a3f34545a30cf71e3e23617`](https://etherscan.io/address/0x2891f8b941067f8b5a3f34545a30cf71e3e23617) | [`0xb06ac8156af9c4b369a7ae3e11708baaa1990a3a`](https://sepolia.etherscan.io/address/0xb06ac8156af9c4b369a7ae3e11708baaa1990a3a) |
64+
| **Fee Juice Portal** | [`0x2891f8b941067f8b5a3f34545a30cf71e3e23617`](https://etherscan.io/address/0x2891f8b941067f8b5a3f34545a30cf71e3e23617) | [`0xb4a9f8eadc8ca944729d61e59a9f491faff237a3`](https://sepolia.etherscan.io/address/0xb4a9f8eadc8ca944729d61e59a9f491faff237a3) |
6565
| **Fee Asset Handler** | N/A | [`0x5602c39a6e9c5ace589f64f754927bcda4f4bfc9`](https://sepolia.etherscan.io/address/0x5602c39a6e9c5ace589f64f754927bcda4f4bfc9) |
6666
| **Coin Issuer** | [`0x02fadf157d551aa6d761b2a2237d03af68e41ca6`](https://etherscan.io/address/0x02fadf157d551aa6d761b2a2237d03af68e41ca6) | [`0xe05d0a62045b4237556c1ec423e59eea9a24eaee`](https://sepolia.etherscan.io/address/0xe05d0a62045b4237556c1ec423e59eea9a24eaee) |
6767
| **Reward Distributor** | [`0x3d6a1b00c830c5f278fc5dfb3f6ff0b74db6dfe0`](https://etherscan.io/address/0x3d6a1b00c830c5f278fc5dfb3f6ff0b74db6dfe0) | [`0x83b2a93ef343cab7be9d8bba7317f314975e5cb0`](https://sepolia.etherscan.io/address/0x83b2a93ef343cab7be9d8bba7317f314975e5cb0) |
68-
| **Reward Booster** | [`0x1cbb707bd7b4fd2bced6d96d84372fb428e93d80`](https://etherscan.io/address/0x1cbb707bd7b4fd2bced6d96d84372fb428e93d80) | [`0x178eA27Ee73aE45cB4bA051FC1c4754C0F93B15a`](https://sepolia.etherscan.io/address/0x178eA27Ee73aE45cB4bA051FC1c4754C0F93B15a) |
68+
| **Reward Booster** | [`0x1cbb707bd7b4fd2bced6d96d84372fb428e93d80`](https://etherscan.io/address/0x1cbb707bd7b4fd2bced6d96d84372fb428e93d80) | [`0xdFA442Dd70e654455C3D83d3fE1034751e15385e`](https://sepolia.etherscan.io/address/0xdFA442Dd70e654455C3D83d3fE1034751e15385e) |
6969
| **Governance Proposer** | [`0x06ef1dcf87e419c48b94a331b252819fadbd63ef`](https://etherscan.io/address/0x06ef1dcf87e419c48b94a331b252819fadbd63ef) | [`0x01c7d4ca153748d2377968fef22894cb162e9480`](https://sepolia.etherscan.io/address/0x01c7d4ca153748d2377968fef22894cb162e9480) |
7070
| **Governance** | [`0x1102471eb3378fee427121c9efcea452e4b6b75e`](https://etherscan.io/address/0x1102471eb3378fee427121c9efcea452e4b6b75e) | [`0xcaf7447721447b22cd0076ac7c63877c3afd329f`](https://sepolia.etherscan.io/address/0xcaf7447721447b22cd0076ac7c63877c3afd329f) |
7171
| **Governance Staking Escrow** | [`0xa92ecfd0e70c9cd5e5cd76c50af0f7da93567a4f`](https://etherscan.io/address/0xa92ecfd0e70c9cd5e5cd76c50af0f7da93567a4f) | [`0xb6a38a51a6c1de9012f9d8ea9745ef957212eaac`](https://sepolia.etherscan.io/address/0xb6a38a51a6c1de9012f9d8ea9745ef957212eaac) |
7272
| **Staking Registry** | [`0x042dF8f42790d6943F41C25C2132400fd727f452`](https://etherscan.io/address/0x042dF8f42790d6943F41C25C2132400fd727f452) | [`0xC6EcC1832c8BF6a41c927BEb4E9ec610FBeDd1C2`](https://sepolia.etherscan.io/address/0xC6EcC1832c8BF6a41c927BEb4E9ec610FBeDd1C2) |
7373
| **Slash Factory** | N/A | [`0x9CF4a0094c8696d5110dd0f0cF3FA5deA174BB17`](https://sepolia.etherscan.io/address/0x9CF4a0094c8696d5110dd0f0cF3FA5deA174BB17) |
74-
| **Slasher** | [`0x64E6e9Bb9f1E33D319578B9f8a9C719Ca6D46eBb`](https://etherscan.io/address/0x64E6e9Bb9f1E33D319578B9f8a9C719Ca6D46eBb) | [`0x01DbE910c31940986B9e074974Fbbb396F8EF540`](https://sepolia.etherscan.io/address/0x01DbE910c31940986B9e074974Fbbb396F8EF540) |
75-
| **Tally Slashing Proposer** | [`0xa4a38fD0108C00983E75616b638Ff3321FD26958`](https://etherscan.io/address/0xa4a38fD0108C00983E75616b638Ff3321FD26958) | [`0xf5Aa08D6F331Fed2a0F09229568D9A391D02d387`](https://sepolia.etherscan.io/address/0xf5Aa08D6F331Fed2a0F09229568D9A391D02d387) |
76-
| **Honk Verifier** | [`0x70aedda427f26480d240bc0f4308cedec8d31348`](https://etherscan.io/address/0x70aedda427f26480d240bc0f4308cedec8d31348) | [`0xBF54Bc748F5213164e02A6C000CB2a8585cD70cb`](https://sepolia.etherscan.io/address/0xBF54Bc748F5213164e02A6C000CB2a8585cD70cb) |
74+
| **Slasher** | [`0x64E6e9Bb9f1E33D319578B9f8a9C719Ca6D46eBb`](https://etherscan.io/address/0x64E6e9Bb9f1E33D319578B9f8a9C719Ca6D46eBb) | [`0xBFa3625CfC7cdDAbF29961e12C4399c5bd8D8763`](https://sepolia.etherscan.io/address/0xBFa3625CfC7cdDAbF29961e12C4399c5bd8D8763) |
75+
| **Tally Slashing Proposer** | [`0xa4a38fD0108C00983E75616b638Ff3321FD26958`](https://etherscan.io/address/0xa4a38fD0108C00983E75616b638Ff3321FD26958) | [`0x504331248Eb1359C247a0e6895fFfeA70ecdb9a8`](https://sepolia.etherscan.io/address/0x504331248Eb1359C247a0e6895fFfeA70ecdb9a8) |
76+
| **Honk Verifier** | [`0x70aedda427f26480d240bc0f4308cedec8d31348`](https://etherscan.io/address/0x70aedda427f26480d240bc0f4308cedec8d31348) | [`0x31F98dfC544E52e4170c0Dc64098049651db48C1`](https://sepolia.etherscan.io/address/0x31F98dfC544E52e4170c0Dc64098049651db48C1) |
7777
| **Register New Rollup Version Payload** | N/A | N/A |
78-
| **Slash Payload Cloneable** | [`0xAA43220b7eb7c8Ffe75bc9C483f3C07b0a55B445`](https://etherscan.io/address/0xAA43220b7eb7c8Ffe75bc9C483f3C07b0a55B445) | [`0xa1A0D73F6803A277F841cfDd0Ad358cE13Cd3A84`](https://sepolia.etherscan.io/address/0xa1A0D73F6803A277F841cfDd0Ad358cE13Cd3A84) |
78+
| **Slash Payload Cloneable** | [`0xAA43220b7eb7c8Ffe75bc9C483f3C07b0a55B445`](https://etherscan.io/address/0xAA43220b7eb7c8Ffe75bc9C483f3C07b0a55B445) | [`0x0f7aC5F5087bD7CA05957321c75CdF9bD70D9b2E`](https://sepolia.etherscan.io/address/0x0f7aC5F5087bD7CA05957321c75CdF9bD70D9b2E) |
7979

8080
### L2 contract addresses
8181

0 commit comments

Comments
 (0)