There was an error while loading. Please reload this page.
1 parent 2fdb18f commit 54a4fb4Copy full SHA for 54a4fb4
1 file changed
hyperliquid/utils/types.py
@@ -53,7 +53,7 @@
53
ActiveAssetDataSubscription = TypedDict(
54
"ActiveAssetDataSubscription", {"type": Literal["activeAssetData"], "user": str, "coin": str}
55
)
56
-# If adding new subscription types that contain coin's don't forget to handle automatically rewrite name to coin in info.subscribe
+# If adding new subscription types that contain coins, don't forget to automatically rewrite name to coin in info.subscribe
57
Subscription = Union[
58
AllMidsSubscription,
59
BboSubscription,
0 commit comments