-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Report
Satoru version:
Current behavior:
OrderNotUpdatable
error when try update order limit
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:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working