Skip to content

Commit

Permalink
feat(lp_pricer_contract): Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Oct 16, 2024
1 parent 227d494 commit 066863e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Pragma is a decentralized oracle built natively on Starknet. It leverages cairo
- <a href="/src/publisher_registry">Publisher Registry</a> handles the registration of different publishers along with the sources they are allowed to push data from.
- <a href="/src/compute_engines">Summary Stats</a> acts as a proxy contract for more sophisticated kind of data aggregation such as _volatility_ and _mean_.
- <a href="/src/randomness">Randomness</a> is the VRF requestor implementation, also includes an example on how to request random words.
- <a href="/src/lp_pricer">LP Pricer</a> is a Pricing contract for LP tokens. It allows registering pools (which underlying assets are supported by Pragma) and prices them in USD.

## Testing

Expand Down

0 comments on commit 066863e

Please sign in to comment.