We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dydx/starkex moved to goerli network. Current starkex package doesn't support it. Is it possible to add such support?
orderSignParam := starkex.OrderSignParam{ NetworkId: 5, // dydx testnet // ... } signature, err := starkex.OrderSign(starkexCredsPrivateKey, orderSignParam) if err != nil { return err // <- here }
This is the source of error - https://github.com/yanue/starkex/blob/master/sign_order.go#L36
The text was updated successfully, but these errors were encountered:
just check this: 5c922d2 but I don't know if it works or not.
Sorry, something went wrong.
but the problem is in COLLATERAL_ASSET_ID_BY_NETWORK_ID map, not ASSET_RESOLUTION
COLLATERAL_ASSET_ID_BY_NETWORK_ID
ASSET_RESOLUTION
Support for goerli network #5
8c08b15
No branches or pull requests
dydx/starkex moved to goerli network. Current starkex package doesn't support it. Is it possible to add such support?
This is the source of error - https://github.com/yanue/starkex/blob/master/sign_order.go#L36
The text was updated successfully, but these errors were encountered: