You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| api_timeout | Timeout for HTTP requests, in milliseconds. |
108
-
| default_ethereum_address | (Optional) The default account for Ethereum key auth and sending Ethereum transactions. |
109
-
| eth_private_key | (Optional) May be used for Ethereum key auth. |
110
-
| eth_send_options | (Optional) Options for Ethereum transactions, see [`sendTransaction`](https://web3py.readthedocs.io/en/stable/web3.eth.html?highlight=signTransaction#web3.eth.Eth.sendTransaction). |
111
-
| network_id | (Optional) Chain ID for Ethereum key auth and smart contract addresses. Defaults to `web3.net.version` if available, or `1` (mainnet). |
112
-
| stark_private_key | (Optional) STARK private key, used to sign orders and withdrawals. |
113
-
| web3 | (Optional) Web3 object used for Ethereum key auth and/or smart contract interactions. |
114
-
| web3_account | (Optional) May be used for Ethereum key auth. |
115
-
| web3_provider | (Optional) Web3 provider object, same usage as `web3`. |
116
-
| api_key_credentials | (Optional) Dictionary containing the key, secret and passphrase required for the private module to sign requests. |
117
-
| crypto_c_exports_path | (Optional) For python only, will use faster C++ code to run hashing, signing and verifying. It's expected to be compiled from the `crypto_c_exports` target from Starkware's [repository](https://github.com/starkware-libs/crypto-cpp/blob/master/src/starkware/crypto/ffi/CMakeLists.txt). See [section on this below for more information](#c-methods-for-faster-stark-signing). |
| api_timeout | Timeout for HTTP requests, in milliseconds. |
108
+
| default_ethereum_address | (Optional) The default account for Ethereum key auth and sending Ethereum transactions. |
109
+
| eth_private_key | (Optional) May be used for Ethereum key auth. |
110
+
| eth_send_options | (Optional) Options for Ethereum transactions, see [`sendTransaction`](https://web3py.readthedocs.io/en/stable/web3.eth.html?highlight=signTransaction#web3.eth.Eth.sendTransaction). |
111
+
| network_id | (Optional) Chain ID for Ethereum key auth and smart contract addresses. Defaults to `web3.net.version` if available, or `1` (mainnet). |
112
+
| stark_private_key | (Optional) STARK private key, used to sign orders and withdrawals. |
113
+
| web3 | (Optional) Web3 object used for Ethereum key auth and/or smart contract interactions. |
114
+
| web3_account | (Optional) May be used for Ethereum key auth. |
115
+
| web3_provider | (Optional) Web3 provider object, same usage as `web3`. |
116
+
| api_key_credentials | (Optional) Dictionary containing the key, secret and passphrase required for the private module to sign requests. |
117
+
| crypto_c_exports_path | (Optional) For python only, will use faster C++ code to run hashing, signing and verifying. It's expected to be compiled from the `crypto_c_exports` target from Starkware's [repository](https://github.com/starkware-libs/crypto-cpp/blob/master/src/starkware/crypto/ffi/CMakeLists.txt). See [section on this below for more information](#c-methods-for-faster-stark-signing).|
118
+
119
+
120
+
## Rust, C++ and Python v1 (deprecated) Client
120
121
121
122
<aside class="notice">
122
123
Notice that the V1 client (deprecated) will not be maintained further
0 commit comments