Skip to content

2.1.0 - Price feed

Compare
Choose a tag to compare
@SebastienGllmt SebastienGllmt released this 19 Dec 13:15
· 110 commits to main since this release
0843bb3

New features

We've added price feed support to Carp! You can get prices from 3 dexs:

  • MinSwap
  • WingRiders
  • SundaeSwap

This isn't enabled in the default execution plan, but you can see an execution plan just for the price feed below
https://github.com/dcSpark/carp/blob/main/indexer/execution_plans/dex_prices.toml#L44..L54

The price feeds are exposed via 3 APIs you can find in open API

  • DexLastPrice
  • DexMeanPrice
  • DexSwap

For JS users, this new version can be accessed through the latest version of the carp client

New Contributors

Full Changelog: 2.0.3...2.1.0