Skip to content

Instantly share code, notes, and snippets.

@jac18281828
Last active February 9, 2024 19:45
Show Gist options
  • Save jac18281828/7de7e34d860db78f2bf1682ba7cb0916 to your computer and use it in GitHub Desktop.
Save jac18281828/7de7e34d860db78f2bf1682ba7cb0916 to your computer and use it in GitHub Desktop.
Contract Admin Role Flowchart Mermaid
flowchart TD;
    A[Contract Deployment] -->|Establish DEFAULT_ADMIN_ROLE as Deployer| B(Add Additional ADMIN_ROLE as needed)
    B --> C(DEFAULT_ADMIN_ROLE builds REGISTRY_ADMIN_ROLE)
    C -->|Continuous| D[REGISTRY ADMIN performs upgrade]
    C -->|As Needed| E[DEFAULT ROLE assigned or removed]
    C -->|As Needed| F[REGISTRY ROLE assigned or removed]
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment