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.
1 parent 25cc91f commit d17008aCopy full SHA for d17008a
Pipfile
@@ -18,6 +18,7 @@ bip32 = "*"
18
web3 = "*"
19
json = "*"
20
requests = "*"
21
+eip712_structs = "*"
22
23
[dev-packages]
24
README.md
@@ -89,6 +89,7 @@ python pyinjective/fetch_metadata.py
89
* Add historical funding rates in clients
90
* Minor fixes in spot conversions for values returned from the backend
91
* Add MsgSendToEth in the composer for INJ <> ETH transfers
92
+* Add function to compute order hashes locally
93
94
**0.5.6.3**
95
* Update the testnet ini file
0 commit comments