Skip to content

Commit

Permalink
🐛 huobi hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Apr 15, 2024
1 parent d5836ba commit 6c440ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pragma/publisher/fetchers/huobi.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def _construct(self, asset, result, hop_result=None, usdt_price=1) -> SpotEntry:
return SpotEntry(
pair_id=pair_id,
price=price_int,
volume=volume,
volume=int(volume),
timestamp=timestamp,
source=self.SOURCE,
publisher=self.publisher,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pragma-sdk"
version = "1.3.0"
version = "1.3.1"
authors = ["0xevolve <matthias@pragma.build>"]
description = "Core package for rollup-native Pragma Oracle"
readme = "README.md"
Expand Down

0 comments on commit 6c440ec

Please sign in to comment.