ProjectOpenSea / opensea-js

TypeScript SDK for the OpenSea marketplace
https://docs.opensea.io/reference
MIT License
2.28k stars 964 forks source link

fix(sdk): allow apiBaseUrl overwrite #1441

Closed Dimfred closed 7 months ago

Dimfred commented 7 months ago

Bug

OpenSeaSDK does not use the apiBaseUrl parameter in the apiConfig, instead overwrites it with the default parameters.

The PR allows to again overwrite the base url as the user pleases.