uniswapx-sdk
uniswapx-sdk copied to clipboard
SDK bindings for the UniswapX protocol
Do you have any plans to support ethers v6? In our project we've upgraded to v6 a while ago, and it is not that straight forward to work with this...
It would be nice to easily get the output amount of the encoded swap within a RelayOrder
Now that the parser finds reactor address dynamically, it should work for any order types where: - the first field is a dynamic struct which has: - _its_ first field...
https://github.com/Uniswap/uniswapx-sdk/blob/2f501f2faac01f7faea115eb64647bbb5754633c/src/utils/order.ts#L20
There is currently no good way to distinguish between derived classes of Order, making usage of `parseOrder` difficult
Branch off of #106 We can probably re-use most of the existing OrderQuoter class, except we might need to change how the calls are encoded to the multicall since our...
the bundle files have no esm module file. So remove this field.
https://github.com/Uniswap/uniswapx-sdk/blob/ffa8f1b175486552cf175968ce627e7685ad3225/src/order/index.ts#L19 Since the SDK is only supporting `DutchOrder`, you're generally using `DutchOrder.parse` directly (in Gouda or the interface) However, the Documentation & the readme are mentioning `parseOrder`. The fix seems...
## Problem `permitWitnessTransferFrom` is using unordered nonces. You can use all nonces only once between 0 & maxUint256. The NonceManager is fetching all nonces from 0 to the first non-used....