Skip to content

Commit

Permalink
doc: update contribute flowchart
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Oct 24, 2024
1 parent b57872f commit 7bd49bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ flowchart LR
User -- unstake --> ContributeManager
User -- claim --> ContributeManager
User -- checkpoint --> StakingInstance -- getNonces --> ContributeActivityChecker
ContributeManager -- mint --> StakingRegistryL2
User -- approve --> OLAS
ContributeManager -- create --> StakingRegistryL2
StakingRegistryL2 -- mint --> ERC721
ContributeManager -- stake --> StakingInstance
ContributeManager -- unstake --> StakingInstance
ContributeManager -- claim --> StakingInstance
Expand Down

0 comments on commit 7bd49bb

Please sign in to comment.