ETH/Native Token support
Sell an NFT for ETH. Buy an NFT with ETH.
const orderWithEth = nftSwap.buildOrder(
// NFT is for sale for
{ type: 'ERC721', tokenAddress: '0xa0b8...', tokenId: '401' },
// In exchange for 1 ETH
{ type: 'ERC20', tokenAddress: '0xeeee...', amount: '1e18' },
MAKER_WALLET_ADDRESS,
);Native Tokens
Last updated