Skip to content

Commit

Permalink
Updated mermaid flow diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
yahgwai committed Sep 17, 2024
1 parent 6c808ef commit 9072a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Once the proposal has gone through each of these delays, it is then directed to
```mermaid
graph TD;
D["<a href='#phase-3-on-chain-dao-vote' style='text-decoration:none;'><b>On-chain DAO vote</b></a><br/><span style='font-size:smaller'>(14 days, extendable by 2 days)</span>"];
D -->|"<span style='padding: 3px;'>Passes, Constitutional AIP</span>"| E["<a href='#phase-4-l2-waiting-period' style='text-decoration:none;'><b>L2 waiting period</b></a><br/><span style='font-size:smaller'>(3 days)</span>"];
D -->|"<span style='padding: 3px;'>Passes, Constitutional AIP</span>"| E["<a href='#phase-4-l2-waiting-period' style='text-decoration:none;'><b>L2 waiting period</b></a><br/><span style='font-size:smaller'>(8 days)</span>"];
E --> F["<a href='#phase-5-l2-to-l1-message' style='text-decoration:none;'><b>L2-to-L1 message</b></a><br/><span style='font-size:smaller'>(~ 1 week)</span>"];
F --> G["<a href='#phase-6-l1-waiting-period' style='text-decoration:none;'><b>L1 waiting period</b></a><br/><span style='font-size:smaller'>(3 days)</span>"];
G --> H["<a href='#phase-7-implementation' style='text-decoration:none;'><b>Execution target</b></a>"];
Expand Down
2 changes: 1 addition & 1 deletion docs/security-council-election-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ graph TD
A["Nominee selection (7 days)"] --> B["Compliance check by foundation (14 days)"]
B --> C["Member election (21 days)"]
C --> D["Security council manager (0 days)"]
D --> E["L2 Timelock (3 days)\nWithdrawal period (~1 week)\nL1 Timelock (3 days)"]
D --> E["L2 Timelock (8 days)\nWithdrawal period (~1 week)\nL1 Timelock (3 days)"]
E --> F["Individual council updates (0 days)"]
```

0 comments on commit 9072a47

Please sign in to comment.