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
Satoru version:
6ebc1a4
Current behavior: OrderNotUpdatable error when try update order limit
OrderNotUpdatable
Expected behavior:
OrderNotUpdatable error when try update order market
Steps to reproduce:
const updateOrderCalldata: Call[] = [ { contractAddress: contractAddresses.OrderHandler, entrypoint: "update_order", calldata: [ key, size_delta_usd, acceptable_price, trigger_price, min_output_amount, order ] } ]; const account = new Account(provider, senderAddress, privateKey); const tx = await account.execute(updateOrderCalldata);
Related code:
Other information:
The text was updated successfully, but these errors were encountered:
assign me this wiil want to work on this
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report
Satoru version:
6ebc1a4
Current behavior:
OrderNotUpdatable
error when try update order limitExpected behavior:
OrderNotUpdatable
error when try update order marketSteps to reproduce:
Related code:
Other information:
The text was updated successfully, but these errors were encountered: