Skip to content

Commit 43b0cc9

Browse files
update links
1 parent c42cb03 commit 43b0cc9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Admin upgradeability
22

3-
As L2s work through the [stages of training wheels](https://medium.com/l2beat/introducing-stages-a-framework-to-evaluate-rollups-maturity-d290bb22befe) to become fully decentralized, chains that opt in to the [AggLayer](https://docs.polygon.technology/cdk/glossary/#agglayer-v1-al1) implement shared security mechanisms with other AggLayer chains including the [Polygon zkEVM](https://docs.polygon.technology/zkEVM/architecture/protocol/upgradability/) to ensure the safety of users.
3+
As L2s work through the [stages of training wheels](https://medium.com/l2beat/introducing-stages-a-framework-to-evaluate-rollups-maturity-d290bb22befe) to become fully decentralized, chains that opt in to the [AggLayer](../glossary.md/#agglayer-v1-al1) implement shared security mechanisms with other AggLayer chains including the [Polygon zkEVM](../../zkEVM/architecture/protocol/upgradability.md) to ensure the safety of users.
44

55
Chains opted into the AggLayer share the following upgradeability controls:
66

7-
1. The [security council](https://docs.polygon.technology/zkEVM/architecture/protocol/security-council/) ([contract address](https://etherscan.io/address/0x37c58Dfa7BF0A165C5AAEdDf3e2EdB475ac6Dcb6)) that can be used to trigger the [emergency state](https://docs.polygon.technology/zkEVM/architecture/protocol/malfunction-resistance/emergency-state/) which can pause bridge functionality, prevent smart contract upgrades, or stop the [sequencer](./architecture.md#sequencer) from [sequencing batches](./transaction-lifecycle.md#sequenced).
7+
1. The [security council](../../zkEVM/architecture/protocol/security-council.md) ([contract address](https://etherscan.io/address/0x37c58Dfa7BF0A165C5AAEdDf3e2EdB475ac6Dcb6)) that can be used to trigger the [emergency state](../../zkEVM/architecture/protocol/malfunction-resistance/emergency-state.md) which can pause bridge functionality, prevent smart contract upgrades, or stop the [sequencer](./architecture.md#sequencer) from [sequencing batches](./transaction-lifecycle.md#sequenced).
88

9-
2. The [admin role](https://docs.polygon.technology/zkEVM/architecture/protocol/admin-role/) ([contract address](https://etherscan.io/address/0x242daE44F5d8fb54B198D03a94dA45B5a4413e21)) that can perform upgrades to patch bug fixes or add new features to the system by upgrading smart contracts with a 10-day waiting period (unless [emergency state](https://docs.polygon.technology/zkEVM/architecture/protocol/malfunction-resistance/emergency-state/) is active).
9+
2. The [admin role](../../zkEVM/architecture/protocol/admin-role.md) ([contract address](https://etherscan.io/address/0x242daE44F5d8fb54B198D03a94dA45B5a4413e21)) that can perform upgrades to patch bug fixes or add new features to the system by upgrading smart contracts with a 10-day waiting period (unless [emergency state](../../zkEVM/architecture/protocol/malfunction-resistance/emergency-state.md) is active).
1010

1111
## Further reading
1212

13-
- [zkEVM protocol upgradability](https://docs.polygon.technology/zkEVM/architecture/protocol/upgradability/)
14-
- [zkEVM admin role and governance](https://docs.polygon.technology/zkEVM/architecture/protocol/admin-role/)
15-
- [zkEVM upgrade process](https://docs.polygon.technology/zkEVM/architecture/protocol/upgrade-process/)
16-
- [zkEVM security council](https://docs.polygon.technology/zkEVM/architecture/protocol/security-council/)
17-
- [zkEVM emergency state](https://docs.polygon.technology/zkEVM/architecture/protocol/malfunction-resistance/emergency-state/)
18-
- [L2Beat - Polygon zkEVM](https://l2beat.com/scaling/projects/polygonzkevm?selectedChart=activity)
13+
- [zkEVM protocol upgradability](../../zkEVM/architecture/protocol/upgradability.md).
14+
- [zkEVM admin role and governance](../../zkEVM/architecture/protocol/admin-role.md).
15+
- [zkEVM upgrade process](../../zkEVM/architecture/protocol/upgrade-process.md).
16+
- [zkEVM security council](../../zkEVM/architecture/protocol/security-council.md).
17+
- [zkEVM emergency state](../../zkEVM/architecture/protocol/malfunction-resistance/.emergency-state.md).
18+
- [L2Beat - Polygon zkEVM](https://l2beat.com/scaling/projects/polygonzkevm?selectedChart=activity).

docs/cdk/resources/third-party-guides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This page links to full guides that some of [our solution providers](https://eco
1616
</a>
1717
</div>
1818
<div class="grid-item">
19-
<a href="https://gateway.fm/polygon/">
19+
<a href="https://presto.gateway.fm/">
2020
<div><img src="/img/cdk/gateway.png" loading="lazy" style="width: 160px; float;right" ></div>
2121
<div class="product-list-item-header">
2222
<div class="feature-card-heading">Gateway</div>

docs/pos/how-to/validator/validator-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ journalctl -u bor.service -f
283283

284284
## Installing packages on the validator node
285285

286-
Follow the same [installation steps](#installing-packages) on validator node.
286+
Follow the same [installation steps](#installing-package) on validator node.
287287

288288
## Configuring the validator node
289289

0 commit comments

Comments
 (0)