trader-xyz / nft-swap-sdk

Ethereum's missing p2p NFT and token swap library for web3 developers. Written in TypeScript. Powered by 0x.
https://swapsdk.xyz
MIT License
219 stars 83 forks source link

feat: custom approval amounts for ERC20 tokens in V3 #110

Open wizardlabsxyz opened 1 year ago

wizardlabsxyz commented 1 year ago

Ports the changes made in V4 for custom ERC20 approval amounts into the V3 SDK.

V4 changes referenced https://github.com/trader-xyz/nft-swap-sdk/pull/103

Tested this within my own project and its working as expected.