v3.3.1
3.3.1
Minor Changes
- Fixed a bug where the
openSeaMetadata?.safelistRequestStatus
was undefined in theNft
object that resulted in aCannot read properties of undefined
error (#416) - Added support
connectionInfoOverrides
field in theAlchemy
constructor. This allows you to override the ethers.jsConnectionInfo
object and specify custom connection information for the underlyingJsonRpcProvider
.