-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨Fixes decimal conversion for Starknet Fetcher (#66)
* init ekubo amm price (on-off) * fix: int in calldata * fix: math error * jediswap pool retrieval * median * adding base class for publisher * adding session as fetch argument * async/sync versions * error message if pool empty * async/sync mod * off chain integration tests * reverse pair def * None for instance * poe format * fix: move poolkey to types * ⬆️ 1.1.3 * fix: assets list decimals * ⬆️ 1.1.4 --------- Co-authored-by: JordyRo1 <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pragma-sdk" | ||
version = "1.1.3" | ||
version = "1.1.4" | ||
authors = ["0xevolve <[email protected]>"] | ||
description = "Core package for rollup-native Pragma Oracle" | ||
readme = "README.md" | ||
|