LSui
LSui
I have traded on [dydx.exchange](https://trade.dydx.exchange/) before I run this code. This code always showed me below: ``` AxiosServerError: 401: Unauthorized - { "errors": [ { "msg": "Unauthorized" } ] }...
```javascript const main = async () => { let client = new DydxClient(HTTP_HOST, { web3: web3, apiTimeout: 3000, networkId: 1, }) client.starkPrivateKey = await client.onboarding.deriveStarkKey(address) client.apiKeyCredentials = await client.onboarding.recoverDefaultApiCredentials(address) const...
Hi devs, `avail-light --config /root/avail-light/config.yml --network goldberg --identity /root/avail-light/identity.toml` My problem is that the config file is not working. avail-light still load the old default config in v1.8.0 Here is...