Skip to content

Commit

Permalink
⬆️ 1.4.4 (stETH)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Jun 21, 2024
1 parent 70be497 commit 2397d40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pragma/core/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class PragmaOnchainAsset(TypedDict):
{"type": "SPOT", "pair": ("BTC", "EUR"), "decimals": 8},
{"type": "SPOT", "pair": ("ETH", "USD"), "decimals": 8},
{"type": "SPOT", "pair": ("WSTETH", "USD"), "decimals": 8},
{"type": "SPOT", "pair": ("STETH", "USD"), "decimals": 8},
{"type": "SPOT", "pair": ("SOL", "USD"), "decimals": 8},
{"type": "SPOT", "pair": ("DAI", "USD"), "decimals": 8},
{"type": "SPOT", "pair": ("LUSD", "USD"), "decimals": 8},
Expand Down
1 change: 1 addition & 0 deletions pragma/core/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"R": "r",
"LORDS": "lords",
"WSTETH": "wrapped-steth",
"STETH": "staked-ether",
"UNI": "uniswap",
"LUSD": "liquity-usd",
"STRK": "starknet",
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.4.3"
version = "1.4.4"
authors = ["0xevolve <[email protected]>"]
description = "Core package for rollup-native Pragma Oracle"
readme = "README.md"
Expand Down

0 comments on commit 2397d40

Please sign in to comment.