mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 20:27:58 -05:00
* did poc for autogenerated *.mdx into docs.linea.build * changed sparseMerkleProof * first draft of contracts-docgen * fix typos * try different github token * cleanup * created create-docs-website-pr-branch * cleanup for doc website repo scripts * created first docs-repo pr using create-docs-website-pr-branch.sh * improve comments * added bash script segment to change filename to lowercase * fix *.mdx headers to make more docusarus friendly * update scripts for updated docs pr * added comments to updateSidebar.js * fix scripts after local test * added installation checks * Update contracts/docs/scripts/create-docs-website-pr-branch.sh Co-authored-by: The Dark Jester <thedarkjester@users.noreply.github.com> Signed-off-by: kyzooghost <73516204+kyzooghost@users.noreply.github.com> --------- Signed-off-by: kyzooghost <73516204+kyzooghost@users.noreply.github.com> Co-authored-by: The Dark Jester <thedarkjester@users.noreply.github.com>
67 lines
997 B
Plaintext
67 lines
997 B
Plaintext
# `LineaRollupPauseManager`
|
|
|
|
### PAUSE_L1_L2_ROLE
|
|
|
|
```solidity
|
|
bytes32 PAUSE_L1_L2_ROLE
|
|
```
|
|
|
|
This is used to pause L1 to L2 communication.
|
|
|
|
### UNPAUSE_L1_L2_ROLE
|
|
|
|
```solidity
|
|
bytes32 UNPAUSE_L1_L2_ROLE
|
|
```
|
|
|
|
This is used to unpause L1 to L2 communication.
|
|
|
|
### PAUSE_L2_L1_ROLE
|
|
|
|
```solidity
|
|
bytes32 PAUSE_L2_L1_ROLE
|
|
```
|
|
|
|
This is used to pause L2 to L1 communication.
|
|
|
|
### UNPAUSE_L2_L1_ROLE
|
|
|
|
```solidity
|
|
bytes32 UNPAUSE_L2_L1_ROLE
|
|
```
|
|
|
|
This is used to unpause L2 to L1 communication.
|
|
|
|
### PAUSE_BLOB_SUBMISSION_ROLE
|
|
|
|
```solidity
|
|
bytes32 PAUSE_BLOB_SUBMISSION_ROLE
|
|
```
|
|
|
|
This is used to pause blob submission.
|
|
|
|
### UNPAUSE_BLOB_SUBMISSION_ROLE
|
|
|
|
```solidity
|
|
bytes32 UNPAUSE_BLOB_SUBMISSION_ROLE
|
|
```
|
|
|
|
This is used to unpause blob submission.
|
|
|
|
### PAUSE_FINALIZATION_ROLE
|
|
|
|
```solidity
|
|
bytes32 PAUSE_FINALIZATION_ROLE
|
|
```
|
|
|
|
This is used to pause finalization submission.
|
|
|
|
### UNPAUSE_FINALIZATION_ROLE
|
|
|
|
```solidity
|
|
bytes32 UNPAUSE_FINALIZATION_ROLE
|
|
```
|
|
|
|
This is used to unpause finalization submission.
|
|
|