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
Add to the debug page an easy way to decode an order/strategy.
Use case - we're checking strategyCreated event in basescan:
and we want to figure out the human readable numbers. It would be helpful to be able to insert these values in the debug page and see the decoded orders. We can think of adding the rest of the details (token addresses, strategy id) and show the buy/sell strategy.
As for the UI - makes sense to me to offer the following inputs, all of them can be optional:
token0, token1, order0 (y, z, A, B), order1
The text was updated successfully, but these errors were encountered:
Add to the debug page an easy way to decode an order/strategy.
Use case - we're checking strategyCreated event in basescan:
and we want to figure out the human readable numbers. It would be helpful to be able to insert these values in the debug page and see the decoded orders. We can think of adding the rest of the details (token addresses, strategy id) and show the buy/sell strategy.
As for the UI - makes sense to me to offer the following inputs, all of them can be optional:
token0, token1, order0 (y, z, A, B), order1
The text was updated successfully, but these errors were encountered: