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
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
0x Protocol doesn't directly support Token-ETH trade, so it needs to wrapper ETH to WETH.
If I use fillOrder to finish the order, taker should wrapper ETH to WETH before. If marketBuyOrdersWithEth, taker can trade with ETH directly. (I know the contract wrapper ETH to WETH instead of taker)
But, for maker, him always receives the WETH Token. is any way that can make maker receives ETH directly?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
0x Protocol doesn't directly support Token-ETH trade, so it needs to wrapper ETH to WETH.
If I use
fillOrder
to finish the order, taker should wrapper ETH to WETH before. IfmarketBuyOrdersWithEth
, taker can trade with ETH directly. (I know the contract wrapper ETH to WETH instead of taker)But, for maker, him always receives the WETH Token. is any way that can make maker receives ETH directly?
The text was updated successfully, but these errors were encountered: