We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SpotTokenInfo
1 parent 0046fce commit e87806eCopy full SHA for e87806e
hyperliquid/utils/types.py
@@ -25,7 +25,7 @@
25
SpotAssetInfo = TypedDict("SpotAssetInfo", {"name": str, "tokens": List[int], "index": int, "isCanonical": bool})
26
SpotTokenInfo = TypedDict(
27
"SpotTokenInfo",
28
- {"name": str, "szDecimals": int, "weiDecimals": int, "index": int, "tokenId": str, "isCanonical": bool},
+ {"name": str, "szDecimals": int, "weiDecimals": int, "index": int, "tokenId": str, "isCanonical": bool, "evmContract": Optional[str], "fullName": Optional[str]},
29
)
30
SpotMeta = TypedDict("SpotMeta", {"universe": List[SpotAssetInfo], "tokens": List[SpotTokenInfo]})
31
SpotAssetCtx = TypedDict(
0 commit comments