mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
docs(contracts): fix charter links following renaming (#1024)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
This document outlines how a Safe Member can pause specific features on key Linea ecosystem contracts using well-defined pause types.
|
||||
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md).
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md).
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
This process allows a designated Safe Member to set or reset rate limit values, either by defining a new limit or resetting the amount used during a period.
|
||||
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md).
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md).
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
This document outlines the procedure for assigning or removing specific roles on various components of the Linea ecosystem: **LineaRollup**, **L2MessageService**, and **TokenBridge**.
|
||||
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md).
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md).
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
This process allows setting a new **minimum fee in Wei** to be paid for each L2 to L1 message on the L2MessageService contract.
|
||||
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md).
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md).
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
This guide outlines how authorized safe members can execute core **TokenBridge admin functions** like setting or removing reserved addresses or setting custom contracts and message services.
|
||||
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md).
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md).
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
This document outlines how a Safe Member can unpause previously paused features on key Linea ecosystem contracts using the specified pause types.
|
||||
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md).
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md).
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
This guide outlines the process of **upgrading an upgradable contract** (e.g. **LineaRollup**, **L2MessageService**, **TokenBridge**) and calling a **reinitialize function** in the same transaction. This flow ensures integrity while applying critical upgrades.
|
||||
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md).
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md).
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
This guide outlines the secure process for upgrading a contract (e.g. **LineaRollup**, **L2MessageService**, **TokenBridge**) without calling a reinitialize function, via a timelock-protected upgrade flow.
|
||||
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md).
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md).
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
This document outlines the secure and auditable flow for **setting or unsetting a verifier address** via a Timelock-controlled multisig process.
|
||||
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter-v1.3.md).
|
||||
**Note**: These contracts are governed by the [Security Council Charter](../../security-council-charter.md).
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user