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
Note: we believe we can decode the createWithContext parameters to get the required information (it calls ethers' decodeFunctionData). (We may need to make an API call to determine the fulfilment percentage.)
Requirements
Ascertain the required fields for the design
Determine the sources of the aforementioned
Map the fields into (batched) transactions to the relevant contract, calling createWithContext
Description
To facilitate the TWAP-relevant designs, we need to add decoding of TWAP orders. These can either be a
multiSend
call enabling the Fallback Handler and creating an order with theComposableCoW
contract (createWithContext
) or just creating an ordercreateWithContext
.Note: we believe we can decode the
createWithContext
parameters to get the required information (it calls ethers'decodeFunctionData
). (We may need to make an API call to determine the fulfilment percentage.)Requirements
createWithContext
Additional information
The text was updated successfully, but these errors were encountered: