v11.1.1
What's Changed
- fix: correct
GetSwapQuoteArgsto match the swap quote endpoint.getSwapQuotenow takes{ fromChain, fromAddress, toChain, toAddress, quantity, address, slippage?, recipient? }, matchingGET /api/v2/swap/quote. The previous{ tokenIn, tokenOut, amount, chain }shape did not map to the endpoint's query params. (#364)
Full Changelog: ProjectOpenSea/opensea-devtools@sdk-v11.1.0...sdk-v11.1.1