Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed May 16, 2024
1 parent 7d9b738 commit 7c849d4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ flowchart TD
MPV("`**Mobile Packet Verifier**
- Burns DC for data transfer (on solana)
`")
MB("`**Mobile Price**
MP("`**Mobile Price**
- Records Pyth price for MOBILE
`")
DB1[(Foundation owned db populated by helius)]
Expand All @@ -31,12 +31,15 @@ flowchart TD
- Writes rewards to foundation db
`")
DB2[(Foundation owned db that stores reward totals)]
S[(Solana)]
MI -- S3 --> MV
MI -- S3 --> MPV
MPV -- S3 --> MV
MB -- S3 --> MV
DB1 --> MB
MB --> MC
MPV -- gRPC --> MC
MPV --> S
MP <--> S
MP -- S3 --> MV
DB1 --> MC
MC -- gRPC --> MV
MV -- S3 --> MRI
MRI --> DB2
Expand Down

0 comments on commit 7c849d4

Please sign in to comment.